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

From Screeps Wiki
Jump to navigation Jump to search
(Blanked the page)
Tags: Blanking Reverted
Tags: Manual revert Reverted
Line 1: Line 1:
  +
/* 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;
  +
}
  +
  +
span.tocnumber {
  +
background-color: #2b2b2b !important;
  +
color: #bbb;
  +
}
  +
  +
  +
nav span{
  +
color: #DDD !important;
  +
}

Revision as of 08:12, 15 January 2022

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

span.tocnumber {
  background-color: #2b2b2b !important;
  color: #bbb;
}


nav span{
  color: #DDD !important;
}