Jump to content

Worldpedia:Main Page/styles.css

From Worldpedia, the free encyclopedia
Revision as of 10:10, 15 May 2020 by enwiki>Izno (merge from sandbox)
/* {{pp|small=yes}} */
#mp-topbanner {
	clear: both;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 1.2em 0 6px;
	min-width: 47em;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	color: #000;
	white-space: nowrap;
}

body.skin-minerva #mp-topbanner {
	min-width: 0;
	white-space: initial;
}

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

body.skin-minerva #mp-welcomecount {
	width: auto;
}

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

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

#articlecount {
	font-size: 85%;
}

#mp-portals {
	position: absolute;
	right: -1em;
	top: 50%;
	margin-top: -2.4em;
	width: 38%;
	min-width: 25em;
	font-size: 95%;
}

body.skin-minerva #mp-portals {
	display: none;
}

#mp-portals li {
	position: absolute;
	left: 0;
	top: 0;
}

#mp-portals .portal-hmid {
	left: 33%;
}

#mp-portals .portal-hright {
	left: 66%;
}

#mp-portals .portal-vmid {
	top: 1.6em;
}

#mp-portals .portal-vbot {
	top: 3.2em;
}

.portal-hright.portal-vbot {
	font-weight: bold;
}

#mp-banner {
	margin-top: 4px;
	padding: 0.5em;
	background-color: #fffaf5;
	border: 1px solid #f2e0ce;
}

.mp-h2,
body.skin-timeless .mp-h2 {
	margin: 0.5em;
	border-width: 1px;
	border-style: solid;
	color: #000;
	padding: 0.2em 0.4em;
	font-size: 120%;
	font-weight: bold;
	font-family: inherit;
}

body.skin-timeless .mp-h2::after {
	border: none;
}

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

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

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

#mp-dyk-h2,
#mp-otd-h2 {
	clear: both;
}

#mp-middle {
	margin-top: 4px;
	border: 1px solid #f2cedd;
	background: #fff5fa;
	overflow: auto;
}

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

#mp-tfl {
	padding: 0.3em 0.7em;
}

#mp-lower {
	margin-top: 4px;
	border: 1px solid #ddcef2;
	background: #faf5ff;
	overflow: auto;
}

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

#mp-tfp {
	 margin: 0.1em 0.4em 0.6em;
}

body.skin-minerva #mp-tfp tr td:first-child a {
	text-align: center;
	display: block;
}

#mp-other-lower {
	padding-top: 4px;
	padding-bottom: 2px;
	border: 1px solid #e2e2e2;
	overflow: auto;
	margin-top: 4px;
}

#mp-other-lower > div {
	padding: 0.1em 0.6em;
}

#mp-other-lower .mp-h2 {
	background: #eee;
	border-color: #ddd;
	color: #222;
}

/* SKIN-MINERVA */
body.skin-minerva table,
body.skin-minerva tr,
body.skin-minerva td,
body.skin-minerva tbody {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box;
}