Update index this time...
[clinton/website/site/unknownlamer.org.git] / default.css
index c50dad4..cd3acc1 100644 (file)
@@ -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
@@ -100,7 +98,8 @@ blockquote
 
 code
 { 
-  white-space: pre;
+  white-space: pre-wrap;       /* css-3 */
+  white-space: -moz-pre-wrap;  /* Mozilla */
   width: auto;
   color: #000000;
 }
@@ -194,7 +193,7 @@ div.contents dd
   div.contents
   {
     background-color: #DFDFDF;
-    border-width: 0.05mm;
+    border-width: 0.5mm;
     float: left;
     margin-right: 2em;
   }
@@ -249,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
@@ -269,7 +281,7 @@ table.image tr td.image-caption
   .image
   {
     background-color: #CCCCCC;
-    border-width: 0.05mm;
+    border-width: 0.5mm;
     page-break-inside: avoid;
     page-break-after: auto;
     page-break-before: auto;
@@ -330,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;
@@ -383,7 +395,7 @@ p.cke-buttons img
   {
     color: #000000;
     background-color: #F5F5F5;
-    border-width: 0.05mm;
+    border-width: 0.5mm;
     font-size: 8pt;
   }
 }
@@ -423,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
+}