User

Visvatmadeva/monobook.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
.body h1 {background:#f9f9f9;
body.page-Main_Page h2, body.page-Talk_Main_Page h2 {
    border-bottom:1px solid #ccc;
     background: #f9f9f9;
    border-top:1px solid #ccc;
     border-bottom: 1px solid #ccc;
    padding:0.3em;
     border-top: 1px solid #ccc;
    margin:1em 0;
     padding: 0.3em; margin:1em 0;
    color:#B5BD64;
     color: #B5BD64;
    font-family:georgia;
     font-family: georgia;
     font-weight:bold;
     font-weight: bold;
    text-align:center;
     text-align: center;
}
 
.body 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;
}
}

Revision as of 19:37, 30 October 2015

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