MediaWiki:Vector.css: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Initial table styling)
 
(Change table heading color)
 
Line 7: Line 7:


th{
th{
     background-color: #d2d2d2;
     background-color: #F6F6F6;
     border: 1px solid black;
     border: 1px solid black;
}
}

Latest revision as of 09:12, 11 September 2017

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

table{
    background: #FCFCFC;
    border-collapse: collapse;
}

th{
    background-color: #F6F6F6;
    border: 1px solid black;
}

td{
    padding-left: 4px;
}