User:Averon25/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
{
{
font-family: "Luckiest Guy", fantasy;
font-family: "Luckiest Guy", fantasy;
 +
font-weight: 400;
}
}
/* change the gradient bars */
/* change the gradient bars */
-
td.MainPageKnowledgeBaseBox h3
+
MainPageKnowledgeBaseBox h3
{
{
background: #C01C1D;
background: #C01C1D;
Line 14: Line 15:
color: #fff;
color: #fff;
}
}
-
td.MainPageWhatsNewBox h3
+
MainPageWhatsNewBox h3
{
{
background: #C01C1D;
background: #C01C1D;

Revision as of 02:17, 23 May 2022

@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

h1, h2, h3
{
	font-family: "Luckiest Guy", fantasy;
	font-weight: 400;
}

/* change the gradient bars */
MainPageKnowledgeBaseBox h3
{
	background: #C01C1D;
	background: linear-gradient(#C01C1D, #ED1E11 25%, #750500) !important;
	border-radius: 1rem;
	color: #fff;
}
MainPageWhatsNewBox h3
{
	background: #C01C1D;
	background: linear-gradient(#4B77B5, #5490DA 25%, #083A78) !important;
	border-radius: 1rem;
	color: #fff;
}
Personal tools