Difference between revisions of "Template:KU Leuven/main/css"

Line 248: Line 248:
 
}
 
}
  
.subimg, .subtext {
+
.subimg, .subtex {
 
     display: table-cell;
 
     display: table-cell;
 +
}
 +
 +
.subtextm {
 +
    display:none;
 
}
 
}
  
Line 270: Line 274:
 
#summarywrapper {
 
#summarywrapper {
 
display:none;
 
display:none;
 +
}
 +
 +
 +
/*********************/
 +
/* subsections references */
 +
/*********************/
 +
 +
.subsectionwrapper {
 +
    display:table;
 +
    table-layout: fixed;
 +
    width:95%;
 +
    margin:auto;
 +
}
 +
 +
.subtextrow {
 +
    display:hidden;
 +
}
 +
 +
.subimgrow,  {
 +
    display: table-row;
 +
    width:100%;
 +
    vertical-align:top;
 +
    wrap-text: normal;
 +
    color: #808080;
 +
    font-family: 'Handlee';
 +
}
 +
 +
 +
.whitespace {
 +
    display: table-cell;
 +
    width:5%;
 +
}
 +
 +
.subimg, .subtextm {
 +
    display: table-cell;
 +
}
 +
 +
.subtext p {
 +
    margin:5% 0%;
 +
}
 +
 +
.subtext a:hover {
 +
    text-decoration:none;
 
}
 
}
  

Revision as of 09:15, 2 September 2015