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

From Screeps Wiki
Jump to navigation Jump to search
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, #mw-head {
+
.vector-menu-tabs, li, body, #mw-page-base, #mw-head {
 
background-color: #2b2b2b !important;
 
background-color: #2b2b2b !important;
 
background-repeat: repeat-x !important;
 
background-repeat: repeat-x !important;

Revision as of 02:48, 31 October 2020

/* Make your own CSS!
* wiki.screepspl.us/index.php/Special:MyPage/common.css
*/
.vector-menu-tabs, li, body, #mw-page-base, #mw-head {
  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;
}