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
 
*/
 
*/
  +
li.selected.before,
::marker, li::marker, .marker, li, marker {
 
  +
li.selected.after {
content: "•";
 
color: #bbb;
+
background-color: #3b3b3b !important;
  +
border: 1px solid #bbb !important;
  +
}
  +
  +
li.before,
  +
li.after,
  +
li.between {
  +
border: 1px solid #bbb !important;
 
}
 
}

Revision as of 13:05, 4 October 2020

/* Make your own CSS!
* wiki.screepspl.us/index.php/Special:MyPage/common.css
*/
li.selected.before,
li.selected.after {
  background-color: #3b3b3b !important;
  border: 1px solid #bbb !important;
}

li.before,
li.after,
li.between {
  border: 1px solid #bbb !important;
}