Difference between revisions of "MediaWiki:Monobook.css"
From Chrome
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 22: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; }