User:Averon25/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
Line 2: | Line 2: | ||
td.MainPageKnowledgeBaseBox h3 | td.MainPageKnowledgeBaseBox h3 | ||
{ | { | ||
- | background | + | background: #C01C1D, linear-gradient(#C01C1D, #ED1E11 25%, #750500) !important; |
- | + | ||
- | + | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
+ | border-radius: 1rem; | ||
color: #fff; | color: #fff; | ||
} | } | ||
td.MainPageWhatsNewBox h3 | td.MainPageWhatsNewBox h3 | ||
{ | { | ||
- | + | background: #4B77B5, linear-gradient(#4B77B5, #5490DA 25%, #083A78) !important; | |
- | background | + | border-radius: 1rem; |
- | + | ||
- | + | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
+ | color: #fff; | ||
} | } |
Revision as of 02:09, 23 May 2022
/* 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; }