User:Yesac/monobook.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 14: Line 14:
  border-color:green !important;  
  border-color:green !important;  
  font-family:monospace !important;  
  font-family:monospace !important;  
text-shadow: -4px 1px 0px #020;
/* text-shadow: -4px 1px 0px #020;*/
}
}

Revision as of 13:44, 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;*/
}