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

 
(17 intermediate revisions by 4 users not shown)
Line 22: Line 22:
 
     border:0;
 
     border:0;
 
     padding:0;
 
     padding:0;
     width:100%;
+
     margin:0;
     height:530px;  
+
     width:100%;  
 
}
 
}
  
Line 31: Line 31:
 
     border:0;
 
     border:0;
 
     display: block;
 
     display: block;
     opacity:0.95;
+
     opacity:0.90;
 
     padding:0;
 
     padding:0;
 
     width:100%;
 
     width:100%;
Line 42: Line 42:
 
     position: relative;
 
     position: relative;
 
     display: block;
 
     display: block;
    padding:5%;
 
 
     top:0;
 
     top:0;
 
     width:90%;
 
     width:90%;
 
     height:auto;
 
     height:auto;
 +
    padding:5% 5% 0% 5%;
 
     opacity:0.95;
 
     opacity:0.95;
 
     background-color: #f3efe7;   
 
     background-color: #f3efe7;   
 
}
 
}
  
#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 61:
 
     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;  
+
     background: url(https://static.igem.org/mediawiki/2015/1/16/KU_Leuven_Squirrel_spots.png) no-repeat center center fixed;  
 
   -webkit-background-size: cover;
 
   -webkit-background-size: cover;
 
   -moz-background-size: cover;
 
   -moz-background-size: cover;
Line 141: Line 67:
 
   background-size: cover;
 
   background-size: cover;
 
}
 
}
 +
 +
#hiddenimg {
 +
    position:relative;
 +
    visibility:hidden;
 +
    width:100%;
 +
    top:0;
 +
    left:0;
 +
    display:block;
 +
}
 +
 +
#logowrapper {
 +
    display:block;
 +
    position:relative;
 +
    left:0;
 +
    width:100%;
 +
    background-color: #f3efe7;   
 +
}   
  
 
#scrolldown {
 
#scrolldown {
Line 154: Line 97:
 
#scrolldown img {
 
#scrolldown img {
 
     position:relative;
 
     position:relative;
     height:100%;
+
     height:40%;
 
+
 
}
 
}
  
Line 161: Line 103:
 
     position:relative;
 
     position:relative;
 
     width:60%;
 
     width:60%;
     top:530px;
+
     bottom:-20%;
 
     display:inline-block;
 
     display:inline-block;
 
     z-index:1;
 
     z-index:1;
Line 174: Line 116:
 
     z-index:1;
 
     z-index:1;
 
     position:relative;
 
     position:relative;
     top:485px;
+
     top:-40px;
 
     display: inline-block;
 
     display: inline-block;
 
     width:15%;  
 
     width:15%;  
 
     opacity: 0.95;
 
     opacity: 0.95;
 +
    background-color: #f3efe7;
 
}
 
}
  
Line 183: Line 126:
 
     width:80%;
 
     width:80%;
 
     left:10%;
 
     left:10%;
 +
    top:0;
 
}
 
}
  
Line 191: Line 135:
 
     opacity: 0.95;
 
     opacity: 0.95;
 
     right:0;
 
     right:0;
     top:540px;
+
     bottom:0;
 
     width:15%;
 
     width:15%;
 +
    background-color: #f3efe7;
 
}
 
}
  
Line 206: Line 151:
 
     display:inline-block;  
 
     display:inline-block;  
 
}
 
}
 +
 
/*********************/
 
/*********************/
 
/*    Summary      */
 
/*    Summary      */
Line 212: Line 158:
 
.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 235: Line 181:
 
}
 
}
  
 +
 +
/*********************/
 +
/* subsections references */
 +
/*********************/
 +
 +
/*********************/
 +
/*    Summary      */
 +
/********************/
 +
     
 +
.summary {
 +
    position: relative;
 +
    margin: 5% 20% 0% auto;
 +
    border:0;
 +
    top:0;
 +
    padding:0;
 +
    width:60%;
 +
    display: block;
 +
    background-color: #f3efe7;
 +
    color: #808080;
 +
    font-family: 'Handlee';
 +
    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 {
 +
    position:relative;
 +
    display:inline-block; 
 +
    font-size: 3.0em;
 +
    font-weight: bold;
 +
    color: #4A4A4A;
 +
    background-color:#f3efe7;
 +
    font-family: 'Handlee';
 +
    text-align:center;
 +
    padding:5% 0;
 +
    bottom:5%;
 +
    opacity:0.95;
 +
}
  
 
/*********************/
 
/*********************/
Line 242: Line 244:
 
.subsectionwrapper {
 
.subsectionwrapper {
 
     display:table;
 
     display:table;
 +
    background-color: #ddd1b8; 
 +
    table-layout: fixed;
 
     width:70%;
 
     width:70%;
 
     margin:auto;
 
     margin:auto;
 
}
 
}
  
.subimgrow, .subtextrow {
+
 
 +
 
 +
.subtextrow, .subimgrowm, .subimgreadmore {
 
     display: table-row;
 
     display: table-row;
 
     width:15%;
 
     width:15%;
Line 252: Line 258:
 
     wrap-text: normal;
 
     wrap-text: normal;
 
     color: #808080;
 
     color: #808080;
    font-family: 'Handlee';
 
 
}
 
}
 +
 +
.subimgrow {
 +
    display: table-row;
 +
    width:15%;
 +
    background-color: #f3efe7;
 +
    wrap-text: normal;
 +
}
 +
 +
.subimgrowm {
 +
    display:none;
 +
}
 +
  
 
.whitespace {
 
.whitespace {
 
     display: table-cell;
 
     display: table-cell;
     width:20px;
+
    background-color: #f3efe7;
 +
     width:5%;
 
}
 
}
  
.subimg, .subtext {
+
.subtext h2 {
     display: table-cell;
+
     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 272: Line 296:
 
     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 {
+
.subimgrowm  {
     position:absolute;
+
     display: table-row;
     width:30%;
+
     width:15%;
     display: inline;
+
     wrap-text: normal;
     right:5%;
+
     color: #808080;
    bottom:15%;
+
 
}
 
}
  
#footercenter {
+
.subimg {
    position:absolute;
+
     display: table-cell;
    height:100%;
+
     width:80px;
     display: inline;
+
     min-height:80px;
     left:35%;
+
     right:35%;
+
    bottom:0;
+
 
}
 
}
  
 
+
.subtext {
#bioscenter {
+
     position:relative;
     position:absolute;
+
     display: table-cell;
    width:50%;
+
     width:80%;
     display: block;
+
     vertical-align:middle;
     left:15%;
+
    bottom:50%;
+
     z-index:2;
+
 
}
 
}
  
#bioscenter img{
 
    position:absolute;
 
    left:0;
 
    bottom:0;
 
    z-index:2;
 
}
 
  
#footerimg {
+
.whitespace {
     position:absolute;
+
     display: table-cell;
     width:100%;
+
     width:5%;
    height:20%;
+
    display: block;
+
    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 {
+
.subtext a:hover {
     position:absolute;
+
     text-decoration:none;
    height:60%;
+
    width:35%;
+
    display: inline;
+
    right:0;
+
    bottom:0;
+
 
}
 
}
  
#medicine {
 
    position:absolute;
 
    width:25%;
 
    display: inline;
 
    right:20%;
 
    bottom:0;
 
}
 
 
#solvay {
 
    position:absolute;
 
    width:40%;
 
    display: inline;
 
    left:5%;
 
    bottom:0;
 
}
 
 
#fixer {
 
    position:absolute;
 
    height:30px;
 
    width:100%;
 
    bottom:-30px;
 
    background-color: #f3efe7;
 
    opacity:0.95;
 
}
 
  
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 18:48, 9 September 2015