Check users, Comment administrators, csmoderator, Interface administrators, oversight, Suppressors, Administrators
8,086
edits
Happy 11th anniversary, screamer wiki!
Screamer1234 (talk | contribs) No edit summary |
Screamer1234 (talk | contribs) No edit summary |
||
Line 29: | Line 29: | ||
/* Non-core framework for theme integration */ | /* Non-core framework for theme integration */ | ||
/* Usernames /* | /* Usernames /* | ||
/* Scrollbar */ | |||
::-webkit-scrollbar { | |||
width: 12px !important; | |||
-webkit-overflow-scrolling: auto !important; | |||
} | |||
::-webkit-scrollbar-track { | |||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1) !important; | |||
-webkit-border-radius: 0px !important; | |||
border-radius: 0px !important; | |||
} | |||
::-webkit-scrollbar-thumb { | |||
-webkit-border-radius: 0px !important; | |||
border-radius: 0px !important; | |||
background: #d13c17 !important; | |||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1) !important; | |||
} | |||
::-webkit-scrollbar-thumb:window-inactive { | |||
background: #A62e10 !important; | |||
} | |||
a[href="/wiki/User:Screamer1234"] { color:cyan !important; font-weight: bold !important; } | a[href="/wiki/User:Screamer1234"] { color:cyan !important; font-weight: bold !important; } | ||
/***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | /***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } |
edits