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 |
||
*/ |
*/ |
||
+ | ul { |
||
− | li.selected.before, |
||
+ | list-style-image: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="13"> <circle cx="2.5" cy="9" r="2.5" fill="%23bbb"/> </svg>); |
||
− | li.selected.after { |
||
− | background-color: #3b3b3b !important; |
||
− | border: 1px solid #bbb !important; |
||
− | } |
||
− | |||
− | li.before, |
||
− | li.after, |
||
− | li.between { |
||
− | border: 1px solid #bbb !important; |
||
} |
} |
Revision as of 13:12, 4 October 2020
/* Make your own CSS! * wiki.screepspl.us/index.php/Special:MyPage/common.css */ ul { list-style-image: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="13"> <circle cx="2.5" cy="9" r="2.5" fill="%23bbb"/> </svg>); }