Added release notes for 'ContentHandler::runLegacyHooks' removal
[mediawiki.git] / resources / src / mediawiki.action / mediawiki.action.view.filepage.css
blob1f0365eced2ca2ab1de4a14abc8ef46878015399
1 /*!
2 * File description page
3 */
5 .mw-filepage-resolutioninfo {
6 font-size: smaller;
9 /*
10 * File histories
12 #filehistory {
13 clear: both;
16 .filehistory th,
17 .filehistory td {
18 vertical-align: top;
21 .filehistory th {
22 text-align: left;
25 .filehistory td.mw-imagepage-filesize,
26 .filehistory th.mw-imagepage-filesize {
27 white-space: nowrap;
30 .filehistory td.filehistory-selected {
31 font-weight: bold;
35 * Add a checkered background image on hover for file
36 * description pages. (bug 26470)
38 .filehistory a img,
39 #file img:hover {
40 /* @embed */
41 background: #fff url( images/checker.png ) repeat;
45 * filetoc
47 #filetoc {
48 text-align: center;
49 border: 1px solid #a2a9b1;
50 background-color: #f8f9fa;
51 padding: 5px;
52 font-size: 95%;
53 margin-bottom: 0.5em;
54 margin-left: 0;
55 margin-right: 0;
58 #filetoc li {
59 display: inline;
60 list-style-type: none;
61 padding-right: 2em;
65 * Shared images hint
67 #shared-image-dup,
68 #shared-image-conflict {
69 font-style: italic;
73 * Classes for Exif data display
75 .mw_metadata {
76 font-size: 0.8em;
77 margin-left: 0.5em;
78 margin-bottom: 0.5em;
79 width: 400px;
82 .mw_metadata caption {
83 font-weight: bold;
86 .mw_metadata th {
87 font-weight: normal;
88 text-align: center;
91 .mw_metadata td {
92 padding: 0.1em;
95 .mw_metadata {
96 border: none;
97 border-collapse: collapse;
100 .mw_metadata td,
101 .mw_metadata th {
102 border: 1px solid #a2a9b1;
103 padding-left: 5px;
104 padding-right: 5px;
107 .mw_metadata th {
108 background-color: #f8f9fa;
111 .mw_metadata td {
112 background-color: #fcfcfc;
115 .mw_metadata ul.metadata-langlist {
116 list-style-type: none;
117 list-style-image: none;
118 padding-right: 5px;
119 padding-left: 5px;
120 margin: 0;