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

From Screeps Wiki
Jump to navigation Jump to search
Line 1: Line 1:
  +
a {
body { font-size: larger; }
 
body {background-color: black;}
+
color: red;
  +
}
  +
  +
a: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: black ;
  +
background-image: none;
  +
color: white;
  +
}

Revision as of 20:08, 1 December 2016

a {
    color: red;
}

a: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: black ;
    background-image: none;
    color: white;
}