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

 
(311 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<link href='http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope' rel='stylesheet' type='text/css'>
 
  
 
<style>
 
<style>
  
 +
.hidden {
 +
    display:none;
 +
}
  
 
/*********************/
 
/*********************/
 
/*      PAGES      */
 
/*      PAGES      */
 
/********************/
 
/********************/
 
 
/* in this section the parts of the page are defined in space and background */
 
/* in this section the parts of the page are defined in space and background */
  
.main-nav {
+
 
     position:fixed;
+
#teamtable {
    width:100%;
+
     position: relative;
    height: 30px;
+
    top: 17px;
+
    left:0;
+
 
     display: block;
 
     display: block;
     background-color: #ddd1b8;
+
     width:100%;
     z-index: 5;
+
     text-align:center;
 +
    margin:0;
 +
    padding:5% 0;
 +
    border:0;
 +
    background-color: #f3efe7;
 
}
 
}
  
#summarywrapper {
+
#teamtablem {
 
     position: relative;
 
     position: relative;
 +
    display: none;
 +
    width:100%; 
 +
    text-align:center;
 +
    margin:0;
 +
    padding:5% 0;
 
     border:0;
 
     border:0;
    display: block;
 
    padding:0;
 
    width:100%;
 
    height:300%;
 
 
     background-color: #f3efe7;
 
     background-color: #f3efe7;
 
}
 
}
  
.subsections {
+
.advisortableleft {
 
     position: relative;
 
     position: relative;
     display: block;
+
     display: table;
     margin:0 auto;
+
    width:65%; 
 +
    text-align:center;  
 +
     margin: 2.5% 0 0 0;
 +
    left: 15.5%;
 
     border:0;
 
     border:0;
    padding:0;
 
    width:100%;
 
    height:100%;
 
    opacity:0.95;
 
 
     background-color: #f3efe7;
 
     background-color: #f3efe7;
 +
    box-shadow: 0px 0px 10px 10px #f3efe7;
 
}
 
}
  
 
+
.advisortableright {
#footer {
+
     position: relative;
     opacity:0.95;
+
     display: table;
     position:relative;
+
     width:65%;
     display: block;
+
     text-align:center;  
     height:250px;
+
     margin: 2.5% 0 0 0;
     width:100%;
+
    left: 21.5%;
 +
    border:0;
 
     background-color: #f3efe7;
 
     background-color: #f3efe7;
 +
    box-shadow: 0px 0px 10px 10px #f3efe7;
 
}
 
}
 +
  
 
/*********************/
 
/*********************/
/*    Summary     */
+
/*    Members     */
 
/********************/
 
/********************/
 +
     
 +
.row {
 +
    position: relative;
 +
    display: table;
 +
    table-layout: fixed;
 +
    width:90%;
 +
    text-align:center;
 +
    vertical-align: top;
 +
}
 +
 +
.fourthrow, .fifthrow, .sixthrow {
 +
    position: relative;
 +
    display: table;
 +
    table-layout: fixed;
 +
    width:90%;
 +
    left:5%;
 +
    text-align:center;
 +
    vertical-align: top;
 +
}
 +
 +
.general {
 +
    display:table-cell;
 +
    width:51%;
 +
}
 +
 +
.general img {
 +
    width:100%;
 +
    border-radius: 50px 50px 50px 50px;
 +
}
 +
 +
.bigpicture {
 +
    position:relative;
 +
    display: table-cell;
 +
    width:51%;
 +
}
 +
 +
#teamtable .whiterow {
 +
    position: relative;
 +
    display: table;
 +
    width:80%;
 +
    height:10px;
 +
    text-align:center;
 +
    vertical-align: top;
 +
}
  
 
.picture {
 
.picture {
     position:absolute;
+
     position: relative;
 +
    display: table-cell;
 +
    width:2.8%;
 +
}
 +
 
 +
.picture:hover {
 +
    cursor: pointer;
 +
}
 +
 
 +
text p {
 +
    text-align:center;
 +
    margin:0;
 +
    padding:0;
 +
    font-variant: small-caps;
 +
}
 +
 
 +
name {
 +
    font-weight:bold;
 +
    font-size:1.8em;
 +
    font-variant: small-caps;
 +
}
 +
 
 +
function {
 +
 
 +
}
 +
 
 +
#leftrow {
 +
    position: relative;
 +
    display: table-cell;
 +
    vertical-align:top;
 +
}
 +
 
 +
#rightrow {
 +
    position: relative;
 +
    display: table-cell;
 +
    vertical-align:top;
 +
}
 +
 
 +
 
 +
.space {
 +
    position: relative;
 +
    display:table-cell;
 +
    width:1.5%; 
 +
}
 +
 
 +
.spacerow {
 +
    position: relative;
 
     display:block;
 
     display:block;
     height:20%;
+
     height:10px;  
    width:20%;
+
    overflow:hidden;
+
 
}
 
}
  
/*********************/
+
.startspace {
/* subsections references */
+
    position: relative;
/*********************/
+
    display:table-cell;
 +
    width:5%; 
 +
}
  
 +
.endspace {
 +
    position: relative;
 +
    display:table-cell;
 +
    width:3%; 
 +
}
  
.subsectionswrapper {
+
.middlespace {
 
     position: relative;
 
     position: relative;
     display: block;
+
     display:table-cell;
    margin:0 auto;
+
     width:2%;  
    border:0;
+
    padding:0;
+
    opacity:0.9;
+
     width:100%;
+
    height:80%;
+
    top:50%;
+
    -moz-transform:translateY(-50%);
+
    -ms-transform:translateY(-50%);
+
    -webkit-transform:translateY(-50%);
+
    transform:translateY(-50%);
+
     
+
 
}
 
}
  
.subsection {
+
#jasper, #laetitia, #laura, #laurens {
 
     position: relative;
 
     position: relative;
     display: inline-block;
+
     display:block;
     width:12%;
+
     width:50%;
     height:80%;
+
     top:5%;
    opacity:1;
+
 
}
 
}
  
.whitespace {
+
#teamtablem #jasper, #teamtablem #laetitia, #teamtablem #laura, #teamtablem #laurens {
 
     position: relative;
 
     position: relative;
     display: inline-block;
+
     display: table-cell;
     width:2%;
+
     width:2.8%;
     height:80%;
+
     top:0%;
 
}
 
}
  
.subimg {
+
.picture img {
     position: absolute;
+
     border-radius: 50%;
    width:100%;
+
 
    height:30%;   
+
 
}
 
}
  
.subtext {
+
.bigpicture {
     position: absolute;
+
     position:relative;
     top:30%;
+
     display: table-cell;
    height:70%;
+
     width:17%;
     width:80%;
+
    padding: 10%;
+
    background-color: #FFFFFF;
+
    color: #000000;
+
    font-family: 'Annie Use Your Telescope', cursive;
+
 
}
 
}
  
.readmorebutton {
+
.bigpicturem {
     position: absolute;
+
     position:relative;
     bottom: 5%;
+
     display: table-cell;
     height:5%;
+
     width:10%;
 
}
 
}
  
 +
.bigpicture img {
 +
    border-radius: 50px 0% 0% 50px;
 +
}
  
 +
.bigpicturem img {
 +
    border-radius: 50px 0% 0% 50px;
 +
}
  
/*********************/
+
.info {
/* Footer */
+
    position:relative;
/*********************/
+
    display:table-cell;
 +
    width:17%;
 +
    vertical-align:top;
 +
    padding:1%;
 +
}
  
.sponsorsleft {
+
.infom{
     position:absolute;
+
     position:relative;
     height:60%;
+
     display:table-cell;
     width:35%;
+
     width:33%;
     display: inline;
+
     vertical-align:top;
     left:0;
+
     padding:1%;
    bottom:0;
+
 
}
 
}
  
#kuleuven {
+
.info p{
     position:absolute;
+
     text-align:left;
    width:30%;
+
    display: inline;
+
    left:20%;
+
    bottom:14%;
+
 
}
 
}
  
#youreca {
+
.info img{
 
     position:absolute;
 
     position:absolute;
     width:30%;
+
     width:100%;
     display: inline;
+
     visibility:hidden;
    right:5%;
+
    bottom:15%;
+
 
}
 
}
  
#footercenter {
+
.infom p{
 +
    text-align:left;
 +
}
 +
 
 +
.infom img{
 
     position:absolute;
 
     position:absolute;
     height:60%;
+
     width:100%;
     display: inline;
+
     visibility:hidden;
    left:35%;
+
    right:35%;
+
    bottom:0;
+
 
}
 
}
  
 +
.cartoon {
 +
    position:relative;
 +
    display:table-cell;
 +
    width:17%;
 +
    vertical-align:top;
 +
    padding:1%;
 +
}
  
#bioscenter {
+
.cartoon p {
     position:absolute;
+
     text-align:justify;
    width:50%;
+
    display: inline;
+
    left:15%;
+
    bottom:50%;
+
    z-index:2;
+
 
}
 
}
  
#footerimg {
+
.cartoon img {
     position:absolute;
+
     border-radius: 0% 20px 20px 0%;
    height:75%;
+
    display: inline;
+
    left:0;
+
    right:0;
+
    bottom:0;
+
 
}
 
}
  
#footerimg img{
+
/*********************/
    position:absolute;
+
/* Mentors and Advisors */
    bottom:-30px;
+
/*********************/
    left:0;
+
    opacity: 0.5;
+
    z-index:1;
+
  
 +
.advisorleft {
 +
    position:relative;
 +
    display: table-cell;
 +
    width:25%;
 
}
 
}
  
.sponsorsright {
+
.advisorleft img {
     position:absolute;
+
     border-radius: 50px 0% 0% 50px;
    height:60%;
+
    width:35%;
+
    display: inline;
+
    right:0;
+
    bottom:0;
+
 
}
 
}
  
#medicine {
+
.advisortableright .row {
     position:absolute;
+
left:20%;
 +
}
 +
 
 +
.infoadvisor {
 +
     position:relative;
 +
    display:table-cell;
 +
    width:50%;
 +
    vertical-align:top;
 +
    padding:1%;
 +
}
 +
 
 +
.infoadvisor p{
 +
    text-align:left;
 +
}
 +
 
 +
.spaceadv {
 +
    position: relative;
 +
    display:table-cell;
 +
    width:2.5%; 
 +
}
 +
 
 +
.advisorright {
 +
    position:relative;
 +
    display:table-cell;
 
     width:25%;
 
     width:25%;
    display: inline;
+
 
    right:20%;
+
    bottom:0;
+
 
}
 
}
  
#solvay {
+
.advisorright img {
     position:absolute;
+
     border-radius: 0% 20px 20px 0%;
    width:40%;
+
    display: inline;
+
    left:5%;
+
    bottom:0;
+
 
}
 
}
  
#fixer {
+
.summarytext1, .summarytext2, .summarytext3 {
     position:absolute;
+
     position: relative;
     height:30px;
+
     border:0;
 +
    top:0;
 +
    left:0;
 +
    padding:10% 2% auto;
 +
    margin:0;
 
     width:100%;
 
     width:100%;
     bottom:-30px;
+
     z-index:2;
 +
    display: block;
 
     background-color: #f3efe7;
 
     background-color: #f3efe7;
     opacity:0.95;
+
     box-shadow: 0px 0px 10px 10px #f3efe7;
 +
    height:auto;
 
}
 
}
  
 +
.part {
 +
    position:relative; 
 +
    height:90%;
 +
    width:65%;
 +
    padding:5% 0%;
 +
    left:17.5%;
 +
    top:20px;
 +
    align:center;
 +
}
 +
 +
 +
@media screen and (max-width: 1000px) {
 +
.part {
 +
  width:95%;
 +
  left:2.5%;
 +
}
 +
 +
.advisortableright, .advisortableleft{
 +
  width:95%;
 +
  left:2.5%;
 +
    margin: 5% 0 0 0;
 +
}
 +
 +
.row {
 +
width:95%;
 +
left:2.5%;
 +
}
 +
 +
.advisortableright .row {
 +
left:5%;
 +
}
 +
 +
.info {
 +
width:55%;
 +
}
 +
 +
#teamtable {
 +
display:none;
 +
}
 +
 +
#teamtablem {
 +
display:table;
 +
}
 +
 +
}
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 02:44, 18 September 2015