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

From TSG Doc
Jump to navigation Jump to search
Line 14: Line 14:
 
}
 
}
  
 +
#p-logo:hover:after {
 +
  content:"Stop touching me!";
 +
  position:absolute;
 +
  margin-left:20px;
 +
  margin-top:-8px;
 +
  font-size:0.8em;
 +
  color:#9b3c6c;
 +
}
  
 
::selection{   
 
::selection{   

Revision as of 12:25, 11 August 2015

/* CSS playground of Erik van den Berge*/

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

#p-logo:after {
  content:"Welcome back, Erik!";
  position:absolute;
  margin-left:20px;
  margin-top:-8px;
  font-size:0.8em;
  color:#9b3c6c;
}

#p-logo:hover:after {
  content:"Stop touching me!";
  position:absolute;
  margin-left:20px;
  margin-top:-8px;
  font-size:0.8em;
  color:#9b3c6c;
}

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