Difference between revisions of "MediaWiki:Monobook.css"

From Chrome
Jump to: navigation, search
Line 1: Line 1:
 
/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */
 
/* 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: 200px;
 +
width: 12.2em;
 +
background-repeat: no-repeat;
 +
background-position: 35% 50% !important;
 +
text-decoration: none;
 +
}

Revision as of 23:48, 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: 200px;
	width: 12.2em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;
}