Разлика между версии на „МедияУики:Vector.css“
от ke.bgmountains.org
| Ред 12: | Ред 12: | ||
} | } | ||
| − | |||
/* put custom image on top-header area */ | /* put custom image on top-header area */ | ||
| + | /* | ||
#mw-head { | #mw-head { | ||
background-image: url("http://mountain.bajhui.org/pictures/ke_opaque.png"); | background-image: url("http://mountain.bajhui.org/pictures/ke_opaque.png"); | ||
Версия от 20:31, 25 август 2016
/* 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;
}
/* change logo position and bounding box size */
#p-logo a,
#p-logo a:hover {
display: block;
height: 70px;
width: 10em;
}