User:Averon25/monobook.css

From Homestar Runner Wiki

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Mozilla / Firefox: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
  • Safari: press Cmd-Option-E
  • IE: hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Konqueror: simply click the Reload button, or press F5
  • Opera users may need to completely clear their cache in Tools→Preferences.
/* change the gradient bars */
td.MainPageKnowledgeBaseBox h3
{
	background: #C01C1D, linear-gradient(#C01C1D, #ED1E11 25%, #750500) !important;
	background-repeat: repeat-x;
	border-radius: 1rem;
	color: #fff;
}
td.MainPageWhatsNewBox h3
{
	background: #4B77B5, linear-gradient(#4B77B5, #5490DA 25%, #083A78) !important;
	border-radius: 1rem;
	background-repeat: repeat-x;
	color: #fff;
}
Personal tools