Difference between revisions of "MediaWiki:Vector.css"

From SCS Modding Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
.home_tile > .icon {
 
.home_tile > .icon {
 
     display: inline-block;
 
     display: inline-block;
     width: 150px;
+
     width: 50px;
     height: 100%;
+
     text-align: center;
 +
    vertical-align: middle;
 
}
 
}
  

Revision as of 15:05, 26 January 2016

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


.home_tile {
    display: inline-block;
    background: #eee;
    width: 400px;
    height: 93px;
    margin-top: 5px;
    border: 1px solid #989898;
}

.home_tile > .description {
    display: inline-block;
    width: 200px;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid #989898;
}

.home_tile > .icon {
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

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