diff options
-rw-r--r-- | skins/ArchLinux.php | 3 | ||||
-rw-r--r-- | skins/archlinux/archlinux.css | 15 |
2 files changed, 10 insertions, 8 deletions
diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php index 53d553e7..49a105c1 100644 --- a/skins/ArchLinux.php +++ b/skins/ArchLinux.php @@ -81,7 +81,8 @@ class ArchLinuxTemplate extends QuickTemplate { <!--[if lt IE 7]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"></script> <meta http-equiv="imagetoolbar" content="no" /><![endif]--> - <style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/archlinux.css?<?php echo $GLOBALS['wgStyleVersion'] ?>";</style> + <style type="text/css" media="screen">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/archlinux.css?<?php echo $GLOBALS['wgStyleVersion'] ?>";</style> + <!--[if lt IE 7]><style type="text/css">#content{margin-bottom: 185px;} #p-cactions{top: 190px;} #p-personal{height:26px; top:149px;}</style><![endif]--> <?php print Skin::makeGlobalVariablesScript( $this->data ); ?> <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"><!-- wikibits js --></script> diff --git a/skins/archlinux/archlinux.css b/skins/archlinux/archlinux.css index 548ed678..35c8fc77 100644 --- a/skins/archlinux/archlinux.css +++ b/skins/archlinux/archlinux.css @@ -84,8 +84,8 @@ a:hover { } #subnav_bar { - position: absolute; - top: 149px; + position:absolute; + top:149px; left:0px; right:0px; height:26px; @@ -121,7 +121,7 @@ a:hover { } .pBody { - background-color: #D9D9D9; + background-color: #FBFBFB; border-color: #C9C9C9; } @@ -156,6 +156,7 @@ h1, h2, h3, h4, h5, h6 { font-size:14px; font-weight: bold; line-height: 26px; + background: #1793d1; } li#pt-userpage, @@ -268,7 +269,7 @@ div.noarticletext { background-color: #F0F0F0; } -input { +/*input { color:#333333; background-color:#dbdbdb; border-style:solid; @@ -290,11 +291,11 @@ select { border-style:solid; border-width:1px; border-color:#333333; -} +}*/ -#searchInput { +/*#searchInput { background-color: #F0F0F0; -} +}*/ div.thumb { border-color: #F0F0F0; |