User:Numerus/valve.css

From Team Fortress Wiki
< User:Numerus
Revision as of 01:25, 16 June 2011 by Numerus (talk | contribs) (Created page with '#apertureai-btn, #apertureai-imgbtn { display: inline-block; line-height: 22px; height: 25px; color: #82807c; background-color: #003366; border-radius: 3px; -moz-border…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.
#apertureai-btn, #apertureai-imgbtn
{
	display: inline-block;
	line-height: 22px;
	height: 25px;
	color: #82807c;
	background-color: #003366;

	border-radius: 3px;	 
	-moz-border-radius: 3px;
}

#apertureai-btn.lighter
{
	background-color: #9db1cc;
	color: black;
}

#apertureai-btn
{
	padding: 2px 4px;
}

#apertureai-btn:hover, #apertureai-imgbtn:hover
{
	text-decoration: none;
	background-color: #9db1cc;
	color: #3c3d3e;
}