Difference between revisions of "MediaWiki:Vector.css"

From SCS Modding Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
     background: #F3D95D;
 
     background: #F3D95D;
 
     text-align: center;
 
     text-align: center;
     font-size: 14pt;
+
     font-size: 13pt;
     padding: 10px;
+
     padding: 3px;
 
}
 
}

Revision as of 15:17, 18 January 2016

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


.home_tile {
    display: inline-block;
    background: #eee;
    padding: 10px;
    width: 150px;
    text-align: center;
    height: 93px;
}

.wip {
    background: #F3D95D;
    text-align: center;
    font-size: 13pt;
    padding: 3px;
}