diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-07 14:17:49 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-07 14:17:49 +0200 |
commit | c97216272cfdae4bd61bd4671b07ccc31a7d9298 (patch) | |
tree | 8e20e52607ffc8f99bf0d177f69b58c2d3afc97a | |
parent | 84703a83c30524db94abfac60c57400903781ccc (diff) | |
download | mediawiki-c97216272cfdae4bd61bd4671b07ccc31a7d9298.tar mediawiki-c97216272cfdae4bd61bd4671b07ccc31a7d9298.tar.gz mediawiki-c97216272cfdae4bd61bd4671b07ccc31a7d9298.tar.bz2 mediawiki-c97216272cfdae4bd61bd4671b07ccc31a7d9298.tar.xz mediawiki-c97216272cfdae4bd61bd4671b07ccc31a7d9298.zip |
Add back custom css
(testing of git sync)
-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"> |