Разлика между версии на „МедияУики:Vector.css“

от ke.bgmountains.org
Направо към: навигация, търсене
Ред 25: Ред 25:
 
*/
 
*/
 
#p-logo{
 
#p-logo{
z-index: 3;
 
 
position: top; /*needed to use z-index */
 
position: top; /*needed to use z-index */
 
top: 0;
 
top: 0;
Ред 31: Ред 30:
 
height: 50px;
 
height: 50px;
 
width: 8em;
 
width: 8em;
overflow: visible;
 
 
         display: block;
 
         display: block;
 
}
 
}

Версия от 18:56, 25 август 2016

/* CSS placed here will affect users of the Vector skin */


/* main content */
#content {
	margin-top: 0 !important;
}

div.vectorTabs {
    background-image: none;
}
/*
#mw-head {
        background-image: url("http://mountain.bajhui.org/pictures/ke.png");
	background-repeat: no-repeat;
}
*/
/*
#p-logo{
        position: top;
        display: block;
        background-image: url("http://mountain.bajhui.org/pictures/ke.png") !important;
	background-repeat: no-repeat;
}
*/
#p-logo{
	position: top; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 50px;
	width: 8em;
        display: block;
}