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

от ke.bgmountains.org
Направо към: навигация, търсене
 
(Не са показани 22 междинни версии от същия потребител)
Ред 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.png");
+
         background-image: url("http://mountain.bajhui.org/pictures/ke_opaque.png");
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
}
 
}
 +
*/
  
 +
/* display logo unconditionally, separate of Sidebar */
 
#p-logo{
 
#p-logo{
 
         position: top;
 
         position: top;
 
         display: block;
 
         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; }

Текуща версия към 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; }