User:Kremalicious/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin can be added at User:Kremalicious/common.js. |
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 { 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; }