Merge "SpecialPages: Add ul { margin-top: 0; margin-bottom: 0 } for multicolumn"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.view.filepage.css
1 /*!
2 * File description page
3 */
4
5 .mw-filepage-resolutioninfo {
6 font-size: smaller;
7 }
8
9 /*
10 * File histories
11 */
12 #filehistory {
13 clear: both;
14 }
15
16 .filehistory th,
17 .filehistory td {
18 vertical-align: top;
19 }
20
21 .filehistory th {
22 text-align: left;
23 }
24
25 .filehistory td.mw-imagepage-filesize,
26 .filehistory th.mw-imagepage-filesize {
27 white-space: nowrap;
28 }
29
30 .filehistory td.filehistory-selected {
31 font-weight: bold;
32 }
33
34 /*
35 * Add a checkered background image on hover for file
36 * description pages. (T28470)
37 */
38 .filehistory a img,
39 #file img:hover {
40 /* @embed */
41 background: #fff url( images/checker.png ) repeat;
42 }
43
44 /*
45 * filetoc
46 */
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;
56 }
57
58 #filetoc li {
59 display: inline;
60 list-style-type: none;
61 padding-right: 2em;
62 }
63
64 /*
65 * Shared images hint
66 */
67 #shared-image-dup,
68 #shared-image-conflict {
69 font-style: italic;
70 }
71
72 /*
73 * Classes for Exif data display
74 */
75 .mw_metadata {
76 font-size: 0.8em;
77 margin-left: 0.5em;
78 margin-bottom: 0.5em;
79 border: 0;
80 border-collapse: collapse;
81 width: 400px;
82 }
83
84 .mw_metadata caption {
85 font-weight: bold;
86 }
87
88 .mw_metadata td,
89 .mw_metadata th {
90 border: 1px solid #a2a9b1;
91 padding-left: 5px;
92 padding-right: 5px;
93 }
94
95 .mw_metadata th {
96 background-color: #f8f9fa;
97 font-weight: normal;
98 text-align: center;
99 }
100
101 .mw_metadata td {
102 background-color: #fcfcfc;
103 padding-top: 0.1em;
104 padding-bottom: 0.1em;
105 }
106
107 .mw_metadata ul.metadata-langlist {
108 list-style-type: none;
109 list-style-image: none;
110 padding-right: 5px;
111 padding-left: 5px;
112 margin: 0;
113 }
114
115 .client-js .mw_metadata.collapsed .mw-metadata-collapsible,
116 /* Keep tr.collapsible for back-compat with cached HTML */
117 .client-js .mw_metadata.collapsed tr.collapsable {
118 display: none;
119 }