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;
|
2009-01-28 01:12:34 +00:00
|
|
|
width: 80%;
|
2009-01-26 19:23:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
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 {
|
2009-01-27 01:31:42 +00:00
|
|
|
max-height: 10em;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
tr.mw-abusefilter-list-disabled, tr.mw-abusefilter-list-disabled td {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.mw-abusefilter-list-deleted, tr.mw-abusefilter-list-deleted td {
|
|
|
|
color: #aaaaaa;
|
2009-01-30 00:54:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-examine-match,
|
|
|
|
.mw-abusefilter-syntaxresult-ok,
|
|
|
|
li.mw-abusefilter-changeslist-match {
|
|
|
|
background-image: url(yes_check.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-examine-nomatch,
|
|
|
|
.mw-abusefilter-examine-syntaxerror,
|
|
|
|
.mw-abusefilter-syntaxresult-error,
|
|
|
|
li.mw-abusefilter-changeslist-nomatch {
|
|
|
|
background-image: url(red_x.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#mw-abusefilter-syntaxresult,
|
|
|
|
li.mw-abusefilter-changeslist-nomatch,
|
|
|
|
li.mw-abusefilter-changeslist-match {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-left: 25px;
|
|
|
|
background-position: left center;
|
|
|
|
}
|
2009-03-11 05:55:06 +00:00
|
|
|
|
|
|
|
.mw-abusefilter-navigation {
|
|
|
|
text-align: center;
|
2009-03-12 05:04:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.mw-abusefilter-diff {
|
|
|
|
width: 80%;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.mw-abusefilter-diff td,
|
|
|
|
table.mw-abusefilter-diff th {
|
|
|
|
border: 1px solid #888888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-diff-added,
|
|
|
|
.mw-abusefilter-diff-multiline .diff-addedline {
|
|
|
|
background: #cfc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-diff-removed,
|
|
|
|
.mw-abusefilter-diff-multiline .diff-deletedline {
|
|
|
|
background: #ffa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-diff-context,
|
|
|
|
.mw-abusefilter-diff-multiline .diff-context {
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-diff-multiline {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-diff-multiline td {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-diff-multiline .diff-marker {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-abusefilter-diff-multiline td.diff-addedline,
|
|
|
|
.mw-abusefilter-diff-multiline td.diff-deletedline {
|
|
|
|
width: 50%;
|
2009-03-11 05:55:06 +00:00
|
|
|
}
|