Difference between revisions of "User:E.vandenberge/common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS playground of Erik van den Berge*/ | /* CSS playground of Erik van den Berge*/ | ||
+ | |||
+ | .mw-wiki-logo:hover { | ||
+ | background-image: url("/logo/wikiraptor.png"); | ||
+ | } | ||
+ | |||
::selection{ | ::selection{ |
Revision as of 11:33, 6 August 2015
/* CSS playground of Erik van den Berge*/
.mw-wiki-logo:hover {
background-image: url("/logo/wikiraptor.png");
}
::selection{
background:#fff2a8;
}
::-moz-selection{
background:#fff2a8;
}