Difference between revisions of "MediaWiki:Vector.css"

From LeikaRO wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 
 
/* title */
 
.iwMainTitle {
 
    margin: 0px;
 
    background-color: #A7BDF4;
 
    font-family: "Trebuchet MS",Helvetica,sans-serif;
 
    font-size: 120%;
 
    font-weight: bold;
 
    border: 1px solid #A7BDF4;
 
    text-align: left;
 
    color: #3B3B3B;
 
    padding: 0.2em 0.4em;
 
}
 
/* border */
 
.iwMainFrame {
 
    border: 1px solid #A7D7F9;
 
    padding: 0.5em 1em;
 
    margin: 1em;
 
    background-color: #E7EDFB;
 
}
 

Revision as of 23:52, 30 November 2014

/* CSS placed here will affect users of the Vector skin */