Difference between revisions of "User:SemperRabbit/common.css"
Jump to navigation
Jump to search
SemperRabbit (talk | contribs) (Replaced content with "→Make your own CSS! * wiki.screepspl.us/index.php/Special:MyPage/common.css: ") |
SemperRabbit (talk | contribs) |
||
Line 2: | Line 2: | ||
* wiki.screepspl.us/index.php/Special:MyPage/common.css |
* wiki.screepspl.us/index.php/Special:MyPage/common.css |
||
*/ |
*/ |
||
+ | body, #mw-page-base, li { |
||
+ | background-color: #2b2b2b !important; |
||
+ | background-repeat: repeat-x !important; |
||
+ | background-attachment: fixed; |
||
+ | color: #bbb; |
||
+ | font-family: Helvetica, Arial, sans-serif; |
||
+ | font-size: 14px; |
||
+ | font-weight: lighter; |
||
+ | line-height: 1.5; |
||
+ | margin: 0; |
||
+ | } |
Revision as of 15:10, 3 October 2020
/* Make your own CSS! * wiki.screepspl.us/index.php/Special:MyPage/common.css */ body, #mw-page-base, li { background-color: #2b2b2b !important; background-repeat: repeat-x !important; background-attachment: fixed; color: #bbb; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: lighter; line-height: 1.5; margin: 0; }