MediaWiki:Common.css: Difference between revisions

From Pressure Wiki
Content added Content deleted
m (Added flexbox fix)
Tag: Reverted
(Undo revision 1364 by Mooncloud (talk): attempting fix for shadow bar of doom)
Tags: Undo Reverted
Line 7: Line 7:
font-size: 16px;
font-size: 16px;
}

.content-table-wrapper, .content-table {
display:contents;
}
}



Revision as of 11:13, 13 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;
}

/* Colour theming */

.color-left {
	background: #2a4b8d !important;
}

.color-right {
    background: #b32424 !important;
}

.tools-inline li.selected {
    border-bottom-color: #33BCCC !important;
}

.new a {
    color: #71DB34 !important;
}