User:Averon25/monobook.css

From Homestar Runner Wiki

< User:Averon25(Difference between revisions)
Jump to: navigation, search
 
(includes 5 intermediate revisions)
Line 1: Line 1:
-
/* change Mozilla autoscroll image */
+
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
-
html > img
+
 
 +
h1, h2, h3
{
{
-
background-image: url('http://img474.imageshack.us/img474/4264/sbscrollpn3.png') !important;
+
font-family: "Luckiest Guy", fantasy;
-
background-position: top left;
+
font-weight: 400;
-
background-repeat: no-repeat;
+
-
height: 32px !important;
+
-
padding-left: 32px !important;
+
-
width: 0px !important;
+
}
}
/* change the gradient bars */
/* change the gradient bars */
-
td.MainPageKnowledgeBaseBox h3
+
.MainPageKnowledgeBaseBox h3
{
{
-
background-color: #500401;
+
background: #C01C1D;
-
background-image: url('http://img408.imageshack.us/img408/733/redfade1pn.gif') !important;
+
background: linear-gradient(#C01C1D, #ED1E11 25%, #750500) !important;
-
background-position: top;
+
border-radius: 1rem;
-
background-repeat: repeat-x;
+
color: #fff;
color: #fff;
}
}
-
td.MainPageWhatsNewBox h3
+
.MainPageWhatsNewBox h3
{
{
 +
background: #C01C1D;
 +
background: linear-gradient(#4B77B5, #5490DA 25%, #083A78) !important;
 +
border-radius: 1rem;
color: #fff;
color: #fff;
-
background-color: #012B60;
 
-
background-image: url('http://img237.imageshack.us/img237/6510/bluefadevg1.gif') !important;
 
-
background-position: top;
 
-
background-repeat: repeat-x;
 
}
}

Current revision as of 03:57, 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;
}