X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/19e297c21b10b1b8a3acad5e73fc71dcb35db44a..6932310fd58ebef145fa01eb76edf7150284d8ea:/resources/src/mediawiki.action/mediawiki.action.view.filepage.css diff --git a/resources/src/mediawiki.action/mediawiki.action.view.filepage.css b/resources/src/mediawiki.action/mediawiki.action.view.filepage.css new file mode 100644 index 00000000..d4662161 --- /dev/null +++ b/resources/src/mediawiki.action/mediawiki.action.view.filepage.css @@ -0,0 +1,113 @@ +/*! + * File description page + */ + +.mw-filepage-resolutioninfo { + font-size: smaller; +} + +/* + * File histories + */ +#filehistory { + clear: both; +} + +.filehistory th, +.filehistory td { + vertical-align: top; +} + +.filehistory th { + text-align: left; +} + +.filehistory td.mw-imagepage-filesize, +.filehistory th.mw-imagepage-filesize { + white-space: nowrap; +} + +.filehistory td.filehistory-selected { + font-weight: bold; +} + +/* + * Add a checkered background image on hover for file + * description pages. (T28470) + */ +.filehistory a img, +#file img:hover { + /* @embed */ + background: #fff url( images/checker.png ) repeat; +} + +/* + * filetoc + */ +#filetoc { + text-align: center; + border: 1px solid #a2a9b1; + background-color: #f8f9fa; + padding: 5px; + font-size: 95%; + margin-bottom: 0.5em; + margin-left: 0; + margin-right: 0; +} + +#filetoc li { + display: inline; + list-style-type: none; + padding-right: 2em; +} + +/* + * Shared images hint + */ +#shared-image-dup, +#shared-image-conflict { + font-style: italic; +} + +/* + * Classes for Exif data display + */ +.mw_metadata { + font-size: 0.8em; + margin-left: 0.5em; + margin-bottom: 0.5em; + border: 0; + border-collapse: collapse; + width: 400px; +} + +.mw_metadata caption { + font-weight: bold; +} + +.mw_metadata td, +.mw_metadata th { + border: 1px solid #a2a9b1; + padding-left: 5px; + padding-right: 5px; +} + +.mw_metadata th { + background-color: #f8f9fa; + font-weight: normal; + text-align: center; +} + +.mw_metadata td { + background-color: #fcfcfc; + padding-top: 0.1em; + padding-bottom: 0.1em; +} + +.mw_metadata ul.metadata-langlist { + list-style-type: none; + list-style-image: none; + padding-right: 5px; + padding-left: 5px; + margin: 0; +}