User:Flamsmark/monobook.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with "* { background: black !important; color:yellow !important; font-family:monospace !important; border-color:yellow !important; }")
 
mNo edit summary
 
Line 1: Line 1:
* { background: black !important; color:yellow !important; font-family:monospace !important;
body:before {
border-color:yellow !important; }
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;
}

Latest 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;
}