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

From Frontierpedia, the Microsoft Agent encyclopedia
(Konnor88 changed the content model of the page Frontierpedia:Main Page/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* {{pp|small=yes}} */
.mp-box {
.mp-box {
border: 1px solid #aaa; /* all border colors overriden on specific elements */
border: 1px solid #aaa; /* all border colors overriden on specific elements */

Latest revision as of 23:45, 8 October 2022

.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%;
}

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

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