Some styling for Special:Imagelist courtesy of Splarka
[lhc/web/wiklou.git] / skins / CologneBlue.php
index d08bbbe..b5f7c91 100644 (file)
@@ -18,7 +18,7 @@ if( !defined( 'MEDIAWIKI' ) )
 class SkinCologneBlue extends Skin {
 
        function getStylesheet() {
-               return "common/cologneblue.css?1";
+               return "common/cologneblue.css?2";
        }
        function getSkinName() {
                return "cologneblue";
@@ -98,15 +98,14 @@ class SkinCologneBlue extends Skin {
        }
 
        function doGetUserStyles() {
-               global $wgOut, $wgLang, $wgUser;
+               global $wgOut;
                $s = parent::doGetUserStyles();
                $qb = $this->qbSetting();
 
-               if ( (!$wgUser->isLoggedIn() && $wgLang->isRTL() ) ||
-                    ( 2 == $qb ) ) { # Right
+               if ( 2 == $qb ) { # Right
                        $s .= "#quickbar { position: absolute; right: 4px; }\n" .
                          "#article { margin-left: 4px; margin-right: 148px; }\n";
-               } else if ( (!$wgUser->isLoggedIn()) || ( 1 == $qb ) ) {
+               } else if ( 1 == $qb ) {
                        $s .= "#quickbar { position: absolute; left: 4px; }\n" .
                          "#article { margin-left: 148px; margin-right: 4px; }\n";
                } else if ( 3 == $qb ) { # Floating left