МедияУики:Vector.css
от ke.bgmountains.org
Забележка: За да се видят промените, необходимо е след съхраняване на страницата, кешът на браузъра да бъде изтрит.
- Firefox / Safari: Задържа се клавиш Shift и се щраква върху Презареждане (Reload) или чрез клавишната комбинация Ctrl-Shift-R (⌘-Shift-R за Mac);
- Google Chrome: клавишна комбинация Ctrl-Shift-R (⌘-Shift-R за Mac)
- Internet Explorer: Задържа се клавиш Ctrl и се щраква върху Refresh или чрез клавишната комбинация CTRL-F5;
- Opera: кешът се изчиства през менюто Tools → Preferences.
/* CSS placed here will affect users of the Vector skin */
/* reduce height of top header area */
#content {
margin-top: 0 !important;
}
/* remove vertical blue tab button separator image */
div.vectorTabs {
background-image: none;
}
/* put custom image on top-header area */
/*
#mw-head {
background-image: url("http://mountain.bajhui.org/pictures/ke_opaque.png");
background-repeat: no-repeat;
}
*/
/* display logo unconditionally, separate of Sidebar */
#p-logo{
position: top;
display: block;
background-repeat: no-repeat;
height: 70px;
}
/* change logo position and bounding box size */
#p-logo a,
#p-logo a:hover {
display: block;
height: 70px;
width: 10em;
}
#content h1 { display: none; }