Difference between revisions of "MediaWiki:Vector.css"

From SCS Modding Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
     display: inline-block;
 
     display: inline-block;
 
     background: #eee;
 
     background: #eee;
    padding: 10px;
+
     width: 400px;
     width: 150px;
 
    text-align: center;
 
 
     height: 93px;
 
     height: 93px;
 
     margin-top: 5px;
 
     margin-top: 5px;
Line 14: Line 12:
  
 
.home_tile > .description {
 
.home_tile > .description {
    display: inline-block;
+
    display: inline-block;
 +
    width: 200px;
 +
    height: 100%;
 +
    vertical-align: top;
 +
    border-left: 1px solid #989898;
 
}
 
}
  
 
.home_tile > .main {
 
.home_tile > .main {
    display: inline-block;
+
    display: inline-block;
 +
    width: 150px;
 +
    height: 100%;
 
}
 
}
  

Revision as of 15:03, 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 > .main {
    display: inline-block;
    width: 150px;
    height: 100%;
}

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