Difference between revisions of "MediaWiki:Monobook.css"

From Chrome
Jump to: navigation, search
Line 5: Line 5:
 
#p-logo a:hover {
 
#p-logo a:hover {
 
display: block;
 
display: block;
height: 200px;
+
height: 100px;
 
width: 12.2em;
 
width: 12.2em;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;

Revision as of 23:49, 4 June 2009

/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */

/* this is to resize the logo */
#p-logo a,
#p-logo a:hover {
	display: block;
	height: 100px;
	width: 12.2em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;
}