From 1a52c36bf3feab3d7079554ee28f5daa48f658b0 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 6 Jul 2009 23:52:22 +0000 Subject: [PATCH] (bug 19496) New pages don't have yellow background. Moving rules for .not-patrolled, div.patrollink and span.unpatrolled up to common/shared.css --- skins/common/shared.css | 17 +++++++++++++++++ skins/modern/main.css | 12 +----------- skins/monobook/main.css | 10 +--------- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 16038894dc..f4f96f70e6 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -57,6 +57,23 @@ li span.deleted, span.history-deleted { font-style: italic; } +/** + * Patrol stuff + */ +.not-patrolled { + background-color: #ffa; +} + +span.unpatrolled { + font-weight: bold; + color: red; +} + +div.patrollink { + font-size: 75%; + text-align: right; +} + /** * Forms */ diff --git a/skins/modern/main.css b/skins/modern/main.css index 395790b95b..bb548c1bc4 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -639,20 +639,10 @@ img.thumbborder { display: none; } -.not-patrolled { - background-color: #ffa; -} -div.patrollink { - font-size: 75%; - text-align: right; -} + span.newpage, span.minor, span.bot { font-weight: bold; } -span.unpatrolled { - font-weight: bold; - color: red; -} .sharedUploadNotice { font-style: italic; diff --git a/skins/monobook/main.css b/skins/monobook/main.css index bfef4c63c9..e2076c5dec 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1127,21 +1127,13 @@ div#userloginForm .captcha { display: none; } -.not-patrolled { - background-color: #ffa; -} + div.patrollink { clear: both; - font-size: 75%; - text-align: right; } span.newpage, span.minor, span.bot { font-weight: bold; } -span.unpatrolled { - font-weight: bold; - color: red; -} .sharedUploadNotice { font-style: italic; -- 2.20.1