summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki.special/mediawiki.special.css
blob: 0676bfc32d8e4a6a9d5bd0d17263c2df119829eb (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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/* Special:AllMessages */
#mw-allmessagestable .allmessages-customised .am_default {
	background-color: #fcffc4;
}

#mw-allmessagestable .allmessages-customised:hover .am_default {
	background-color: #faff90;
}

#mw-allmessagestable .am_actual {
	background-color: #e2ffe2;
}

#mw-allmessagestable .allmessages-customised:hover + .allmessages-customised .am_actual {
	background-color: #b1ffb1;
}

/* Common for Special:Allpages and Special:PrefixIndex */
.mw-allpages-body,
.mw-prefixindex-body {
	columns: 22em 3;
	-moz-columns: 22em 3;
	-webkit-columns: 22em 3;
	break-inside: avoid-column;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}

.mw-allpages-chunk,
.mw-prefixindex-list {
	margin-top: 0;
	margin-bottom: 0;
}

.allpagesredirect {
	font-style: italic;
}

/* Special:Block */
.mw-ipb-conveniencelinks {
	font-size: 90%;
	text-align: right;
}

.mw-block-hideuser,
.mw-block-confirm {
	font-weight: bold;
}

#mw-input-wpReason .oo-ui-dropdownInputWidget,
#mw-input-wpReason .oo-ui-textInputWidget {
	display: block;
	max-width: 50em;
}

#mw-input-wpReason .oo-ui-textInputWidget {
	margin-top: 0.5em;
}

/* Special:BlockList */
.mw-blocklist .mw-usertoollinks,
.mw-blocklist-actions {
	white-space: nowrap;
	font-size: 90%;
}

/* Special:Contributions */
.mw-uctop {
	font-weight: bold;
}
.mw-contributions-form select {
	vertical-align: middle;
}

/* Special:EditWatchlist */
.watchlistredir {
	font-style: italic;
}

/* Special:EmailUser */
#mw-emailuser-sender,
#mw-emailuser-recipient {
	font-weight: bold;
}

/* Special:FileDuplicateSearch */
#mw-fileduplicatesearch-icon {
	float: right;
}

/* Special:ListGroupRights */
.mw-listgrouprights-table tr {
	vertical-align: top;
}
.listgrouprights-revoked {
	text-decoration: line-through;
}

/* Special:RevisionDelete */
.mw-revdel-editreasons {
	font-size: 90%;
	text-align: right;
}

/* Special:Specialpages */
.mw-specialpagerestricted {
	font-weight: bold;
}

.mw-specialpages-list {
	-webkit-columns: 16em 2;
	-moz-columns: 16em 2;
	columns: 16em 2;
}

.mw-specialpages-list ul {
	margin-top: 0;
	margin-bottom: 0;
}

/* Special:Statistics */
.mw-statistics-numbers {
	text-align: right;
}

/* Special:ProtectedPages */
.mw-protectedpages .mw-usertoollinks,
.mw-protectedpages-length,
.mw-protectedpages-actions {
	white-space: nowrap;
	font-size: 90%;
}
.mw-protectedpages-unknown {
	color: #72777d;
	font-size: 90%;
}