User:Numerus/valve.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#numerus-btn, #numerus-imgbtn
{
display: inline-block;
line-height: 22px;
height: 25px;
color: #d26900c;
background-color: #d1521e;
border-radius: 3px;
-moz-border-radius: 3px;
}
#numerus-btn.lighter
{
background-color: #9db1cc;
color: black;
}
#numerus-btn
{
padding: 2px 4px;
}
#numerus-btn:hover, #numerus-imgbtn:hover
{
text-decoration: none;
background-color: #d1521e;
color: #d26900;
}