Difference between revisions of "User:E.vandenberge/common.css"

From TSG Doc
Jump to navigation Jump to search
Line 9: Line 9:
 
     text-decoration: none;
 
     text-decoration: none;
 
     width: 10em;
 
     width: 10em;
 +
}
  
 
.mw-wiki-logo {
 
.mw-wiki-logo {

Revision as of 14:47, 7 August 2015

/* CSS playground of Erik van den Berge*/

#p-logo a {
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    height: 138px;
    margin-bottom:12px;
    text-decoration: none;
    width: 10em;
}

.mw-wiki-logo {
  background-image: url("../logo/doge.png");
}

.mw-wiki-logo:hover {
  background-position: 0 -138px;
}


::selection{  
  background:#fff2a8;
}
::-moz-selection{
  background:#fff2a8;  
}