Difference between revisions of "MediaWiki:Vector.css"

From SCS Modding Wiki
Jump to navigation Jump to search
(Replaced content with "CSS placed here will affect users of the Vector skin: ")
 
(68 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* 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;
 
    margin-top: 5px;
 
    border: 1px solid #373737;
 
}
 
 
.wip {
 
    background: #F3D95D;
 
    text-align: center;
 
    font-size: 13pt;
 
    padding: 3px;
 
}
 

Latest revision as of 09:15, 11 March 2016

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