MediaWiki:Common.css: Difference between revisions

From Pressure Wiki
Content added Content deleted
m (Attempting main page title hide)
Tag: Reverted
(Undo revision 1444 by Mooncloud (talk))
Tag: Undo
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body {
.page-Pressure_Wiki .mw-body .firstHeading {
font-family: "Arial", sans-serif;
display: none;
font-weight: 400;
font-style: normal;
font-size: 16px;
}
}


/* Home page styles, please correct this if its not standard, I'm just now learning CSS */
body {

font-family: "Arial", sans-serif;
.home-welcome-text {
font-weight: 400;
font-style: normal;
font-size: 260%;
font-size: 16px;
font-weight: bold;
margin-bottom: 11px;
margin-top: 10px;
text-align: center;
}
}


.home-stats-text {
/* ill do this shit later oh my fucking god*/
font-size:135%;
margin-bottom: 12px;
text-align:center;
}

.home-header-text {
font-size: 210%;
font-weight: bold;
text-align: center;
}

.home-table {
border: 3px solid;
padding: 12px;
margin: 6px 0px;
}
/* Colour theming */

Revision as of 00:53, 16 June 2024

/* CSS placed here will be applied to all skins */

body {
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

/* Home page styles, please correct this if its not standard, I'm just now learning CSS */

.home-welcome-text {
	font-size: 260%;
	font-weight: bold;
	margin-bottom: 11px;
    margin-top: 10px;
	text-align: center;
}

.home-stats-text {
	font-size:135%;
	margin-bottom: 12px;
	text-align:center; 
}

.home-header-text {
	font-size: 210%;
	font-weight: bold;
	text-align: center;
}

.home-table {
	border: 3px solid; 
	padding: 12px;
	margin: 6px 0px;
}
/* Colour theming */