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

Line 4: Line 4:
  
 
<style>
 
<style>
 
/*********************/
 
/* General STYLING */
 
/*********************/
 
 
/* In this section general styling elements are specified*/
 
 
.center, #centernav{
 
position:relative;
 
        left:50%;
 
-moz-transform:translateX(-50%);
 
-ms-transform:translateX(-50%);
 
-webkit-transform:translateX(-50%);
 
transform:translateX(-50%);
 
}
 
 
 
html,body{
 
    border-color:white;
 
    text-align: center;
 
 
}
 
 
#globalWrapper {   
 
    width: 100%;
 
    height: 100%;
 
    border: 0px;
 
    background-color: transparent;
 
    margin: 0px;
 
    padding: 0px;
 
   
 
  }
 
 
 
#content, #bodyContent {   
 
    width: 100%;
 
    height: 100%;
 
    border: 0px;
 
    background-color: transparent;
 
    margin: 0px;
 
    padding: 0px;
 
   
 
  }
 
 
 
 
html, body, .wrapper {   
 
    width: 100%;
 
    height: 100%;
 
    margin:0 auto;
 
    background-color: #f3efe7;
 
    border-color: #f3efe7;
 
  }
 
 
 
/*********************/
 
/* Text STYLING */
 
/*********************/
 
 
p, h1, h2, h3, a, img {
 
    color: #808080;
 
    font-family: 'Gloria Hallelujah';
 
    text-align:center;
 
   
 
 
}
 
 
p, a, span {
 
    font-size: 1.3em;
 
    text-align: justify;
 
}
 
 
span {
 
    text-transform: capitalize;
 
}
 
 
h2 {
 
    font-size: 2.2em;
 
    font-weight: bold;
 
}
 
  
 
/*********************/
 
/*********************/
Line 351: Line 273:
 
     bottom: 5%;
 
     bottom: 5%;
 
     height:5%;
 
     height:5%;
}
 
 
 
 
/*********************/
 
/* Footer */
 
/*********************/
 
 
.sponsorsleft {
 
    position:absolute;
 
    height:60%;
 
    width:35%;
 
    display: inline;
 
    left:0;
 
    bottom:0;
 
}
 
 
#kuleuven {
 
    position:absolute;
 
    width:30%;
 
    display: inline;
 
    left:20%;
 
    bottom:14%;
 
}
 
 
#youreca {
 
    position:absolute;
 
    width:30%;
 
    display: inline;
 
    right:5%;
 
    bottom:15%;
 
}
 
 
#footercenter {
 
    position:absolute;
 
    height:60%;
 
    display: inline;
 
    left:35%;
 
    right:35%;
 
    bottom:0;
 
}
 
 
 
#bioscenter {
 
    position:absolute;
 
    width:50%;
 
    display: inline;
 
    left:15%;
 
    bottom:50%;
 
    z-index:2;
 
}
 
 
#footerimg {
 
    position:absolute;
 
    height:75%;
 
    display: inline;
 
    left:0;
 
    right:0;
 
    bottom:0;
 
}
 
 
#footerimg img{
 
    position:absolute;
 
    bottom:-30px;
 
    left:0;
 
    opacity: 0.5;
 
    z-index:1;
 
 
}
 
 
.sponsorsright {
 
    position:absolute;
 
    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;
 
}
 
 
/************/
 
/* LINKS */
 
/***********/
 
 
a:link {
 
 
 
}
 
 
 
a:visited {
 
   
 
}
 
 
a:hover {
 
   
 
}
 
 
a:active {
 
 
 
 
 
}
 
}
  

Revision as of 11:20, 10 July 2015