From c7958e9307d150ce459c5c9f9f51810109053d4f Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 8 Jun 2004 11:04:57 +0000 Subject: [PATCH] new toccolours class to replace duplicate toc id's, thumb width fix for moz --- stylesheets/monobook/main.css | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index c8a21fd530..6f4b0ac701 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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; -- 2.20.1