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 28: | Line 28: | ||
/* Non-core framework for theme integration */ | /* Non-core framework for theme integration */ | ||
/* Usernames /* | /* Usernames /* | ||
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; } | ||
Line 75: | Line 55: | ||
/***** 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; } | ||
ere will be applied to all skins on the entire site. *****/ | ere will be applied to all skins on the entire site. *****/ | ||
/* 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; | |||
} |
edits