Jump to content

User:Kremalicious/common.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kremalicious (talk | contribs) at 01:13, 22 November 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body { 
	background: #fff;
}

body, .mw-body h1, .mw-body h2 {
	font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
}

h1, h2, h3, h4, h5, h6 {
	border-bottom-color: #eee;
	font-weight: 200;
}

.mw-body h1,
.mw-body h2 {
	margin-bottom: .3em;
	padding-bottom: .3em;
}

.mw-body h1 { font-size: 2.5em; }
.mw-body h2 { font-size: 2em; }

div#mw-head {
	left: 50%;
	max-width: 43em;
	margin-left: -21.5em
}

#left-navigation { margin-left: 0; }

.mw-body {
	color: #444;
}

.mw-body-content {
	font-size: 16px;
	line-height: 1.6em;
}

#mw-page-base {
	background: #fff;
}

#p-logo {
	transform: scale(.5);
	transform-origin: left top
}

#mw-panel .portal { display: none ; }

#content {
	border-color: #eee;
	margin: 0 auto;
	max-width: 40em;
	border-right-width: 1px;
}

div#footer {
	margin: 0 auto;
	max-width: 40em;
}