User:Yesac/monobook.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with "body:before { content:""; position:fixed; top:50%; left: 50%; z-index:9999; width:1px; height: 1px; outline:2999px solid #fc0; opacity:.2; }")
 
mNo edit summary
Line 1: Line 1:
body:before {  
body:before {
  content:"";
  content:"";  
  position:fixed;
  position:fixed;
  top:50%; left: 50%;
  top:50%;  
  z-index:9999;
left: 50%;
  width:1px; height: 1px;
  z-index:9999;
  outline:2999px solid #fc0;
  width:1px;  
  opacity:.2;
height: 1px;
  outline:2999px solid #fc0;
  opacity:.15; }
* {
background: black !important;
color:green !important;
border-color:green !important;
font-family:monospace !important;
text-shadow: -4px 1px 0px #020;
}
}

Revision as of 00:52, 12 October 2012

body:before {
 content:""; 
 position:fixed;  
 top:50%; 
 left: 50%;  
 z-index:9999;  
 width:1px; 
 height: 1px;  
 outline:2999px solid #fc0;  
 opacity:.15; }
* { 
 background: black !important; 
 color:green !important; 
 border-color:green !important; 
 font-family:monospace !important; 
 text-shadow: -4px 1px 0px #020;
}