Vector.css – MediaWiki

From Bohemia Interactive Community
(<°)))))><)
 
m (Fix attempt)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
body, p {
#p-navigation {
color: #090 !important;
margin-top: -36px; /* based on wiki's logo internal margin */
font-family: Papyrus, "Comic Sans MS";
font-size: 1.05em;
letter-spacing: -0.05em;
}
 
#mw-panel {
background-color: #FDA;
border-radius: 0 0 1em 0;
box-shadow: 0 0 1em #000;
}
}
body,
#content {
background-color: #FAC;
}


/**************************************************************************************************/
/**************************************************************************************************/
/* April Fools! */
/* April Fools 2024 */
/**************************************************************************************************/
/**************************************************************************************************/
 
/*
body, p {
.mw-body, p {
color: #090 !important;
color: #090 !important;
font-family: Papyrus, "Comic Sans MS";
font-family: Papyrus, "Comic Sans MS";
Line 40: Line 24:
background-color: #FAC;
background-color: #FAC;
}
}
*/

Latest revision as of 19:11, 12 April 2025

#p-navigation {
	margin-top: -36px; /* based on wiki's logo internal margin */
}

/**************************************************************************************************/
/* April Fools 2024 */
/**************************************************************************************************/
/*
.mw-body, p {
	color: #090 !important;
	font-family: Papyrus, "Comic Sans MS";
	font-size: 1.05em;
	letter-spacing: -0.05em;
}

#mw-panel {
	background-color: #FDA;
	border-radius: 0 0 1em 0;
	box-shadow: 0 0 1em #000;
}

body,
#content {
	background-color: #FAC;
}
*/