Разлика между версии на „МедияУики:Vector.css“
от ke.bgmountains.org
| (Не са показани 2 междинни версии от същия потребител) | |||
| Ред 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"); | ||
| Ред 25: | Ред 25: | ||
display: block; | display: block; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| + | height: 70px; | ||
} | } | ||
| Ред 34: | Ред 35: | ||
width: 10em; | width: 10em; | ||
} | } | ||
| + | |||
| + | #content h1 { display: none; } | ||
Текуща версия към 21: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;
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; }