From 92dd46cb0b311c9b3f86d4401ae2dc74d99ceb26 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 10 Jun 2007 16:43:14 +0000 Subject: [PATCH] Tweak "recreating-deleted" warning appearance under Monobook, Cologne Blue (don't need a border or colourisation in Chick or other skins, not appropriate) --- includes/DefaultSettings.php | 2 +- skins/common/cologneblue.css | 13 ++++++++++++- skins/monobook/main.css | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5f4d28d3ca..99da1691bd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1182,7 +1182,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '74'; +$wgStyleVersion = '75'; # Server-side caching: diff --git a/skins/common/cologneblue.css b/skins/common/cologneblue.css index 5b6e5bca1a..547585eff8 100644 --- a/skins/common/cologneblue.css +++ b/skins/common/cologneblue.css @@ -93,4 +93,15 @@ a.stub, #quickbar a.stub { color:#772233; text-decoration:none; } a.new, #quickbar a.new { color: #CC2200; } h2, h3, h4, h5, h6 { margin-bottom: 0; } small { font-size: 75%; } -input.mw-searchInput { width: 106px; } \ No newline at end of file +input.mw-searchInput { width: 106px; } + +/* Recreating-deleted-page warning and log entries */ +div#mw-recreate-deleted-warn { + padding: 3px; + margin-top: 3px; + margin-bottom: 3px; + border: 1px solid #6688AA; +} +div#mw-recreate-deleted-warn ul li { + font-size: 90%; +} \ No newline at end of file diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 638f6724bd..1022f9cba3 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1617,10 +1617,10 @@ div.mw-lag-warn-high { div#mw-recreate-deleted-warn { padding: 3px; margin-bottom: 3px; - border: 2px solid #993333; + border: 2px solid #2F6FAB; } div#mw-recreate-deleted-warn ul li { - font-size: 95%; + font-size: 90%; } /** -- 2.20.1