User:Averon25/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
td.MainPageKnowledgeBaseBox h3
td.MainPageKnowledgeBaseBox h3
{
{
-
background-color: #500401;
+
background: #C01C1D, linear-gradient(#C01C1D, #ED1E11 25%, #750500) !important;
-
background-image: url('/skins/common/images/header-background-redfade.gif') !important;
+
-
background-position: top;
+
background-repeat: repeat-x;
background-repeat: repeat-x;
 +
border-radius: 1rem;
color: #fff;
color: #fff;
}
}
td.MainPageWhatsNewBox h3
td.MainPageWhatsNewBox h3
{
{
-
color: #fff;
+
background: #4B77B5, linear-gradient(#4B77B5, #5490DA 25%, #083A78) !important;
-
background-color: #012B60;
+
border-radius: 1rem;
-
background-image: url('/skins/common/images/header-background-bluefade.gif') !important;
+
-
background-position: top;
+
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;
}