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

(Created page with "<html> <link href='http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope' rel='stylesheet' type='text/css'> <style> /*********************/ PAGES: /...")
 
Line 29: Line 29:
 
     padding:0;
 
     padding:0;
 
     width:100%;
 
     width:100%;
     height:650%;
+
     height:100%;
 
     background-color: #f3efe7;
 
     background-color: #f3efe7;
 
}
 
}
Line 59: Line 59:
 
/********************/
 
/********************/
  
.summary {
+
.pictures {
    position:relative;
+
    width:100%;
+
    height:16.66%;
+
    display: block;
+
    top:0;
+
    left:0;
+
    margin:0;
+
    padding:0;
+
}
+
 
+
 
+
.summaryheader {
+
    position: absolute;
+
    width:100%;
+
    height:30%;
+
    left:0;
+
    top:0;
+
    overflow:hidden;
+
}
+
 
+
.summaryimg {
+
 
     position:absolute;
 
     position:absolute;
     width:100%;
+
     display:inline-block;
     height:100%;
+
     height:20%
     opacity:1;
+
     widht:20%
 
     overflow:hidden;
 
     overflow:hidden;
    top:0;
 
    left:0;
 
 
}
 
}
 
.summarytext {
 
    position: relative;
 
    border:0;
 
    top:30%;
 
    left:0;
 
    padding:0;
 
    width:100%;
 
    height:70%;
 
    display: block;
 
    z-index:2;
 
    background-color: #f3efe7;
 
    overflow:hidden;
 
}
 
 
.head {
 
    position:absolute; 
 
    height:20%;
 
    width:100%;
 
    top:50%;
 
    align:center;
 
    font-size:4em;
 
    z-index:1;
 
}
 
 
 
.head h2{
 
    color: #808080;
 
}
 
 
.part {
 
    position:absolute; 
 
    height:90%;
 
    width:65%;
 
    left:17.5%;
 
    top:10%;
 
    align:center;
 
}
 
 
  
 
/*********************/
 
/*********************/

Revision as of 16:06, 14 July 2015