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

 
(207 intermediate revisions by 4 users not shown)
Line 7: Line 7:
 
/* 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;
+
    width:100%;
+
    height: 30px;
+
    top: 17px;
+
    left:0;
+
    display: block;
+
    background-color: #ddd1b8;
+
    z-index: 5;
+
}
+
  
 
#headimg {
 
#headimg {
Line 22: Line 13:
 
     border:0;
 
     border:0;
 
     padding:0;
 
     padding:0;
     width:100%;
+
     margin:0;
     height:600px;  
+
     width:100%;  
 
}
 
}
  
Line 42: Line 33:
 
     position: relative;
 
     position: relative;
 
     display: block;
 
     display: block;
    padding:5%;
 
 
     top:0;
 
     top:0;
 
     width:90%;
 
     width:90%;
 
     height:auto;
 
     height:auto;
 +
    padding:0% 5% 0% 5%;
 
     opacity:0.95;
 
     opacity:0.95;
 
     background-color: #f3efe7;   
 
     background-color: #f3efe7;   
}
+
     z-index:2;
 
+
#footer {
+
    top:0;
+
    opacity:0.95;
+
    position:relative;
+
    display: block;
+
    height:240px;
+
    width:100%;
+
    background-color: #f3efe7;
+
}
+
 
+
/*********************/
+
/* Nav STYLING */
+
/*********************/
+
 
+
/* All the elements in the navigation bar are defined in this section */
+
 
+
#top_menu_under, #top_menu_14 {
+
    opacity:0.8;
+
}
+
 
+
h1.firstHeading {
+
display:none;
+
}
+
 
+
#logoiGEM {
+
    position:absolute;
+
    display:inline-block;
+
    height:30px;
+
    width:36px;
+
    left:2.5%;
+
    top:0px;
+
}
+
 
+
#logoiGEM a{
+
    position:absolute;
+
    height:100%;
+
    width:100%;
+
     z-index:1;
+
}
+
 
+
#logoKUL {
+
    position:absolute;
+
    display:inline-block;
+
    height:30px;
+
    right:2.5%;
+
    top:0px;
+
}
+
 
+
.nav-item {
+
    position:relative;
+
    display: inline-block;
+
    height:100%;
+
    background-color: transparent;
+
    top:3px;
+
    border-style: solid;
+
    border: 0px solid transparent;
+
    border-bottom: 5px solid transparent;   
+
}
+
 
+
.nav-item a:link, a:visited { /* this is active when the link is visited or when it is active (i think ;) */
+
    display: block;
+
    width: 120px;
+
    font-weight: bold;
+
    color: #8b7a57;
+
    background-color: #ddd1b8;
+
    text-align: center;
+
    padding-bottom: 1%;
+
    text-decoration: none;
+
    text-transform: uppercase;
+
}
+
 
+
.nav-item:hover {  /* this is active when your mouse moves is over the item */
+
    border-style: solid;
+
    border-bottom: 5px solid #8b7a57;
+
 
}
 
}
  
Line 135: Line 51:
 
     width: 100%;
 
     width: 100%;
 
     height:100%;
 
     height:100%;
     background: url(https://static.igem.org/mediawiki/2015/6/68/KULeuven2015Zebra_spots.png) no-repeat center center fixed;
+
      
  -webkit-background-size: cover;
+
  -moz-background-size: cover;
+
  -o-background-size: cover;
+
  background-size: cover;
+
 
}
 
}
  
video {
+
#hiddenimg {
     position: relative;
+
     position:relative;
     height: 500px;
+
     visibility:hidden;
     opacity: 0.95;
+
     width:100%;
 +
    top:0;
 +
    left:0;
 +
    display:block;
 
}
 
}
 +
 +
#logowrapper {
 +
    display:block;
 +
    position:relative;
 +
    left:10px;
 +
    width:100%;
 +
    background-color: #f3efe7;   
 +
}   
  
 
#scrolldown {
 
#scrolldown {
 
     position:relative;
 
     position:relative;
     width:10%;
+
    height:40px;
 +
     width:40px;
 
     display:block;
 
     display:block;
    height:20%;
 
 
     color: #FFFFFF;  
 
     color: #FFFFFF;  
     z-index:1;  
+
     z-index:1;   
    
+
 
}
 
}
  
Line 161: Line 83:
 
     position:relative;
 
     position:relative;
 
     height:100%;
 
     height:100%;
 
 
}
 
}
  
Line 167: Line 88:
 
     position:relative;
 
     position:relative;
 
     width:60%;
 
     width:60%;
     top:600px;
+
     bottom:-20%;
 
     display:inline-block;
 
     display:inline-block;
 
     z-index:1;
 
     z-index:1;
Line 180: Line 101:
 
     z-index:1;
 
     z-index:1;
 
     position:relative;
 
     position:relative;
     top:560px;
+
     top:-20px;
 +
    left: -4.5%;
 
     display: inline-block;
 
     display: inline-block;
 
     width:15%;  
 
     width:15%;  
 
     opacity: 0.95;
 
     opacity: 0.95;
 +
    background-color: #f3efe7;
 
}
 
}
  
 
#logoiGEMKUL img{  
 
#logoiGEMKUL img{  
 
     width:80%;
 
     width:80%;
     left:10%;
+
     left:5%;
 
}
 
}
  
Line 196: Line 119:
 
     display:inline-block;   
 
     display:inline-block;   
 
     opacity: 0.95;
 
     opacity: 0.95;
     right:0;
+
     right:-10px;
     top:600px;
+
     top:-20px;
     width:15%;
+
    bottom:0;
 +
     width:17%;
 +
    background-color: #f3efe7;
 
}
 
}
  
 
#summarylogofacebook {   
 
#summarylogofacebook {   
     display:inline-block;  
+
     display:inline-block;
 +
    position:relative;
 +
    width:15%;
 
}
 
}
  
 
#summarylogotwitter {   
 
#summarylogotwitter {   
 
     display:inline-block;  
 
     display:inline-block;  
 +
    position:relative;
 +
    width:15%;
 
}
 
}
  
 
#summarylogomail {   
 
#summarylogomail {   
 
     display:inline-block;  
 
     display:inline-block;  
 +
    position:relative;
 +
    width:15%;
 
}
 
}
 +
 
/*********************/
 
/*********************/
 
/*    Summary      */
 
/*    Summary      */
Line 218: Line 150:
 
.summary {
 
.summary {
 
     position: relative;
 
     position: relative;
     margin: 200px 20% 5% auto;
+
     margin: 5% 20% 0% auto;
 
     border:0;
 
     border:0;
 
     top:0;
 
     top:0;
Line 228: Line 160:
 
     font-family: 'Handlee';
 
     font-family: 'Handlee';
 
     font-size:1.2em;
 
     font-size:1.2em;
 +
}
 +
 +
#more1 { 
 +
    display:inline-block;
 +
}
 +
 +
#more2 { 
 +
    display:inline-block;
 +
}
 +
 +
#more3 { 
 +
    display:inline-block;
 +
}
 +
 +
#more4 { 
 +
    display:inline-block;
 +
}
 +
 +
#more5 { 
 +
    display:inline-block;
 
}
 
}
  
 
#comingsoon {
 
#comingsoon {
 
     position:relative;
 
     position:relative;
 +
    display:inline-block; 
 
     font-size: 3.0em;
 
     font-size: 3.0em;
 
     font-weight: bold;
 
     font-weight: bold;
 
     color: #4A4A4A;
 
     color: #4A4A4A;
 +
    background-color:#f3efe7;
 
     font-family: 'Handlee';
 
     font-family: 'Handlee';
 
     text-align:center;
 
     text-align:center;
     margin:5% 0;
+
     padding:5% 0;
 
     bottom:5%;
 
     bottom:5%;
 +
    opacity:0.95;
 
}
 
}
 
p>a {
 
    color: #FFFFFF;
 
}
 
 
  
 
/*********************/
 
/*********************/
 
/* subsections references */
 
/* subsections references */
 
/*********************/
 
/*********************/
 +
 +
.subtext {
 +
    position:relative;
 +
    margin: 5% 5px 5% 0;
 +
}
  
 
.subsectionwrapper {
 
.subsectionwrapper {
     display:table;
+
     display:table
 +
    table-layout: fixed;
 
     width:70%;
 
     width:70%;
 
     margin:auto;
 
     margin:auto;
 
}
 
}
  
.subimgrow, .subtextrow {
+
.subtextrow {
 
     display: table-row;
 
     display: table-row;
 
     width:15%;
 
     width:15%;
Line 262: Line 218:
 
     wrap-text: normal;
 
     wrap-text: normal;
 
     color: #808080;
 
     color: #808080;
     font-family: 'Handlee';
+
     background: #ddd1b8;
 +
    border-radius: 30px 30px 0px 0px;
 
}
 
}
 +
 +
.subimgrowm {
 +
    display: table-row;
 +
    width:15%;
 +
    vertical-align:top;
 +
    wrap-text: normal;
 +
    color: #808080;
 +
}
 +
 +
.subimgreadmore {
 +
    display: table-row;
 +
    width:15%;
 +
    vertical-align:top;
 +
    wrap-text: normal;
 +
    color: #808080;
 +
    background-color: #ddd1b8;
 +
}
 +
 +
.subimgrow {
 +
    display: table-row;
 +
    width:15%;
 +
    background: linear-gradient(#f3efe7,#ddd1b8);
 +
    wrap-text: normal;
 +
}
 +
 +
.subimgrowm {
 +
    display:none;
 +
}
 +
  
 
.whitespace {
 
.whitespace {
 
     display: table-cell;
 
     display: table-cell;
     width:20px;
+
    background-color: #f3efe7;
 +
     width:5%;
 
}
 
}
  
.subimg, .subtext {
+
.subtext {
     display: table-cell;
+
     background-color: #ddd1b8;
 +
    border-radius: 20px 20px 0px 0px;
 +
}
 +
 
 +
.subtext h2 {
 +
    font-size: 2.0em;
 
}
 
}
  
 
.subtext p {
 
.subtext p {
     margin:5% 0%;
+
     margin:5% 5% 5% 5%;
 +
    text-align: justify;
 +
    font-size: 1.0em;
 +
}
 +
 
 +
.subtext a:hover {
 +
    text-decoration:none;
 
}
 
}
  
Line 282: Line 280:
 
     text-align:left;
 
     text-align:left;
 
     margin:5% 0%;
 
     margin:5% 0%;
 +
}
 +
 +
@media screen and (max-width: 1000px) {
 +
 +
.summary {
 +
    margin: 5% 5% 0% auto;
 +
    border:0;
 +
    top:0;
 +
    padding:0;
 +
    width:90%;
 
}
 
}
  
  
 
/*********************/
 
/*********************/
/* Footer */
+
/* subsections references */
 
/*********************/
 
/*********************/
  
.sponsorsleft {
+
.subsectionwrapper {
     position:absolute;
+
     display:table;
     height:60%;
+
     table-layout: fixed;
     width:35%;
+
     width:100%;
     display: inline;
+
     margin:auto;
    left:0;
+
    bottom:0;
+
 
}
 
}
  
#kuleuven {
+
.subtextrow, .subimgrow, .subimgreadmore {
    position:absolute;
+
     display:none;
    width:30%;
+
     display: inline;
+
    left:20%;
+
    bottom:14%;
+
 
}
 
}
  
#youreca {
+
 
     position:absolute;
+
.subimgrowm  {
     width:30%;
+
     display: table-row;
     display: inline;
+
     width:15%;
     right:5%;
+
     wrap-text: normal;
    bottom:15%;
+
     color: #808080;
 
}
 
}
  
#footercenter {
+
.subtextm a {
     position:absolute;
+
     margin: 5%;
    height:100%;
+
    display: inline;
+
    left:35%;
+
    right:35%;
+
    bottom:0;
+
 
}
 
}
  
 
+
.subimg {
#bioscenter {
+
     display: table-cell;
     position:absolute;
+
     width:50px;
     width:50%;
+
     min-height:50px;
    display: block;
+
    left:15%;
+
    bottom:50%;
+
     z-index:2;
+
 
}
 
}
  
#bioscenter img{
+
.subtext {
     position:absolute;
+
     position:relative;
     left:0;
+
     display: table-cell;
     bottom:0;
+
     width:80%;
     z-index:2;
+
    vertical-align:middle;
 +
     background-color:transparent;
 
}
 
}
  
#footerimg {
+
 
     position:absolute;
+
 
     width:100%;
+
.whitespace {
    height:20%;
+
     display: table-cell;
    display: block;
+
     width:5%;
    left:0;
+
    right:0;
+
    bottom:-30px;
+
 
}
 
}
  
#footerimg img{
 
    position:absolute;
 
    bottom:0;
 
    left:0;
 
    opacity: 0.5;
 
    z-index:1;
 
  
 +
.subtext a {
 +
    position:relative;
 +
    margin: 5% 5px 5% 0;
 
}
 
}
  
.sponsorsright {
+
 
     position:absolute;
+
.subtextm a:hover {
    height:60%;
+
     text-decoration:none;
    width:35%;
+
    display: inline;
+
    right:0;
+
    bottom:0;
+
 
}
 
}
  
#medicine {
+
 
    position:absolute;
+
    width:25%;
+
    display: inline;
+
    right:20%;
+
    bottom:0;
+
 
}
 
}
  
#solvay {
+
#eppendorf, #bioke, #kuleuven, #lrd, #youreca, #sigma, #egilab, #kolo, #thermofisher, #solvay, #medicine, #bioscenter, #imec, #genzyme, #gips, #regensys, #gimv, #machery, #vwr, .logosmall{
     position:absolute;
+
     opacity: 0.4;
    width:40%;
+
    display: inline;
+
    left:5%;
+
    bottom:0;
+
 
}
 
}
  
#fixer {
+
#eppendorf:hover, #bioke:hover, #kuleuven:hover, #lrd:hover, #youreca:hover, #sigma:hover, #egilab:hover, #kolo:hover, #thermofisher:hover, #solvay:hover, #medicine:hover, #bioscenter:hover, #imec:hover, #genzyme:hover, #gips:hover, #regensys:hover, #gimv:hover, #machery:hover, #vwr:hover, .logosmall:hover {
    position:absolute;
+
     opacity: 1;
    height:30px;
+
    width:100%;
+
    bottom:-30px;
+
    background-color: #f3efe7;
+
     opacity:0.95;
+
 
}
 
}
 +
  
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 16:32, 10 September 2015