Difference between revisions of "MediaWiki:Vector.css"

From SCS Modding Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
}
 
}
  
.home_tile > table > tr > td.description {
+
.home_tile > .description td {
 
     display: inline-block;
 
     display: inline-block;
 
     vertical-align: top;
 
     vertical-align: top;
Line 18: Line 18:
 
}
 
}
  
.home_tile > table > tr > td.description a {
+
.home_tile > .description a {
 
     font-size: 14pt;
 
     font-size: 14pt;
 
}
 
}

Revision as of 13:09, 9 February 2016

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


.home_tile {
    display: inline-block;
    background: #eee;
    width: 340px;
    margin-top: 5px;
    border: 1px solid #989898;
    vertical-align: top;
}

.home_tile > .description td {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #989898;
    padding: 10px;
}

.home_tile > .description a {
    font-size: 14pt;
}

.home_tile > table > tr > td.icon {
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    margin: 15px 10px 10px 15px;
}

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