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
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-history-changed {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
|
|
|
#mw-abusefilter-syntaxresult,
|
|
|
|
li.mw-abusefilter-changeslist-nomatch,
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.client-nojs #mw-abusefilter-export-link,
|
|
|
|
.client-js #mw-abusefilter-export {
|
2013-06-10 16:52:15 +00:00
|
|
|
display: none;
|
2013-05-24 14:45:35 +00:00
|
|
|
}
|