Difference between revisions of "User:E.vandenberge/common.css"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
.mw-wiki-logo:hover { | .mw-wiki-logo:hover { | ||
− | background-position: | + | background-position: center -138px !important; |
} | } | ||
Revision as of 13:52, 7 August 2015
/* CSS playground of Erik van den Berge*/
.mw-wiki-logo {
background-image: url("../logo/doge.png");
background-position: top center !important;
height:138px !important;
margin-top: 12px !important;
}
.mw-wiki-logo:hover {
background-position: center -138px !important;
}
::selection{
background:#fff2a8;
}
::-moz-selection{
background:#fff2a8;
}