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 */
  
 +
 +
/* wha the fucj */
 
.iwMainTitle {
 
.iwMainTitle {
 
     margin: 0px;
 
     margin: 0px;
Line 11: Line 13:
 
     color: #3B3B3B;
 
     color: #3B3B3B;
 
     padding: 0.2em 0.4em;
 
     padding: 0.2em 0.4em;
},
+
}
 
+
  
 +
/* whatthefuck */
 
.iwMainFrame {
 
.iwMainFrame {
 
     border: 1px solid #A7D7F9;
 
     border: 1px solid #A7D7F9;

Revision as of 23:29, 30 November 2014

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


/* wha the fucj */
.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;
}

/* whatthefuck */
.iwMainFrame {
    border: 1px solid #A7D7F9;
    padding: 0.5em 1em;
    margin: 1em;
    background-color: #E7EDFB;
}