summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki.action/mediawiki.action.view.filepage.css
blob: b643d767c372307b152f8c164695181d3501ac69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
/*!
 * File description page
 */

.mw-filepage-resolutioninfo {
	font-size: smaller;
}

/*
 * File histories
 */
#filehistory {
	clear: both;
}

.filehistory th,
.filehistory td {
	vertical-align: top;
}

.filehistory th {
	text-align: left;
}

.filehistory td.mw-imagepage-filesize,
.filehistory th.mw-imagepage-filesize {
	white-space: nowrap;
}

.filehistory td.filehistory-selected {
	font-weight: bold;
}

/*
 * Add a checkered background image on hover for file
 * description pages. (T28470)
 */
.filehistory a img,
#file img:hover {
	/* @embed */
	background: #fff url( images/checker.png ) repeat;
}

/*
 * filetoc
 */
#filetoc {
	text-align: center;
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}

/*
 * Shared images hint
 */
#shared-image-dup,
#shared-image-conflict {
	font-style: italic;
}

/*
 * Classes for Exif data display
 */
.mw_metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	border: 0;
	border-collapse: collapse;
	width: 400px;
}

.mw_metadata caption {
	font-weight: bold;
}

.mw_metadata td,
.mw_metadata th {
	border: 1px solid #a2a9b1;
	padding-left: 5px;
	padding-right: 5px;
}

.mw_metadata th {
	background-color: #f8f9fa;
	font-weight: normal;
	text-align: center;
}

.mw_metadata td {
	background-color: #fcfcfc;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

.mw_metadata ul.metadata-langlist {
	list-style-type: none;
	list-style-image: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;
}

.client-js .mw_metadata.collapsed .mw-metadata-collapsible,
/* Keep tr.collapsible for back-compat with cached HTML */
.client-js .mw_metadata.collapsed tr.collapsable {
	display: none;
}