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

From TSG Doc
Jump to navigation Jump to search
Line 11: Line 11:
 
   margin-top:-8px;
 
   margin-top:-8px;
 
   font-size:0.8em;   
 
   font-size:0.8em;   
   color:#0645ad;
+
   color:#9b3c6c;
 
}
 
}
  
 
#p-logo:hover:after {
 
#p-logo:hover:after {
 
   content:"Hey, stop touching me!";   
 
   content:"Hey, stop touching me!";   
   color:#9b3c6c;
+
    
 
}
 
}
  

Revision as of 12:47, 11 August 2015

/* CSS playground of Erik van den Berge*/

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

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

#p-logo:hover:after {
  content:"Hey, stop touching me!";  
  
}

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