Difference between revisions of "User:SemperRabbit/common.css"
Jump to navigation
Jump to search
SemperRabbit (talk | contribs) |
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 |
||
*/ |
*/ |
||
− | .vector-menu-tabs |
+ | .vector-menu-tabs li, .vector-menu-tabs a, #mw-head, .vector-menu-checkbox, .vector-menu-dropdown li a { |
− | background-color: # |
+ | background-color: #404040 !important; |
background-repeat: repeat-x !important; |
background-repeat: repeat-x !important; |
||
background-attachment: fixed; |
background-attachment: fixed; |
||
− | color: # |
+ | color: #888; |
font-family: Helvetica, Arial, sans-serif; |
font-family: Helvetica, Arial, sans-serif; |
||
font-size: 14px; |
font-size: 14px; |
||
Line 12: | Line 12: | ||
line-height: 1.5; |
line-height: 1.5; |
||
margin: 0; |
margin: 0; |
||
+ | } |
||
+ | |||
+ | nav span { |
||
+ | color: #DDD !important; |
||
} |
} |
Revision as of 03:05, 31 October 2020
/* Make your own CSS! * wiki.screepspl.us/index.php/Special:MyPage/common.css */ .vector-menu-tabs li, .vector-menu-tabs a, #mw-head, .vector-menu-checkbox, .vector-menu-dropdown li a { background-color: #404040 !important; background-repeat: repeat-x !important; background-attachment: fixed; color: #888; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: lighter; line-height: 1.5; margin: 0; } nav span { color: #DDD !important; }