Merge "SpecialMovepage: Convert form to use OOUI controls"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.view.filepage.css
1 /*!
2 * File description page
3 */
4
5 div.mw-filepage-resolutioninfo {
6 font-size: smaller;
7 }
8
9 /*
10 * File histories
11 */
12 h2#filehistory {
13 clear: both;
14 }
15
16 table.filehistory th,
17 table.filehistory td {
18 vertical-align: top;
19 }
20
21 table.filehistory th {
22 text-align: left;
23 }
24
25 table.filehistory td.mw-imagepage-filesize,
26 table.filehistory th.mw-imagepage-filesize {
27 white-space: nowrap;
28 }
29
30 table.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: white url(images/checker.png) repeat;
42 }
43
44 /*
45 * filetoc
46 */
47 ul#filetoc {
48 text-align: center;
49 border: 1px solid #aaaaaa;
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