bump up the font size 1%
[lhc/web/wiklou.git] / stylesheets / wikistandard.css
index 19e8d97..dbfcfb1 100644 (file)
@@ -1,6 +1,8 @@
+@import url("common.css");
+
 #article { padding: 4px; }
 #content { margin: 0; padding: 0; }
-#footer { padding: 4px;font-size:95%; }
+#footer { padding: 4px;font-size:95%;clear: both; }
 #pagestats { font-size: 9pt; }
 #powersearch {
   background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
@@ -8,25 +10,9 @@
 #quickbar { width: 140px; padding: 4px; visibility: visible; z-index:99;font-size:95%;}
 #topbar { padding: 4px;font-size:95%; }
 
-/* automatically generated edit summaries */
-.autocomment { color: gray; }
 
 /* Table of contents */
-#toc {
-       border: 1px solid #8888aa;
-       background-color: #f7f8ff;
-       padding: 5px;
-       font-size: 95%;
-}
-.tocindent {
-       margin-left: 2em;
-}
-.tocline {
-       margin-bottom: 0px;
-}
-.toctoggle, .editsection {
-       font-size: smaller;
-}
+.toctoggle, .editsection { font-size: smaller; }
 
 /* ... */
 #toolbar { padding:0px; }
@@ -56,69 +42,8 @@ p.catlinks { font-size:small; margin-top:0; text-align:right;}
 td { empty-cells:show; }
 td.bottom { border-top: 1px solid gray; }
 td.top { border-bottom: 1px solid gray; }
-img { border: none; }
-/* images */
-div.floatright { float: right; margin: 0 0 1em 1em; }
-div.floatright p { font-style: italic; } 
-div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
-div.floatleft p { font-style: italic; } 
-
-/* thumbnails */
-div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
-       padding: 2px;
-       border:1px solid #8888aa;
-       background:#CCCCCC;
-       margin: 0.3em 0 0.5em;
-       font-size: 85%;
-       text-align: center;
-}
-
-div.thumbcaption {
-       margin-top:3px; margin-bottom:3px;
-       text-align: left;
-}
-
-div.thumbnail-right {
-       float: right;
-       margin-left:0.5em;
-}
-
-div.thumbnail-left {
-       float: left;
-       margin-right:0.5em;
-}
-
-table.diff {
-        background:white;
-}
-td.diff-otitle {
-        background:#cccccc;
-}
-td.diff-ntitle {
-        background:#cccccc;
-}
-td.diff-addedline {
-        background:#ccffcc;
-}
-td.diff-deletedline {
-        background:#ffffaa;
-}
-td.diff-context {
-        background:#eeeeee;
-}
-
-/* table standards */
-table.rimage {
-       float:right; 
-       width:1pt; 
-       margin-left:1em; 
-       margin-bottom:1em;
-       text-align:center;
-       font-size:smaller;
-       }
 
 
-/* Print-specific things to hide */
-.urlexpansion, .printfooter {
-       display: none;
+#siteNotice {
+    border: 1px solid red;
 }