MediaWiki talk

MediaWiki talk:Common.css

Revision as of 11:21, 31 October 2015 by Sahadeva (talk | contribs) (Created page with "=== Removed from Common CSS === <pre> body.page-Main_Page h2, body.page-Sandbox h2 { background:#f9f9f9; border-bottom:1px solid #ccc; border-top:1px solid #ccc;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Removed from Common CSS

body.page-Main_Page h2, body.page-Sandbox h2 {
    background:#f9f9f9;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    padding:0.3em;
    margin:1em 0;
    color:#B5BD64;
    font-family:georgia;
    font-weight:bold;
    text-align:center;
}
#mainbanner {
    text-align:center;
    background:#f9f9f9;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    padding:0.3em;
    color:#B5BD64;
    font-family:georgia;
    font-size:150%;
    font-style:italic;
}
#mainlinks {
    text-align:center;
    margin-bottom:0.5em
}

#mainlinks a {
    color:#B5BD64
}
#mainfeature h2, #maincontent h2, #mainexplanation h2, #mainprabhupada h2, #mainhelp h2, #mainresources h2 {
    background:#f9f9f9;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    color:#B5BD64;
    font-family:georgia;
    font-weight:bold;
    text-align:center;
    padding:0.3em;
    margin:1em 0;
}
.mainleft {
    text-align:left;
    max-width:65em;
    margin:0px auto;
    padding-bottom:1em;
}
.mainjustify {
    text-align:justify;
    max-width:65em;
    margin:0px auto;
    padding-bottom:1em;
}

  • Probably only used on Vanisource:
#chap-nav {
    float:left
}
#verse-nav {
    float:right;
}
#prev-link {
    float:left;
    min-height:22px;
    padding:0 0 0 25px;
    background:url(/wiki/images/9/92/Go-previous.png) no-repeat left
}
#next-link {
    float:left;
    min-height:22px;
    padding:0 25px;
    background:url(/wiki/images/5/5d/Go-next.png) no-repeat right
}
.highlight_terms {
    background-color: #EEE8AA;
}