Difference between revisions of "MediaWiki:Monobook.css"

From Monoskop
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Monobook skin: →‎Personal: #p-personal { position: absolute; top: 0; margin-left: 10em; right: 0.75em; } #p-personal...")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
  
/* Personal */
+
/* Navigation */
#p-personal {
+
#p-navigation ul {
position: absolute;
 
top: 0;
 
margin-left: 10em;
 
right: 0.75em;
 
}
 
#p-personal h5 {
 
display: none;
 
}
 
#p-personal ul {
 
 
list-style: none;
 
list-style: none;
 
margin: 0;
 
margin: 0;
 
padding: 0;
 
padding: 0;
}
 
/* @noflip */
 
#p-personal li {
 
line-height: 1.125em;
 
float: left;
 
}
 
#p-personal li {
 
margin-left: 0.75em;
 
margin-top: 0.5em;
 
font-size: 0.75em;
 
 
}
 
}

Revision as of 01:50, 6 March 2012

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

	/* Navigation */
	#p-navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}