Go to Vanipedia | Go to Vanisource | Go to Vanimedia


Vaniquotes - the compiled essence of Vedic knowledge


MediaWiki

Monobook.css: Difference between revisions

No edit summary
 
 
Line 1: Line 1:
/* <pre><nowiki> */
/* CSS placed here will affect users of the Monobook skin */
 
/* Contents moved to Common.css */
/* Don't display some stuff on the main page */
body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod,
body.page-Main_Page #siteSub,
body.page-Main_Page h1.firstHeading {
    display: none !important;
}
 
/* Remove white border from thumbnails */
div.thumb {
    border: none;
}
 
div.tright {
    border: none;
    margin: 0.5em 0 0.8em 1.4em;
}
 
div.tleft {
    border: none;
    margin: 0.5em 1.4em 0.8em 0;
}
 
.statstable {background-color:#FFF; border:1px solid #333;}
 
.statstable td {background: #F5F5F5; padding: 0 0.3em;}
 
.statstable .st-alt {background: #DDD;}
 
.MainHeader h4 {margin:0!important;padding:0.2em 0.4em;}
 
#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;}
 
/* Css for q_headings */
.q_heading, .heading {
font-weight: bold;
color:#296F39;
}
 
/* Css for compile-2.0 structure */
.quote {
    margin: 20px 0px;
}
.quote .heading {
color:#296F39;
}
.quote > .heading, .quote > .trans, .text a, .link > a {
font-weight: bold;
}
 
 
/* New stuff, sort out later  */
 
body.page-Main_Page h2, body.page-Talk_Main_Page 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;}
 
#mainmantra {text-align:center; margin-top:1.5em; color:#B5BD64;}
 
.maincenter {text-align:center; max-width:65em; margin:0px auto; padding-bottom:1em;}
 
.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;}
 
body {background-image:none;font-family:tahoma;}
 
#lastmod {display:none;}
 
li#ca-unify {margin-left:1.6em;}
#google-search input {font-size:95%; width:10.9em;}
#searchform {padding-bottom:0.5em;}
 
#p-logo a, #p-logo a:hover {height:190px;}
#column-one {padding-top:190px;}
 
.tagcloud {
        width: 98%;
        text-align: center;
        background-color: #FDFDFD;
        border: 1px solid #EEEEEE;
        padding: 15px 10px 15px 10px;
}
.tagcloud a {
        color: #0052CB;
        margin-left: 10px;
        margin-right: 10px;
        font-weight: bold;
}
 
/* </nowiki></pre> */

Latest revision as of 10:11, 13 July 2014

/* CSS placed here will affect users of the Monobook skin */
/* Contents moved to Common.css */