Difference between revisions of "MediaWiki:Vector.css"

From LeikaRO wiki
Jump to: navigation, search
Line 49: Line 49:
 
}
 
}
 
/* EXP table */
 
/* EXP table */
table.wikitablec th, table.wikitablec td, table.prettytable th, table.prettytable td {
+
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
 
     border: 1px solid #AAA;
 
     border: 1px solid #AAA;
 
     padding: 0.2em;
 
     padding: 0.2em;
 
     text-align: center;
 
     text-align: center;
 
}
 
}

Revision as of 18:20, 3 December 2014

/* 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;
}
/* infobox table */
.infobox {
    border: 1px solid #AAA;
    background-color: #F9F9F9;
    color: #000;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
/* navbox border */
table.navbox {
    background-color: #F9F9F9;
    border: 1px solid #AAA;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}
/* navbox border 2 */
table.navbox th {
    background-color: #CCF;
    padding-left: 1em;
    padding-right: 1em;
}
/* EXP table */
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
    border: 1px solid #AAA;
    padding: 0.2em;
    text-align: center;
}