User:Arnabs/vector.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
<div class="portal" id="p-navigation">
<h5>1</h5>
<div class="body">
<ul>
<li id="n-mainpage"><a href="/wiki/Main_Page" title="Visit the main page [alt-shift-z]" accesskey="z">2</a></li>
<li id="n-aboutsite"><a href="/wiki/Vanipedia:About">3</a></li>
<li id="n-help"><a href="/wiki/Help:Contents" title="The place to find out">4 & tutorials</a></li>
<li id="n-Contact-us"><a href="/wiki/Vanipedia:Contact">5</a></li>
<li id="n-Donations"><a href="/wiki/Donations">6</a></li>
<li id="n-Vaniseva"><a href="/wiki/Vaniseva">7</a></li>
</ul>
</div>
</div>
/*
** Logo properties
*/
#p-logo {
top: -165px;
left: 0;
position: absolute; /*needed to use z-index */
z-index: 3;
height: 190px;
width: 9.8em;
overflow: visible;
}
#p-logo h5 {
display: none;
}
#p-logo a,
#p-logo a:hover {
display: block;
height: 190px;
width: 9.8em;
background-repeat: no-repeat;
background-position: 35% 50% !important;
text-decoration: none;
}
/* ******************************* End of Logo *********************************************************** */
/* Panel */
div#mw-panel {
position: absolute;
top: 160px;
padding-top: 3em;
width: 10em;
left: 0;
}