Difference between revisions of "User:SemperRabbit/common.css"

From Screeps Wiki
Jump to navigation Jump to search
(Created page with "→‎Make your own CSS! * wiki.screepspl.us/index.php/Special:MyPage/common.css: a, a.external { color: red; } a:visited, a.external:visited { color: green; } body,...")
 
(Undo revision 3501 by SemperRabbit (talk))
Tags: Undo Blanking
 
(42 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Make your own CSS!
 
* wiki.screepspl.us/index.php/Special:MyPage/common.css
 
*/
 
 
a, a.external {
 
color: red;
 
}
 
 
a:visited, a.external:visited {
 
color: green;
 
}
 
 
body, #mw-page-base, #mw-head-base, #mw-head, #content ,div.vectorTabs ul li , h1, h2, h3, h4, h5, h6 {
 
background-color: #1c1c1c;
 
background-image: none;
 
color: white;
 
}
 

Latest revision as of 08:13, 15 January 2022