Tweak "recreating-deleted" warning appearance under Monobook, Cologne Blue (don't...
authorRob Church <robchurch@users.mediawiki.org>
Sun, 10 Jun 2007 16:43:14 +0000 (16:43 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sun, 10 Jun 2007 16:43:14 +0000 (16:43 +0000)
includes/DefaultSettings.php
skins/common/cologneblue.css
skins/monobook/main.css

index 5f4d28d..99da169 100644 (file)
@@ -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:
index 5b6e5bc..547585e 100644 (file)
@@ -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
index 638f672..1022f9c 100644 (file)
@@ -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%;
 }
 
 /**