Jump to content

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

From Worldpedia, the free encyclopedia
remove in-block, let's see if anything breaks
Line 1: Line 1:
/* {{pp|small=yes}} */
/* {{pp|small=yes}} */
#mp-topbanner {
.mp-box {
box-sizing: border-box;
border: 1px solid #aaa; /* all border colors overriden on specific elements */
border-color: #ddd;
padding: 0 0.5em 0.5em;
background-color: #f9f9f9;
margin-top: 4px;
}
}


.mp-bordered,
.mp-h2,
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
border-width: 1px;
border: 1px solid #aaa; /* all border colors overriden on specific elements */
border-style: solid;
margin: 0.5em 0;
padding: 0.2em 0.4em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
}
 
h2.mp-h2::after { /* Remove borders in Timeless */
border: none;
}
 
.mp-later {
font-size: 85%;
font-weight: normal;
}
}


#mp-topbanner,
#mp-topbanner {
.mp-h2,
background: #f9f9f9;
#mp-left {
border-color: #ddd;
color: #000;
}
}


#mp-welcomecount {
#mp-welcomecount {
text-align: center;
margin: 0.4em;
margin: 0.4em;
text-align: center;
}
}


Line 36: Line 47:
}
}


#mp-welcome h1::after { /* Timeless bottom border */
#mp-welcome h1::after {
content: none;
content: none;
}
}
Line 49: Line 60:


#mp-banner {
#mp-banner {
margin-top: 4px;
background: #fffaf5;
padding: 0.5em;
background-color: #fffaf5;
border-color: #f2e0ce;
border-color: #f2e0ce;
}
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
margin: 0.5em;
padding: 0.2em 0.4em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
}
h2.mp-h2::after { /* Remove borders in Timeless */
border: none;
}
.mp-later {
font-size: 85%;
font-weight: normal;
}
#mp-upper {
width: 100%;
margin-top: 4px;
margin-bottom: 0;
border-spacing: 0;
border-collapse: separate;
}
#mp-upper .mid-table {
border-color: transparent;
}
}


#mp-left {
#mp-left {
width: 55%;
background: #f5fffa;
border-color: #cef2e0;
border-color: #cef2e0;
background: #f5fffa;
}
}


#mp-right {
#mp-left .mp-h2 {
width: 45%;
background: #cef2e0;
border-color: #cedff2;
border-color: #a3bfb1;
background: #f5faff;
}
}


#mp-left,
#mp-right {
#mp-right {
padding: 0;
background: #f5faff;
vertical-align: top;
border-color: #cedff2;
}
 
#mp-left .mp-h2 {
background: #cef2e0;
border-color: #a3bfb1;
}
}


Line 111: Line 82:
background: #cedff2;
background: #cedff2;
border-color: #a3b0bf;
border-color: #a3b0bf;
}
#mp-tfa,
#mp-dyk,
#mp-itn,
#mp-otd,
#mp-other-lower > div {
padding: 0.1em 0.6em;
}
#mp-dyk-h2,
#mp-otd-h2 {
clear: both;
}
}


#mp-middle {
#mp-middle {
margin-top: 4px;
background: #fff5fa;
border-color: #f2cedd;
border-color: #f2cedd;
background: #fff5fa;
}
#mp-middle,
#mp-lower,
#mp-other-lower {
overflow: auto;
}
}


#mp-tfl-h2 {
#mp-middle .mp-h2 {
background: #f2cedd;
background: #f2cedd;
border-color: #bfa3af;
border-color: #bfa3af;
}
#mp-tfl {
padding: 0.3em 0.7em;
}
}


#mp-lower {
#mp-lower {
margin-top: 4px;
background: #faf5ff;
border-color: #ddcef2;
border-color: #ddcef2;
background: #faf5ff;
}
}


#mp-tfp-h2 {
#mp-lower .mp-h2 {
background: #ddcef2;
background: #ddcef2;
border-color: #afa3bf;
border-color: #afa3bf;
}
}


#mp-tfp {
#mp-bottom {
margin: 0.1em 0.4em 0.6em;
/* no background */
}
 
#mp-other-lower {
padding: 0;
border-color: #e2e2e2;
border-color: #e2e2e2;
margin-top: 4px;
}
}


#mp-dyk,
#mp-bottom .mp-h2 {
#mp-otd,
#mp-other-lower {
padding-bottom: 0.5em;
}
 
#mp-other-lower .mp-h2 {
background: #eee;
background: #eee;
border-color: #ddd;
border-color: #ddd;
color: #222;
}
}


@media (max-width: 875px) {
@media (max-width: 875px) {
body.skin--responsive table,
/* We need to improve Template:POTD as used on the main page so that these
body.skin--responsive tr,
* hacks aren't necessary */
body.skin--responsive td,
#mp-tfp table,
body.skin--responsive tbody {
#mp-tfp tr,
#mp-tfp td,
#mp-tfp tbody {
display: block !important;
display: block !important;
width: 100% !important;
width: 100% !important;
Line 190: Line 126:
}
}


body.skin--responsive #mp-tfp tr:first-child td:first-child a {
#mp-tfp tr:first-child td:first-child a {
text-align: center;
text-align: center;
display: table;
display: table;
Line 197: Line 133:
}
}


/* https://phabricator.wikimedia.org/T293232 - Minerva doesn't have this style. */
@media (min-width: 875px) {
#mp-upper {
display: flex;
}
#mp-right {
width: 45%;
margin-left: 2px;
}
#mp-left {
width: 55%;
margin-right: 2px;
}
}
 
/* [[phab:T293232]] - Mobile doesn't have this style.
* Will be fixed with TStyles.
*/
div.hlist.inline ul,
div.hlist.inline ul,
div.hlist.inline li,
div.hlist.inline li,
div.hlist.inline {
div.hlist.inline {
    display: inline;
display: inline;
}
}

Revision as of 00:07, 13 June 2022

/* {{pp|small=yes}} */
.mp-box {
	border: 1px solid #aaa; /* all border colors overriden on specific elements */
	padding: 0 0.5em 0.5em;
	margin-top: 4px;
}

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

h2.mp-h2::after { /* Remove borders in Timeless */
	border: none;
}

.mp-later {
	font-size: 85%;
	font-weight: normal;
}

#mp-topbanner {
	background: #f9f9f9;
	border-color: #ddd;
}

#mp-welcomecount {
	text-align: center;
	margin: 0.4em;
}

#mp-welcome {
	font-size: 162%;
	padding: 0.1em;
}

#mp-welcome h1 {
	font-size: inherit;
	font-family: inherit;
	display: inline;
	border: none;
}

#mp-welcome h1::after {
	content: none;
}

#mp-free {
	font-size: 95%;
}

#articlecount {
	font-size: 85%;
}

#mp-banner {
	background: #fffaf5;
	border-color: #f2e0ce;
}

#mp-left {
	background: #f5fffa;
	border-color: #cef2e0;
}

#mp-left .mp-h2 {
	background: #cef2e0;
	border-color: #a3bfb1;
}

#mp-right {
	 background: #f5faff;
	 border-color: #cedff2;
}

#mp-right .mp-h2 {
	background: #cedff2;
	border-color: #a3b0bf;
}

#mp-middle {
	background: #fff5fa;
	border-color: #f2cedd;
}

#mp-middle .mp-h2 {
	background: #f2cedd;
	border-color: #bfa3af;
}

#mp-lower {
	background: #faf5ff;
	border-color: #ddcef2;
}

#mp-lower .mp-h2 {
	background: #ddcef2;
	border-color: #afa3bf;
}

#mp-bottom {
	/* no background */
	border-color: #e2e2e2;
}

#mp-bottom .mp-h2 {
	background: #eee;
	border-color: #ddd;
}

@media (max-width: 875px) {
	/* We need to improve Template:POTD as used on the main page so that these
	 * hacks aren't necessary */
	#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 {
		text-align: center;
		display: table;
		margin: 0 auto;
	}
}

@media (min-width: 875px) {
	#mp-upper {
		display: flex;
	}
	
	#mp-right {
		width: 45%;
		margin-left: 2px;
	}
	
	#mp-left {
		width: 55%;
		margin-right: 2px;
	}
}

/* [[phab:T293232]] - Mobile doesn't have this style.
 * Will be fixed with TStyles.
 */
div.hlist.inline ul,
div.hlist.inline li,
div.hlist.inline {
	display: inline;
}