Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git] / resources / src / mediawiki.action / mediawiki.action.view.filepage.css
blobd4662161fc5a5db814abf021a80486fbd31d44dc
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. (T28470)
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 border: 0;
80 border-collapse: collapse;
81 width: 400px;
84 .mw_metadata caption {
85 font-weight: bold;
88 .mw_metadata td,
89 .mw_metadata th {
90 border: 1px solid #a2a9b1;
91 padding-left: 5px;
92 padding-right: 5px;
95 .mw_metadata th {
96 background-color: #f8f9fa;
97 font-weight: normal;
98 text-align: center;
101 .mw_metadata td {
102 background-color: #fcfcfc;
103 padding-top: 0.1em;
104 padding-bottom: 0.1em;
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;