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

From TSG Doc
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-body h1, .mw-body h2 {
+
::selection{
    
+
   background:#fff2a8;
 
}
 
}
 
+
::-moz-selection{
.mw-body h1:hover, .mw-body h2:hover {
+
   background:#fff2a8;
   position: relative;
 
  top: 0px;
 
  left: 0px;
 
  color: #fff;
 
  text-shadow: 1px 1px 1px #222;
 
 
}
 
}

Revision as of 12:11, 6 August 2015

/* CSS playground of Erik van den Berge*/

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