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

от ke.bgmountains.org
Направо към: навигация, търсене
Ред 2: Ред 2:
  
  
/* main content */
+
/* reduce height of top header area */
 
#content {
 
#content {
 
margin-top: 0 !important;
 
margin-top: 0 !important;
 
}
 
}
  
 +
/* remove vertical blue tab button separator image */
 
div.vectorTabs {
 
div.vectorTabs {
 
     background-image: none;
 
     background-image: none;
 
}
 
}
 +
 
/*
 
/*
 +
/* 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");
Ред 17: Ред 20:
 
*/
 
*/
  
 +
/* display logo unconditionally, separate of Sidebar */
 
#p-logo{
 
#p-logo{
 
         position: top;
 
         position: top;
Ред 23: Ред 27:
 
}
 
}
  
 +
/* change logo position and bounding box size */
 
#p-logo a,
 
#p-logo a,
 
#p-logo a:hover {
 
#p-logo a:hover {

Версия от 20:30, 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;
}