Jump to content

User:Leokennis/common.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Leokennis (talk | contribs) at 09:54, 21 April 2017. 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.
html[lang], html[dir], html body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

html[lang] body {
    max-width: calc(750px + 11rem);
    margin: 0 auto;
}

html[lang] body #mw-panel {
    left: calc(50% - (375px + 5.5em));
}

@media (max-width: 960px) {
    html[lang] body #mw-panel {
        left: 0;
    }

}

html[lang] body .mw-body {
    padding: 1rem 2.2rem;
    border-left: 0;
}

html[lang] body div#bodyContent,
html[lang] body .mw-body-content,
html[lang] body #mw-content-text > p,
html[lang] body #mw-content-text > ul {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
    max-width: 725px;
}

html[lang] body .rquote {
    font-size: 0.8rem;
    line-height: 1.8;
}

html[lang] body #siteSub,
html[lang] body .hatnote,
html[lang] body .plainlinks {
    font-size: 0.8rem;
    line-height: 2;
}

/*html[lang] body #mw-page-base,
html[lang] body #mw-head {
    display: none;
}*/

#left-navigation {
    display: none;
}


html[lang] body table.metadata {
    font-size: 0.7rem;
    line-height: 1.714;
}

html[lang] body table.metadata .mbox-text-span {
    line-height: 1.2;
}

html[lang] body table div[style] {
    box-sizing: border-box;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 0.1rem;
}

html[lang] body .tmulti div[style] {
    box-sizing: content-box;
    padding: 0;
}

html[lang] body #toc,
html[lang] body #toc ol li,
html[lang] body #toc ul li {
    font-size: 0.75rem;
    line-height: 1.65;
}

html[lang] body table.vertical-navbox,
html[lang] body table.vertical-navbox[style] {
    font-size: 0.6rem !important;
}

html[lang] body table td[style*=background-color] {
    font-size: 0.75rem;
    line-height: 2;
}

html[lang] body table.infobox {
    font-size: 0.8rem !important;
    line-height: 1.5625;
}

html[lang] body table.wikitable,
html[lang] body .rightScroll table {
    font-size: 0.8rem;
    line-height: 1.74999;
}

html[lang] body table.wikitable[style*=width] {
    font-size: 0.8rem !important;
}

html[lang] body h2,
html[lang] body h3,
html[lang] body h4,
html[lang] body h5 {
    line-height: normal;
}

html[lang] body .firstHeading,
html[lang] body h1 .mw-headline,
html[lang] body h2 .mw-headline,
html[lang] body h3 .mw-headline,
html[lang] body h4 .mw-headline,
html[lang] body h5 .mw-headline {
    font-weight: 400;
}

html[lang] body .firstHeading {
    font-size: 2.05rem;
    font-family: Cambria, "Palatino Linotype", Palatino, Georgia, serif;
}

html[lang] body h1 .mw-headline {
    font-size: 2rem;
    font-family: Cambria, "Palatino Linotype", Palatino, Georgia, serif;
}

html[lang] body h2 .mw-headline {
    font-size: 1.8rem;
    font-family: Cambria, "Palatino Linotype", Palatino, Georgia, serif;
}

html[lang] body h3 .mw-headline {
    font-size: 1.2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang] body h4 .mw-headline {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Cambria, "Palatino Linotype", Palatino, Georgia, serif;
}

html[lang] body h5 .mw-headline {
    font-size: 1.1rem;
}

html[lang] body table.navbox,
html[lang] body .reflist,
html[lang] body .catlinks,
html[lang] body .refbegin {
    font-size: 0.8rem;
    line-height: 1.8;
}

html[lang] body .reflist,
html[lang] body .refbegin {
    -webkit-column-width: 20em !important;
}

html[lang] body .reflist .references {
    margin-left: 1.5rem;
}

html[lang] body .ambox {
    margin: 0 1rem;
}

html[lang] body #mw-content-text .ambox-external_links + ul {
    font-size: 0.8rem;
    line-height: 1.8;
}

html[lang] body .global-navigation {
    position: static;
}

/*html[lang] body #jpleft,
html[lang] body #jpright,
html[lang] body #jpsuperheader {
    display: none !important;
}*/

blockquote p::before {
    content: "\201C\00a0";
    display: inline;
    font-family: Georgia, Cambria, serif;
    font-weight: bold;
}

blockquote p::after {
    content: "\00a0\201D";
    display: inline;
    font-family: Georgia, Cambria, serif;
    font-weight: bold;
}

blockquote {
    font-family: Cambria, "Palatino Linotype", Palatino, Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.6;
    clear: both;
}

.thumb,
.thumbinner,
.img,
.thumbimage {
    border: none !important;
    background: none !important;
}

.thumbcaption {
    text-align: center !important;
    color: #333 !important;
    font-size: 0.8rem !important;
}

ul>li {
    list-style-type: square !important;
    list-style-image: none !important;
}

.toc {
    background: none !important;
    border: none !important;
}

.toc ul,
.toc li,
#mw-head ul {
    list-style-type: none !important;
}

.toc a {
    color: #000;
}

#toctitle,
.toctoggle {
    visibility: hidden !important;
}

.toclevel-1 {
    font-family: Cambria, "Palatino Linotype", Palatino, Georgia, serif;
    font-weight: 500;
    font-size: 1.3rem !important;
}

.toclevel-2,
.toclevel-3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.toclevel-2 a,
.toclevel-3 a {
    color: #666 !important;
}

li.toclevel-1 {
    border-top: 1px solid #ddd;
}

li.toclevel-1:last-child {
    border-bottom: 1px solid #ddd;
}