MediaWiki:Common.css: Unterschied zwischen den Versionen
| Zeile 4: | Zeile 4: | ||
#p-logo a:hover { | #p-logo a:hover { | ||
display: block; | display: block; | ||
| − | height: | + | height: 200px; |
| − | width: 12. | + | width: 12.2em; |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: 35% 50% !important; | background-position: 35% 50% !important; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Version vom 14. Mai 2020, 19:43 Uhr
/* CSS placed here will be applied to all skins */
#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;
}