From: Ævar Arnfjörð Bjarmason Date: Sun, 8 May 2005 16:18:16 +0000 (+0000) Subject: * Some adjustments to the metadata style X-Git-Tag: 1.5.0alpha2~257 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=ea101b5fd5eea40b4ced0304787c2ff5717ea2d0;p=lhc%2Fweb%2Fwiklou.git * Some adjustments to the metadata style --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 1e3e39b2e4..5195b46b3c 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1092,33 +1092,42 @@ li span.deleted { /* Classes for EXIF data display */ table.metadata { + font-size: 0.8em; margin-left: 0.5em; + margin-bottom: 0.5em; +} + +table.metadata caption { + font-weight: bold; +} + +table.metadata th { + font-weight: normal; } -table.metadata caption { font-weight: bold; } -table.metadata th { font-weight: normal; } -table.metadata td { padding: 0.1em; } +table.metadata td { + padding: 0.1em; +} table.metadata { border: none; border-collapse: collapse; } + table.metadata td, table.metadata th { + text-align: center; border: 1px solid #aaaaaa; - padding-left: 4px; - padding-right: 4px; + padding-left: 0.1em; + padding-right: 0.1em; } + table.metadata th { background-color: #f9f9f9; } + table.metadata td { background-color: #fcfcfc; } -table.metadata td.spacer { - background: white; - border-top: none; - border-bottom: none; -} /* filetoc */ ul#filetoc {