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

From Screeps Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
  +
/* Make your own CSS!
  +
* wiki.screepspl.us/index.php/Special:MyPage/common.css
  +
*/
  +
 
a, a.external {
 
a, a.external {
 
color: red;
 
color: red;

Revision as of 02:10, 2 December 2016

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