2009-01-26 19:23:27 +00:00
|
|
|
/* 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;
|
2012-04-13 14:50:19 +00:00
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
2009-01-26 19:23:27 +00:00
|
|
|
}
|
|
|
|
|
2017-04-16 17:53:12 +00:00
|
|
|
table.mw-abuselog-details th,
|
|
|
|
table.mw-abuselog-details td {
|
2009-01-26 19:23:27 +00:00
|
|
|
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;
|
2009-01-26 22:31:02 +00:00
|
|
|
}
|
|
|
|
|
2019-01-23 10:34:43 +00:00
|
|
|
.mw-abusefilter-log-hidden-entry {
|
|
|
|
text-decoration: line-through;
|
|
|
|
color: #72777d;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2018-09-21 14:14:48 +00:00
|
|
|
body td.mw-abusefilter-history-changed {
|
2009-01-26 22:31:02 +00:00
|
|
|
background: #ffe0e0;
|
2009-01-27 07:11:04 +00:00
|
|
|
font-weight: bold;
|
2009-01-27 01:31:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abuselog-var-value {
|
2009-01-28 01:12:34 +00:00
|
|
|
white-space: pre-wrap;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.mw-abuselog-var-value {
|
2014-01-11 11:27:01 +00:00
|
|
|
max-height: 25em;
|
2009-01-29 23:38:55 +00:00
|
|
|
max-width: 100%;
|
2009-01-28 01:12:34 +00:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.mw-abuselog-var {
|
|
|
|
width: 30%;
|
2009-01-28 20:09:05 +00:00
|
|
|
}
|
|
|
|
|
2018-02-17 14:09:36 +00:00
|
|
|
table.mw-abusefilter-list-scrollable {
|
|
|
|
display: block;
|
|
|
|
border: 0;
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
2018-03-23 09:13:41 +00:00
|
|
|
.client-nojs .mw-abusefilter-javascript-tools {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mw-abusefilter-throttle-parameters,
|
|
|
|
#mw-abusefilter-warn-parameters,
|
2014-10-04 14:42:46 +00:00
|
|
|
#mw-abusefilter-disallow-parameters,
|
2018-03-23 09:13:41 +00:00
|
|
|
#mw-abusefilter-tag-parameters,
|
|
|
|
#mw-abusefilter-block-parameters {
|
|
|
|
width: 50%;
|
|
|
|
padding-left: 3em;
|
|
|
|
}
|
|
|
|
|
2014-10-04 14:42:46 +00:00
|
|
|
.mw-abusefilter-preview-buttons {
|
2018-03-23 09:13:41 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-10-04 14:42:46 +00:00
|
|
|
#mw-abusefilter-warn-preview,
|
|
|
|
#mw-abusefilter-disallow-preview {
|
2018-03-23 09:13:41 +00:00
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
margin: 2em;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.client-nojs #mw-abusefilter-export-link,
|
|
|
|
.client-js #mw-abusefilter-export {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-04-16 17:53:12 +00:00
|
|
|
tr.mw-abusefilter-list-disabled,
|
|
|
|
tr.mw-abusefilter-list-disabled td {
|
|
|
|
color: #666;
|
2009-01-28 20:09:05 +00:00
|
|
|
}
|
|
|
|
|
2017-04-16 17:53:12 +00:00
|
|
|
tr.mw-abusefilter-list-deleted,
|
|
|
|
tr.mw-abusefilter-list-deleted td {
|
|
|
|
color: #aaa;
|
2009-01-30 00:54:20 +00:00
|
|
|
}
|
|
|
|
|
2018-05-03 18:32:03 +00:00
|
|
|
tr.mw-abusefilter-list-throttled,
|
|
|
|
tr.mw-abusefilter-list-throttled td {
|
|
|
|
color: #f00;
|
|
|
|
}
|
|
|
|
|
2009-01-30 00:54:20 +00:00
|
|
|
.mw-abusefilter-examine-match,
|
|
|
|
.mw-abusefilter-syntaxresult-ok,
|
|
|
|
li.mw-abusefilter-changeslist-match {
|
2011-11-22 16:10:49 +00:00
|
|
|
/* @embed */
|
2017-04-16 17:53:12 +00:00
|
|
|
background-image: url( yes_check.png );
|
2009-01-30 00:54:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-examine-nomatch,
|
|
|
|
.mw-abusefilter-syntaxresult-error,
|
|
|
|
li.mw-abusefilter-changeslist-nomatch {
|
2011-11-22 16:10:49 +00:00
|
|
|
/* @embed */
|
2017-04-16 17:53:12 +00:00
|
|
|
background-image: url( red_x.png );
|
2009-01-30 00:54:20 +00:00
|
|
|
}
|
|
|
|
|
2018-03-30 06:55:03 +00:00
|
|
|
div.mw-abusefilter-editor {
|
|
|
|
max-width: 75em;
|
|
|
|
height: 30em;
|
|
|
|
line-height: 1.5em;
|
|
|
|
border: 1px solid #a2a9b1;
|
2018-04-16 15:01:35 +00:00
|
|
|
display: none;
|
2018-03-30 06:55:03 +00:00
|
|
|
}
|
|
|
|
|
2018-03-16 08:42:42 +00:00
|
|
|
fieldset.mw-abusefilter-edit-buttons {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2018-03-15 17:22:37 +00:00
|
|
|
.mw-abusefilter-load-filter-id {
|
2018-06-13 02:28:29 +00:00
|
|
|
max-width: 50em;
|
2018-03-15 17:22:37 +00:00
|
|
|
}
|
|
|
|
|
2018-03-23 09:13:41 +00:00
|
|
|
.client-nojs .mw-abusefilter-load-filter-id {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-01-30 00:54:20 +00:00
|
|
|
#mw-abusefilter-syntaxresult,
|
2018-03-27 18:14:08 +00:00
|
|
|
ul li.mw-abusefilter-changeslist-nomatch,
|
|
|
|
ul li.mw-abusefilter-changeslist-match {
|
2011-11-03 00:13:27 +00:00
|
|
|
/* Do not consolidate these into a "background:" rule; it will override the background-image: settings in above rulesets */
|
|
|
|
background-repeat: no-repeat;
|
2009-01-30 00:54:20 +00:00
|
|
|
padding-left: 25px;
|
2011-11-03 00:13:27 +00:00
|
|
|
background-position: left center;
|
2009-01-30 00:54:20 +00:00
|
|
|
}
|
2009-03-11 05:55:06 +00:00
|
|
|
|
2011-07-06 02:44:06 +00:00
|
|
|
/* Name is in site content language */
|
2013-06-10 16:52:15 +00:00
|
|
|
/* @noflip */
|
|
|
|
.sitedir-ltr .TablePager_col_af_public_comments {
|
2011-07-06 02:44:06 +00:00
|
|
|
direction: ltr;
|
|
|
|
}
|
2013-06-10 16:52:15 +00:00
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
.sitedir-rtl .TablePager_col_af_public_comments {
|
2011-07-06 02:44:06 +00:00
|
|
|
direction: rtl;
|
2011-08-26 20:12:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#mw-abusefilter-filter-tools {
|
2013-06-10 16:52:15 +00:00
|
|
|
display: inline;
|
2011-08-26 20:12:34 +00:00
|
|
|
}
|
|
|
|
|
2018-05-01 12:55:35 +00:00
|
|
|
.mw-abusefilter-history-buttons {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-06-27 18:05:52 +00:00
|
|
|
|
|
|
|
/* Ace highlight customisation */
|
|
|
|
|
|
|
|
span.ace_invalid.ace_deprecated {
|
|
|
|
color: #fe6767;
|
|
|
|
background-color: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.ace_support.ace_function {
|
|
|
|
color: #495dd0;
|
|
|
|
}
|