new toccolours class to replace duplicate toc id's, thumb width fix for moz
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 8 Jun 2004 11:04:57 +0000 (11:04 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 8 Jun 2004 11:04:57 +0000 (11:04 +0000)
stylesheets/monobook/main.css

index c8a21fd..6f4b0ac 100644 (file)
@@ -317,6 +317,7 @@ div.thumb {
     margin-bottom: 0.5em;
     border-style: solid; border-color: White;
     width: auto;
+    overflow: auto;
 }
 div.thumb div {
     border:1px solid #cccccc;
@@ -343,6 +344,15 @@ div.magnify a, div.magnify img {
     border: none !important;
     background: none !important;
 }
+div.tright {
+    float: right;
+    border-width: 0.5em 0 0.8em 1.4em;
+}
+div.tleft {
+    float: left;
+    margin-right:0.5em;
+    border: 0.5em 1.4em 0.8em 0;
+}
 
 .urlexpansion,
 .hiddenStructure {
@@ -353,6 +363,11 @@ img.tex { vertical-align: middle; }
 ** classes for special content elements like town boxes
 ** intended to be referenced directly from the wiki src
 */
+
+/*
+** User styles
+*/
+
 /* table standards */
 table.rimage {
     float:right; 
@@ -362,16 +377,12 @@ table.rimage {
     margin-bottom:1em;
     text-align:center;
 }
-div.tright {
-    float: right;
-    border-width: 0.5em 0 0.8em 1.4em;
-}
-div.tleft {
-    float: left;
-    margin-right:0.5em;
-    border: 0.5em 1.4em 0.8em 0;
+.toccolours { 
+    border:1px solid #aaaaaa;
+    background-color:#f9f9f9;
+    padding:5px;
+    font-size: 95%;
 }
-
 div.townBox {
     position:relative;
     float:right;