User:Averon25/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/* change the gradient bars */ | /* change the gradient bars */ | ||
td.MainPageKnowledgeBaseBox h3 | td.MainPageKnowledgeBaseBox h3 | ||
{ | { | ||
background-color: #500401; | background-color: #500401; | ||
- | background-image: url(' | + | background-image: url('/skins/common/images/header-background-redfade.gif') !important; |
background-position: top; | background-position: top; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
Line 23: | Line 12: | ||
color: #fff; | color: #fff; | ||
background-color: #012B60; | background-color: #012B60; | ||
- | background-image: url(' | + | background-image: url('/skins/common/images/header-background-bluefade.gif') !important; |
background-position: top; | background-position: top; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
} | } |
Revision as of 01:57, 23 May 2022
/* change the gradient bars */ td.MainPageKnowledgeBaseBox h3 { background-color: #500401; background-image: url('/skins/common/images/header-background-redfade.gif') !important; background-position: top; background-repeat: repeat-x; color: #fff; } td.MainPageWhatsNewBox h3 { color: #fff; background-color: #012B60; background-image: url('/skins/common/images/header-background-bluefade.gif') !important; background-position: top; background-repeat: repeat-x; }