WickedTech:Main Page/styles.css: Difference between revisions

From WickedTech
Jump to navigation Jump to search
Luke changed the content model of the page WickedTech:Main Page/styles.css from "wikitext" to "Sanitized CSS": templatestyles page
Tags: content model change Mobile edit Mobile web edit
 
Line 1: Line 1:
/* {{pp|small=yes}} */
/* __NOINDEX__ */
.mp-box {
border: 1px solid #aaa; /* all colors overriden on specific elements in @media screen */
padding: 0 0.5em 0.5em;
margin-top: 4px;
}


.mp-h2,
/* Further styles are located in MediaWiki:Common.css */
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
border: 1px solid #aaa; /* all colors overriden on specific elements in @media screen */
margin: 0.5em 0;
padding: 0.2em 0.4em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
}


.mp-later {
/* Box containing welcome message, and stats box */
font-size: 85%;
#mp-topbox, #mp-stats {
font-weight: normal;
clear: both;
}
margin: 0.2em 0;
 
width: 100%;
#mp-welcomecount {
border: 1px solid #a2a9b1;
background-color: #f7f7f7;
box-sizing: border-box;
padding: 0.25em 0.9em;
text-align: center;
text-align: center;
margin: 0.4em;
}
}
 
html.skin-theme-clientpref-night #mp-topbox,
#mp-welcome {
html.skin-theme-clientpref-night #mp-stats {
font-size: 162%;
background-color: transparent;
padding: 0.1em;
}
}


/* Derived from enwikipedia */
#mp-welcome h1,
#mp-welcome h1,
#mp-welcome .mw-heading1 {
#mp-column-container h2,
#mp-welcome .mw-heading1,
#mp-column-container .mw-heading2 {
font-size: inherit;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
font-family: inherit;
display: inline;
display: inline;
Line 39: Line 31:
}
}


#mp-free {
/* "Welcome to WickedGov!" */
font-size: 95%;
#mp-welcome {
font-size: 175%;
}
}


#articlecount {
/* "Anyone can edit WickedGov..." */
font-size: 85%;
#mp-anyone {
font-size: 90%;
}
}


#articlecount > ul {
#mp-column-container {
margin: 0;
display: flex;
padding: 0;
padding: 0;
}
}


#articlecount > ul > li {
/* Featured article and featured news boxes */
margin: 0;  
#mp-featuredarticle, #mp-featurednews {
display: inline;
margin:0.2em 0;
padding: 0.25em 0.9em;
border: 1px solid #a2a9b1;
}
#mp-featuredarticle {
flex: 1 1 55%;
float: left;
background-color: #eeffee;
}
html.skin-theme-clientpref-night #mp-featuredarticle {
background-color: #003300;
}
}


#articlecount > ul > li::after {
#mp-featurednews {
content: " · ";
flex: 1 1 45%;
font-weight: bold;
float: right;
background-color: #eeeeff;
}
}
 
html.skin-theme-clientpref-night #mp-featurednews {
#articlecount > ul > li:last-child::after {
background-color: #000033;
content: "";
}
}


/* Headers for featured article and news boxes */
#mp-featuredarticle-header, #mp-featurednews-header {
float: none;
font-size: 120%;
margin-bottom: 0.5em;


/* clear fix */
.mp-contains-float::after {
content: "";
display: block;
clear: both;
}
}


@media (max-width: 875px) {
/* Statistics */
/* We need to improve Template:POTD as used on the main page so that these
#mp-stats {
* hacks aren't necessary */
text-align: center;
#mp-tfp table,
#mp-tfp tr,
#mp-tfp td,
#mp-tfp tbody {
display: block !important;
width: 100% !important;
box-sizing: border-box;
}
 
#mp-tfp tr:first-child td:first-child a.mw-file-description {
text-align: center;
display: table;
margin: 0 auto;
}
#articlecount > ul > li::after {
content: "";
font-weight: normal;
}
#articlecount > ul > li {
display: block;
}
}
}


@media (min-width: 875px) {
/* Only show dividers on small screens */
#mp-upper {
.mp-divider {
display: flex;
display: none;
}
#mp-left {
flex: 1 1 55%;
margin-right: 2px;
}
#mp-right {
flex: 1 1 45%;
margin-left: 2px;
}
}
}


@media screen {
/* OS dark mode */
#mp-topbanner {
@media screen and ( prefers-color-scheme: dark ) {
background-color: #f9f9f9;
html.skin-theme-clientpref-os #mp-topbox,
border-color: #ddd;
html.skin-theme-clientpref-os #mp-stats,
html.skin-theme-clientpref-os #mp-content {
background-color: transparent;
}
}
html.skin-theme-clientpref-os #mp-featuredarticle {
#mp-banner {
background-color: #003300;
background-color: #fffaf5;
border-color: #f2e0ce;
}
}
html.skin-theme-clientpref-os #mp-featurednews {
#mp-left {
background-color: #000033;
background-color: #f5fffa;
border-color: #cef2e0;
}
#mp-left .mp-h2 {
background-color: #cef2e0;
border-color: #a3bfb1;
}
#mp-right {
background-color: #f5faff;
border-color: #cedff2;
}
#mp-right .mp-h2 {
background-color: #cedff2;
border-color: #a3b0bf;
}
#mp-middle {
background-color: #fff5fa;
border-color: #f2cedd;
}
#mp-middle .mp-h2 {
background-color: #f2cedd;
border-color: #bfa3af;
}
#mp-lower {
background-color: #faf5ff;
border-color: #ddcef2;
}
#mp-lower .mp-h2 {
background-color: #ddcef2;
border-color: #afa3bf;
}
#mp-bottom {
/* no background */
border-color: #e2e2e2;
}
#mp-bottom .mp-h2 {
background-color: #eee;
border-color: #ddd;
}
 
/* night mode */
html.skin-theme-clientpref-night #mp-topbanner {
background-color: #171a1d;
border-color: #676767;
}
html.skin-theme-clientpref-night #mp-banner {
background-color: #431107;
border-color: #663428;
}
html.skin-theme-clientpref-night #mp-left {
background-color: #0b1e1c;
border-color: #104437;
}
html.skin-theme-clientpref-night #mp-left .mp-h2 {
background-color: #104437;
border-color: #2f4d41;
}
html.skin-theme-clientpref-night #mp-right {
background-color: #0d1a27;
border-color: #082849;
}
html.skin-theme-clientpref-night #mp-right .mp-h2 {
background-color: #082849;
border-color: #a3b0bf;
}
html.skin-theme-clientpref-night #mp-middle {
background-color: #270e1a;
border-color: #882c43;
}
html.skin-theme-clientpref-night #mp-middle .mp-h2 {
background-color: #882c43;
border-color: #926c80;
}
html.skin-theme-clientpref-night #mp-lower {
background-color: #130e20;
border-color: #7545ab;
}
html.skin-theme-clientpref-night #mp-lower .mp-h2 {
background-color: #7545ab;
border-color: #afa3bf;
}
html.skin-theme-clientpref-night #mp-bottom {
/* no background */
border-color: #676767;
}
html.skin-theme-clientpref-night #mp-bottom .mp-h2 {
background-color: #3d3d3d;
border-color: #676767;
}
}
}
}


/* OS night mode */
/* For smaller screens */
@media screen and ( prefers-color-scheme: dark ) {
@media screen and (max-width: 768px) {
html.skin-theme-clientpref-os #mp-topbanner {
#mp-column-container {
background-color: #171a1d;
display: block;
border-color: #676767;
clear: both;
margin: 0;
}
}
#mp-featuredarticle,
html.skin-theme-clientpref-os #mp-banner {
#mp-featurednews,
background-color: #431107;
#mp-topbox,
border-color: #663428;
#mp-stats {
clear: both;
float: none;
padding: 0;
margin-top: 0.5em;
margin-bottom: 0.5em;
border: none;
background-color: transparent;
}
}
html.skin-theme-clientpref-os #mp-featurednews,
html.skin-theme-clientpref-os #mp-left {
html.skin-theme-clientpref-os #mp-featuredarticle,
background-color: #0b1e1c;
html.skin-theme-clientpref-os #mp-topbox,
border-color: #104437;
html.skin-theme-clientpref-os #mp-stats,
html.skin-theme-clientpref-night #mp-featurednews,
html.skin-theme-clientpref-night #mp-featuredarticle,
html.skin-theme-clientpref-night #mp-topbox,
html.skin-theme-clientpref-night #mp-stats {
background-color: transparent;
}
}
#mp-featuredarticle-header,
html.skin-theme-clientpref-os #mp-left .mp-h2 {
#mp-featurednews-header {
background-color: #104437;
text-align: center;
border-color: #2f4d41;
}
}
#mp-content {
html.skin-theme-clientpref-os #mp-right {
clear: both;
background-color: #0d1a27;
width: 100%;
border-color: #082849;
border: 1px solid #a2a9b1;
background-color: #f7f7f7;
box-sizing: border-box;
padding: 0.25em 0.9em;
margin-top: 0.25em;
}
}
html.skin-theme-clientpref-night #mp-content {
html.skin-theme-clientpref-os #mp-right .mp-h2 {
background-color: transparent;
background-color: #082849;
border-color: #a3b0bf;
}
}
.mp-divider {
html.skin-theme-clientpref-os #mp-middle {
display: block;
background-color: #270e1a;
border: none;
border-color: #882c43;
height: 1px;
}
margin-top: 0.5em;
margin-bottom: 0.5em;
html.skin-theme-clientpref-os #mp-middle .mp-h2 {
clear: both;
background-color: #882c43;
border-color: #926c80;
}
html.skin-theme-clientpref-os #mp-lower {
background-color: #130e20;
border-color: #7545ab;
}
html.skin-theme-clientpref-os #mp-lower .mp-h2 {
background-color: #7545ab;
border-color: #afa3bf;
}
html.skin-theme-clientpref-os #mp-bottom {
/* no background */
border-color: #676767;
}
html.skin-theme-clientpref-os #mp-bottom .mp-h2 {
background-color: #3d3d3d;
border-color: #676767;
}
}
}
}

Latest revision as of 17:56, 24 March 2025

/* __NOINDEX__ */

/* Further styles are located in MediaWiki:Common.css */

/* Box containing welcome message, and stats box */
#mp-topbox, #mp-stats {
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	border: 1px solid #a2a9b1;
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 0.25em 0.9em;
	text-align: center;
}
html.skin-theme-clientpref-night #mp-topbox,
html.skin-theme-clientpref-night #mp-stats {
	background-color: transparent;
}

/* Derived from enwikipedia */
#mp-welcome h1,
#mp-column-container h2,
#mp-welcome .mw-heading1,
#mp-column-container .mw-heading2 {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	display: inline;
	border: none;
}

/* "Welcome to WickedGov!" */
#mp-welcome {
	font-size: 175%;
}

/* "Anyone can edit WickedGov..." */
#mp-anyone {
	font-size: 90%;
}

#mp-column-container {
	display: flex;
	padding: 0;
}

/* Featured article and featured news boxes */
#mp-featuredarticle, #mp-featurednews {
	margin:0.2em 0;
	padding: 0.25em 0.9em;
	border: 1px solid #a2a9b1;
}
#mp-featuredarticle {
	flex: 1 1 55%;
	float: left;
	background-color: #eeffee;
}
html.skin-theme-clientpref-night #mp-featuredarticle {
	background-color: #003300;
}

#mp-featurednews {
	flex: 1 1 45%;
	float: right;
	background-color: #eeeeff;
}
html.skin-theme-clientpref-night #mp-featurednews {
	background-color: #000033;
}

/* Headers for featured article and news boxes */
#mp-featuredarticle-header, #mp-featurednews-header {
		float: none;
		font-size: 120%;
		margin-bottom: 0.5em;

}

/* Statistics */
#mp-stats {
	text-align: center;
}

/* Only show dividers on small screens */
.mp-divider {
	display: none;
}

/* OS dark mode */
@media screen and ( prefers-color-scheme: dark ) {
	html.skin-theme-clientpref-os #mp-topbox,
	html.skin-theme-clientpref-os #mp-stats,
	html.skin-theme-clientpref-os #mp-content {
		background-color: transparent;
	}
	html.skin-theme-clientpref-os #mp-featuredarticle {
		background-color: #003300;
	}
	html.skin-theme-clientpref-os #mp-featurednews {
		background-color: #000033;
	}
}

/* For smaller screens */
@media screen and (max-width: 768px) {
	#mp-column-container {
		display: block;
		clear: both;
		margin: 0;
	}
	#mp-featuredarticle,
	#mp-featurednews,
	#mp-topbox,
	#mp-stats {
		clear: both;
		float: none;
		padding: 0;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		border: none;
		background-color: transparent;
	}
	html.skin-theme-clientpref-os #mp-featurednews,
	html.skin-theme-clientpref-os #mp-featuredarticle, 
	html.skin-theme-clientpref-os #mp-topbox, 
	html.skin-theme-clientpref-os #mp-stats,
	html.skin-theme-clientpref-night #mp-featurednews,
	html.skin-theme-clientpref-night #mp-featuredarticle,
	html.skin-theme-clientpref-night #mp-topbox,
	html.skin-theme-clientpref-night #mp-stats {
		background-color: transparent;
	}
	#mp-featuredarticle-header,
	#mp-featurednews-header {
		text-align: center;
	}
	#mp-content {
		clear: both;
		width: 100%;
		border: 1px solid #a2a9b1;
		background-color: #f7f7f7;
		box-sizing: border-box;
		padding: 0.25em 0.9em;
		margin-top: 0.25em;
	}
	html.skin-theme-clientpref-night #mp-content {
		background-color: transparent;
	}
	.mp-divider {
		display: block;
		border: none;
		height: 1px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		clear: both;
	}
}