diff options
Diffstat (limited to 'skins/Vector/VectorTemplate.php')
-rw-r--r-- | skins/Vector/VectorTemplate.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/skins/Vector/VectorTemplate.php b/skins/Vector/VectorTemplate.php index 5b27141..8ffd626 100644 --- a/skins/Vector/VectorTemplate.php +++ b/skins/Vector/VectorTemplate.php @@ -94,6 +94,31 @@ class VectorTemplate extends BaseTemplate { // Output HTML Page $this->html( 'headelement' ); ?> + <style> + a, a:link, a:visited, + #mw-panel div.portal div.body ul li a, + #mw-panel div.portal div.body ul li a:visited, + div.vectorTabs li a, div.vectorTabs li a span, + #mw-head a { + color: #2383c2; + text-decoration: none; + } + #mga-body { + position: absolute; + top: 128px; + left: 0; + width: 100%; + } + #mgnavt-search { + position: absolute; + top: 80px; + right: 10px; + } + #content { + margin-right: 1em; + } + #right-navigation { margin-right: 100px; } + </style> <div id="mw-page-base" class="noprint"></div> <div id="mw-head-base" class="noprint"></div> <div id="content" class="mw-body" role="main"> |