User:Averon25/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 +
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
 +
 +
h2, h3
 +
{
 +
font-family: "Luckiest Guy", fantasy;
 +
}
 +
/* change the gradient bars */
/* change the gradient bars */
td.MainPageKnowledgeBaseBox h3
td.MainPageKnowledgeBaseBox h3
{
{
-
background: #C01C1D, linear-gradient(#C01C1D, #ED1E11 25%, #750500) !important;
+
background: #C01C1D;
-
background-repeat: repeat-x;
+
background: linear-gradient(#C01C1D, #ED1E11 25%, #750500) !important;
border-radius: 1rem;
border-radius: 1rem;
color: #fff;
color: #fff;
Line 9: Line 16:
td.MainPageWhatsNewBox h3
td.MainPageWhatsNewBox h3
{
{
-
background: #4B77B5, linear-gradient(#4B77B5, #5490DA 25%, #083A78) !important;
+
background: #C01C1D;
 +
background: linear-gradient(#4B77B5, #5490DA 25%, #083A78) !important;
border-radius: 1rem;
border-radius: 1rem;
-
background-repeat: repeat-x;
 
color: #fff;
color: #fff;
}
}

Revision as of 02:14, 23 May 2022

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

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

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