Rank aliases in search in order they appear in the messages file.
[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. (bug 26470)
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 #aaa;
50 background-color: #f9f9f9;
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 width: 400px;
80 }
81
82 .mw_metadata caption {
83 font-weight: bold;
84 }
85
86 .mw_metadata th {
87 font-weight: normal;
88 text-align: center;
89 }
90
91 .mw_metadata td {
92 padding: 0.1em;
93 }
94
95 .mw_metadata {
96 border: none;
97 border-collapse: collapse;
98 }
99
100 .mw_metadata td,
101 .mw_metadata th {
102 border: 1px solid #aaa;
103 padding-left: 5px;
104 padding-right: 5px;
105 }
106
107 .mw_metadata th {
108 background-color: #f9f9f9;
109 }
110
111 .mw_metadata td {
112 background-color: #fcfcfc;
113 }
114
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;
121 }