Jump to content

User:Kremalicious/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 23: Line 23:
.mw-body h2 { font-size: 2em; }
.mw-body h2 { font-size: 2em; }


.mw-body h3, .mw-body h4 { font-weight: 500 !important; }
.mw-body h3, .mw-body h4, th, strong, b { font-weight: 500 !important; }


.mw-body-content {
.mw-body-content {

Revision as of 21:48, 4 December 2015

body { 
	background: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

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

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

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

.mw-body h3, .mw-body h4, th, strong, b { font-weight: 500 !important; }

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

.mw-body p { 
	margin: 1em 0 1em 0;
}

#content,
div#mw-head,
div#footer {
	margin: 0 auto;
	max-width: 43em;
}

#content {
	border: none;
	border-top: 1px solid #eee;
	color: #444;
	padding-left: 0;
	padding-right: 0;
}

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

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

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

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

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

.infobox, 
.toc,
#toc,
.wikitable,
.catlinks,
.navbox {
	font-size: 13px !important;
	line-height: 1.5em;
	border-color: #eee;
}

.wikitable { 
	max-width: 100%;
	display: block;
	width: 100%;
	overflow: scroll;
	border: none !important;
}

#siteSub { display: none; }

#p-personal {
	left: 0;
	right: 0;
}

#p-personal ul { 
	padding-left: 0;
	text-align: right;
}

#p-personal li {
	float: none;
	display: inline-block;
}

div#p-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 2em;
	margin: 0;
}

div#simpleSearch {
	width: 100%;
	height: auto;
	padding-right: 0;
	max-width: 100%;
	border: none;
	background: none;
}

div#simpleSearch #searchInput {
	padding: 0.8em 1em;
	border-bottom: 2px solid #ddd;
}

#mw-head-base {
	height: 8.5em;
}

#left-navigation,
#right-navigation { margin-top: 6em;}

#p-personal a { color: #777; }