Difference between revisions of "User:SemperRabbit/common.css"
Jump to navigation
Jump to search
SemperRabbit (talk | contribs) (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,...") |
SemperRabbit (talk | contribs) (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; |
||
− | } |