Difference between revisions of "Template:KU Leuven/research/idea/css"

 
Line 12: Line 12:
  
 
}
 
}
/*********************/
 
/*      PAGES      */
 
/********************/
 
 
/* in this section the parts of the page are defined in space and background */
 
 
.main-nav {
 
    position:fixed;
 
    width:100%;
 
    height: 30px;
 
    top: 17px;
 
    left:0;
 
    display: block;
 
    background-color: #ddd1b8;
 
    z-index: 5;
 
}
 
 
.subsections {
 
    position: relative;
 
    display: block;
 
    top:0;
 
    width:90%;
 
    height:auto;
 
    padding:5% 5% 0% 5%;
 
    opacity:0.95;
 
    background-color: #f3efe7; 
 
}
 
 
 
#footer {
 
    opacity:0.95;
 
    position:relative;
 
    display: block;
 
    height:250px;
 
    width:100%;
 
    background-color: #f3efe7;
 
}
 
 
 
/*********************/
 
/*********************/
 
/*    Summary      */
 
/*    Summary      */
Line 144: Line 106:
 
     font-size:1.1em;
 
     font-size:1.1em;
 
     font-weight: normal;
 
     font-weight: normal;
}
 
 
/*********************/
 
/* subsections references */
 
/*********************/
 
 
.subsectionwrapper {
 
    display:table;
 
    table-layout: fixed;
 
    width:70%;
 
    margin:auto;
 
}
 
 
.subimgrow, .subtextrow {
 
    display: table-row;
 
    width:15%;
 
    vertical-align:top;
 
    wrap-text: normal;
 
    color: #808080;
 
    font-family: 'Handlee';
 
}
 
 
.whitespace {
 
    display: table-cell;
 
    width:20px;
 
}
 
 
.subimg, .subtext {
 
    display: table-cell;
 
}
 
 
.subtext p {
 
    margin:5% 0%;
 
}
 
 
.readmorebutton {
 
    display: table-cell;
 
    text-align:left;
 
    margin:5% 0%;
 
 
}
 
}
  

Latest revision as of 19:50, 10 September 2015