Difference between revisions of "Template:KU Leuven/team/members/css"

Line 339: Line 339:
 
}
 
}
  
/*********************/
 
/* Back */
 
/*********************/
 
 
.subsections {
 
    position: relative;
 
    display: block;
 
    margin:0 auto;
 
    border:0;
 
    padding:0;
 
    width:100%;
 
    opacity:0.95;
 
    background-color: #f3efe7;
 
}
 
 
.subsectionwrapper {
 
    display:table;
 
    width:15%;
 
    margin:auto;
 
}
 
 
.subimgrow, .subtextrow {
 
    display: table-row;
 
    width:100%;
 
    vertical-align:top;
 
    wrap-text: normal;
 
    font-family: 'Handlee';
 
}
 
 
.whitespace {
 
    display: table-cell;
 
    width:40px;
 
}
 
 
.subimg {
 
    height:80px;
 
    display: table-cell
 
}
 
 
.subtext {
 
    position: absolute;
 
    left: 45%;
 
    bottom: -10%;
 
    z-index:1;
 
}
 
 
.subtext p {
 
    margin:5% 0%;
 
}
 
  
 
@media screen and (max-width: 1000px) {
 
@media screen and (max-width: 1000px) {

Revision as of 09:41, 17 September 2015