* The toggle class moved out of the metadata section
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 5 May 2005 01:45:33 +0000 (01:45 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 5 May 2005 01:45:33 +0000 (01:45 +0000)
* exif renamed to metadata
* Added CSS to style the filetoc

skins/monobook/main.css

index 788368f..dfe51f9 100644 (file)
@@ -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;
 }