Difference between revisions of "MediaWiki:Vector.css"

From SCS Modding Wiki
Jump to navigation Jump to search
Line 59: Line 59:
 
.tutorials_container > .tutorial_entry {
 
.tutorials_container > .tutorial_entry {
 
     display: table-cell;
 
     display: table-cell;
     vertical-align: top;
+
     /*vertical-align: top;*/
 
     height: 100%;
 
     height: 100%;
  
 
}
 
}

Revision as of 15:03, 2 March 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 {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-family: sans-serif;
    font-size: 12px;
}

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

.home_tile > .icon {
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 15px 15px 10px 15px;
    border-right: 1px solid #989898;
}

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

.tutorial_navigation {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #aaa;
    overflow: hidden;
}


.tutorial_navigation p {
    margin: 0;
}

.tutorials_container {
    display: table;
    width: 852px;
    border-spacing: 10px;
}

.tutorials_container > .tutorial_entry {
    display: table-cell;
    /*vertical-align: top;*/
    height: 100%;

}