X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.action%2Fmediawiki.action.view.filepage.css;h=005851f73d0b030d8ef39bfd411b770fbfd836cd;hb=360e89dd5e7d925ad98d6f5f8e233435ea6f4e21;hp=bfc201afc7a37e8e6679eeabeec4f2529a15e186;hpb=a5bafc48de78cba682d5670db9395bfa93c42cc8;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.action/mediawiki.action.view.filepage.css b/resources/src/mediawiki.action/mediawiki.action.view.filepage.css index bfc201afc7..005851f73d 100644 --- a/resources/src/mediawiki.action/mediawiki.action.view.filepage.css +++ b/resources/src/mediawiki.action/mediawiki.action.view.filepage.css @@ -38,7 +38,7 @@ table.filehistory td.filehistory-selected { .filehistory a img, #file img:hover { /* @embed */ - background: white url(images/checker.png) repeat; + background: #fff url( images/checker.png ) repeat; } /* @@ -46,7 +46,7 @@ table.filehistory td.filehistory-selected { */ ul#filetoc { text-align: center; - border: 1px solid #aaaaaa; + border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; font-size: 95%; @@ -69,3 +69,53 @@ ul#filetoc { font-style: italic; } +/* + * Classes for Exif data display + */ +table.mw_metadata { + font-size: 0.8em; + margin-left: 0.5em; + margin-bottom: 0.5em; + width: 400px; +} + +table.mw_metadata caption { + font-weight: bold; +} + +table.mw_metadata th { + font-weight: normal; + text-align: center; +} + +table.mw_metadata td { + padding: 0.1em; +} + +table.mw_metadata { + border: none; + border-collapse: collapse; +} + +table.mw_metadata td, +table.mw_metadata th { + border: 1px solid #aaa; + padding-left: 5px; + padding-right: 5px; +} + +table.mw_metadata th { + background-color: #f9f9f9; +} + +table.mw_metadata td { + background-color: #fcfcfc; +} + +table.mw_metadata ul.metadata-langlist { + list-style-type: none; + list-style-image: none; + padding-right: 5px; + padding-left: 5px; + margin: 0; +}