Index: www/www.reactos.org/drupal/sites/all/themes/zen_reactos/css/layout-liquid.css =================================================================== --- www/www.reactos.org/drupal/sites/all/themes/zen_reactos/css/layout-liquid.css (revision 762) +++ www/www.reactos.org/drupal/sites/all/themes/zen_reactos/css/layout-liquid.css (working copy) @@ -47,6 +47,9 @@ */ #main-wrapper { position: relative; + top: 150px; + left:0; + right:0; } #main { Index: www/www.reactos.org/drupal/sites/all/themes/zen_reactos/css/reactos-style.css =================================================================== --- www/www.reactos.org/drupal/sites/all/themes/zen_reactos/css/reactos-style.css (revision 762) +++ www/www.reactos.org/drupal/sites/all/themes/zen_reactos/css/reactos-style.css (working copy) @@ -107,6 +107,7 @@ border-top: 1px dotted #bbb; text-align: center; padding: 6px 0px; + margin-top: 160px; } .greenButton { @@ -392,6 +393,10 @@ background-image: url('../images/topgradient.png'); background-repeat: repeat-x; height: 145px; + position: absolute; + left: 0; + right: 0; + top:0; } #logo { Index: www/www.reactos.org/wiki/skins/Vector.php =================================================================== --- www/www.reactos.org/wiki/skins/Vector.php (revision 762) +++ www/www.reactos.org/wiki/skins/Vector.php (working copy) @@ -226,7 +226,7 @@
- renderNavigation( 'PERSONAL' ); ?> +
renderNavigation( array( 'NAMESPACES', 'VARIANTS' ) ); ?>
Index: www/www.reactos.org/wiki/skins/vector/screen.css =================================================================== --- www/www.reactos.org/wiki/skins/vector/screen.css (revision 762) +++ www/www.reactos.org/wiki/skins/vector/screen.css (working copy) @@ -27,15 +27,17 @@ } /* Content */ div#content { - margin-left: 10em; padding: 1em; - /* @embed */ background-image: url(images/border.png); background-position: top left; background-repeat: repeat-y; background-color: white; color: black; direction: ltr; + margin-left: 180px; + padding: 1.25em 1.5em 1.5em; + position: relative; + top: 110px; } /* Head */ #mw-page-base { @@ -56,9 +58,10 @@ background-repeat: repeat-x; } div#mw-head { - position: absolute; - top: 0; - right: 0; + left: 0; + position: absolute; + right: 0; + top: 110px; width: 100%; } div#mw-head h5 { @@ -97,8 +100,8 @@ } /* Navigation Containers */ #left-navigation { - position: absolute; - left: 10em; + position: relative; + left: 180px; top: 2.5em; } #right-navigation { @@ -447,11 +450,11 @@ } /* Panel */ div#mw-panel { - position: absolute; - top: 50px; - padding-top: 1em; - width: 10em; - left: 0; + left: 0; + padding-top: 1em; + position: absolute; + top: 150px; + width: 170px; } div#mw-panel div.portal { padding-bottom: 1.5em; @@ -500,7 +503,7 @@ /* Footer */ div#footer { margin-left: 10em; - margin-top: 0; + margin-top: 150px; padding: 0.75em; /* @embed */ background-image: url(images/border.png);