X-Git-Url: http://git.hcoop.net/clinton/website/site/unknownlamer.org.git/blobdiff_plain/e52b82de6512fe553eacba9e43dbe98846208ec0..99298d8ab2546261de3aae29ae1ff1ccfbb128fb:/default.css diff --git a/default.css b/default.css index 630159e..cd3acc1 100644 --- a/default.css +++ b/default.css @@ -12,6 +12,7 @@ p h1,h2,h3,h4,h5 { font-variant: small-caps; + text-align: left; } @media screen @@ -47,9 +48,6 @@ h1,h2,h3,h4,h5 page-break-before: avoid; page-break-after: auto; } - - @page - { padding: 0.1in; margin: 1in 1.25in; } } .verse @@ -195,7 +193,7 @@ div.contents dd div.contents { background-color: #DFDFDF; - border-width: 1mm; + border-width: 0.5mm; float: left; margin-right: 2em; } @@ -250,6 +248,19 @@ div.contents dd table.image tr td img { border: 1px solid #111111; + max-width: 6in; +} + +table.image tr td:hover +{ + max-width: 8in; +} + +table.image tr td img:hover +{ + max-width: 24in; + width: 100%; + overflow: auto; } table.image tr td.image-caption @@ -270,7 +281,7 @@ table.image tr td.image-caption .image { background-color: #CCCCCC; - border-width: 1mm; + border-width: 0.5mm; page-break-inside: avoid; page-break-after: auto; page-break-before: auto; @@ -331,7 +342,7 @@ img.latex-inline /* Footer template */ p.cke-footer { - white-space: pre; + white-space: pre-wrap; font-family: monospace; font-style: italic; font-size: small; @@ -384,7 +395,7 @@ p.cke-buttons img { color: #000000; background-color: #F5F5F5; - border-width: 1mm; + border-width: 0.5mm; font-size: 8pt; } } @@ -424,4 +435,4 @@ p.cke-buttons img .emacs-face-variable-name { color: #554406; font-style: italic; } .emacs-face-warning { color: #990767; font-weight: bold; } -} \ No newline at end of file +}