Various additions and fixes
[lhc/web/wiklou.git] / stylesheets / wikistandard.css
index 1ebdf85..7e95e55 100644 (file)
@@ -16,9 +16,9 @@ a.stub { color:#772233; text-decoration:none; }
 body { margin: 0px; padding: 4px; }
 form.inline { display: inline; }
 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
-font-size:125%; }
-h2 { font-size: 112.5%; }
-h2, h3, h4, h5, h6 { margin-bottom: 0;border-bottom:1px dotted #dddddd; }
+font-size:150%; }
+h2 { font-size: 120%; }
+h2, h3, h4, h5, h6 { margin-bottom: 0;}
 h3 { font-size: 106.25%; }
 h4 { font-size: 103.125%; }
 h5 { font-size: 100%; }
@@ -26,5 +26,8 @@ h6 { font-size: 95%; }
 hr.sep { color:gray;height:1px;background-color:gray;}
 p.subpages { font-size:small;}
 p.subtitle { padding-top: 0; margin-top: 0;}
-td.bottom { border: 1px solid gray;background-color:#f4f4ff; }
+td.bottom { border-top: 1px solid gray; }
 td.top { border-bottom: 1px solid gray; }
+/* images */
+div.floatright { float:right;margin:0 0 1em 1em; }
+div.floatright p { font-style: italic; } 
\ No newline at end of file