Follow up r63707: update the default link colour in all skins to match what's actuall...
authorHappy-melon <happy-melon@users.mediawiki.org>
Tue, 18 May 2010 13:01:24 +0000 (13:01 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Tue, 18 May 2010 13:01:24 +0000 (13:01 +0000)
includes/Skin.php
skins/chick/main.css
skins/common/commonPrint.css
skins/modern/main.css
skins/monobook/main.css
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 7c3a84e..7ed2626 100644 (file)
@@ -557,9 +557,7 @@ class Skin extends Linker {
                        $underline = $undopt ? 'underline' : 'none';
                        $s .= "a { text-decoration: $underline; }\n";
                }
-               if( $wgUser->getOption( 'highlightbroken' ) ) {
-                       $s .= "a.new, #quickbar a.new { color: #CC2200; }\n";
-               } else {
+               if( !$wgUser->getOption( 'highlightbroken' ) ) {
                        $s .= <<<CSS
 a.new, #quickbar a.new,
 a.stub, #quickbar a.stub {
index ac61b91..07688b5 100644 (file)
@@ -19,7 +19,7 @@ a:visited { color: #5a3696; }
 a:active { color: #ffa500; }
 a.stub { color: #772233; }
 a.new,
-#p-personal a.new { color:#ba0000; }
+#p-personal a.new { color:#CC2200; }
 a.new:visited,
 #p-personal a.new:visited { color:#a55858; }
 
index f2220ea..85a2cb9 100644 (file)
@@ -9,7 +9,7 @@
 /* Thanks to A List Apart (http://alistapart.com/) for useful extras */
 a.stub,
 a.new {
-       color: #ba0000;
+       color: #CC2200;
        text-decoration: none;
 }
 
index a25b6b5..efc61de 100644 (file)
@@ -318,7 +318,7 @@ a.stub {
         color: #772233;
 }
 a.new {
-        color: #ba0000;
+        color: #CC2200;
 }
 a.new:visited {
         color: #a55858;
index c220c8c..d438f34 100644 (file)
@@ -829,7 +829,7 @@ li#pt-login {
        background-color: white;
 }
 #p-cactions .new a {
-       color: #ba0000;
+       color: #CC2200;
 }
 #p-cactions li a:hover {
        z-index: 3;
index 54bbe30..d8bbaf8 100644 (file)
@@ -639,7 +639,7 @@ a.stub {
        color: #772233;
 }
 a.new, #p-personal a.new {
-       color: #ba0000;
+       color: #CC2200;
 }
 a.new:visited, #p-personal a.new:visited {
        color: #a55858;
index a6b96ef..f62a421 100644 (file)
@@ -639,7 +639,7 @@ a.stub {
        color: #772233;
 }
 a.new, #p-personal a.new {
-       color: #ba0000;
+       color: #CC2200;
 }
 a.new:visited, #p-personal a.new:visited {
        color: #a55858;