summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/AbuseFilter/modules/ext.abuseFilter.css
blob: 8ae9bc1bd0fee630ce5383223488d2a97a9f6928 (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
/* This code was stolen shamelessly from enwikipedia's Common.css */
table.mw-abuselog-details {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

table.mw-abuselog-details th,
table.mw-abuselog-details td {
	border: 1px #aaa solid;
	padding: 0.2em;
}

table.mw-abuselog-details th {
	background: #f2f2f2;
	text-align: center;
}

table.mw-abuselog-details caption {
	font-weight: bold;
}

.mw-abusefilter-history-changed {
	background: #ffe0e0;
	font-weight: bold;
}

.mw-abuselog-var-value {
	white-space: pre-wrap;
	font-family: monospace;
}

div.mw-abuselog-var-value {
	max-height: 25em;
	max-width: 100%;
	overflow: auto;
}

td.mw-abuselog-var {
	width: 30%;
}

table.mw-abusefilter-list-scrollable {
	display: block;
	border: 0;
	overflow-x: auto;
}

tr.mw-abusefilter-list-disabled,
tr.mw-abusefilter-list-disabled td {
	color: #666;
}

tr.mw-abusefilter-list-deleted,
tr.mw-abusefilter-list-deleted td {
	color: #aaa;
}

.mw-abusefilter-examine-match,
.mw-abusefilter-syntaxresult-ok,
li.mw-abusefilter-changeslist-match {
	/* @embed */
	background-image: url( yes_check.png );
}

.mw-abusefilter-examine-nomatch,
.mw-abusefilter-syntaxresult-error,
li.mw-abusefilter-changeslist-nomatch {
	/* @embed */
	background-image: url( red_x.png );
}

div.mw-abusefilter-editor {
	max-width: 75em;
	height: 30em;
	line-height: 1.5em;
	border: 1px solid #a2a9b1;
	display: none;
}

fieldset.mw-abusefilter-edit-buttons {
	margin-top: 1em;
}

.mw-abusefilter-load-filter-id {
	width: 25%;
	min-width: 250px;
}

#mw-abusefilter-syntaxresult,
ul li.mw-abusefilter-changeslist-nomatch,
ul li.mw-abusefilter-changeslist-match {
	/* Do not consolidate these into a "background:" rule; it will override the background-image: settings in above rulesets */
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
}

/* Name is in site content language */
/* @noflip */
.sitedir-ltr .TablePager_col_af_public_comments {
	direction: ltr;
}

/* @noflip */
.sitedir-rtl .TablePager_col_af_public_comments {
	direction: rtl;
}

#mw-abusefilter-filter-tools {
	display: inline;
}

.client-nojs #mw-abusefilter-export-link,
.client-js #mw-abusefilter-export {
	display: none;
}