From: Ævar Arnfjörð Bjarmason Date: Thu, 5 May 2005 01:45:33 +0000 (+0000) Subject: * The toggle class moved out of the metadata section X-Git-Tag: 1.5.0alpha2~299 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=19b90167e1a5759e010db48760f6874d06aaf984;p=lhc%2Fweb%2Fwiklou.git * The toggle class moved out of the metadata section * exif renamed to metadata * Added CSS to style the filetoc --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 788368f952..dfe51f97c6 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1085,41 +1085,55 @@ li span.deleted { font-style: italic; } +.toggle { + margin-left: 2em; + text-indent: -2em; +} + /* Classes for EXIF data display */ -table.exif { +table.metadata { margin-left: 0.5em; } -table.exif caption { font-weight: bold; } -table.exif th { font-weight: normal; } -table.exif td { padding: 0.1em; } +table.metadata caption { font-weight: bold; } +table.metadata th { font-weight: normal; } +table.metadata td { padding: 0.1em; } -table.exif { +table.metadata { border: none; border-collapse: collapse; } -table.exif td, table.exif th { +table.metadata td, table.metadata th { border: 1px solid #aaaaaa; padding-left: 4px; padding-right: 4px; } -table.exif th { +table.metadata th { background-color: #f9f9f9; } -table.exif td { +table.metadata td { background-color: #fcfcfc; } -table.exif td.spacer { +table.metadata td.spacer { background: white; border-top: none; border-bottom: none; } -.toggle { - margin-left: 2em; - text-indent: -2em; +/* filetoc */ +ul#filetoc { + text-align: center; + border: 1px solid #aaaaaa; + background-color: #f9f9f9; + padding: 5px; + font-size: 95%; + margin-bottom: 0.5em; + margin-left: 0; + margin-right: 0; } -div.imagepagetoc table.toc { - margin-bottom: 1em; +#filetoc li { + display: inline; + list-style-type: none; + padding-right: 2em; }