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

From Screeps Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
  +
a, a.external {
a {
 
 
color: red;
 
color: red;
 
}
 
}
   
a:visited {
+
a:visited, a.external:visited {
 
color: green;
 
color: green;
 
}
 
}
   
 
body, #mw-page-base, #mw-head-base, #mw-head, #content ,div.vectorTabs ul li , h1, h2, h3, h4, h5, h6 {
 
body, #mw-page-base, #mw-head-base, #mw-head, #content ,div.vectorTabs ul li , h1, h2, h3, h4, h5, h6 {
background-color: black ;
+
background-color: #1c1c1c;
 
background-image: none;
 
background-image: none;
 
color: white;
 
color: white;

Revision as of 20:14, 1 December 2016

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