Difference between revisions of "MediaWiki:Common.css"

From pdp
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#p-logo a,
+
#p-logo {
#p-logo a:hover {
+
z-index: 3;
display: block;
+
position: absolute; /*needed to use z-index */
height: 200px;
+
top: 0;
width: 12.2em;
+
left: 0;
background-repeat: no-repeat;
+
height: 155px;
background-position: 35% 50% !important;
+
width: 16em;
text-decoration: none;
+
overflow: visible;
 
}
 
}

Revision as of 00:37, 4 December 2015

/* CSS placed here will be applied to all skins */
#p-logo {
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 155px;
	width: 16em;
	overflow: visible;
}