Difference between revisions of "Template:KU Leuven/main/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;
 
   
 
  }
 
 
#bodyContent p, .printfooter, .visualClear {
 
    display:hidden;
 
}
 
 
 
 
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: 'Annie Use Your Telescope';
 
    margin:0;
 
    padding:0;
 
    border:0;
 
 
}
 
 
p, a, span {
 
    font-size: 1.3em;
 
    text-align: justify;
 
}
 
 
span {
 
    text-transform: capitalize;
 
}
 
 
h2 {
 
    font-size: 2.2em;
 
    font-weight: bold;
 
}
 
  
  
Line 146: Line 66:
 
     width:100%;
 
     width:100%;
 
     background-color: #f3efe7;
 
     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;
 
}
 
 
#top_menu_inside {
 
left:15%;
 
}
 
 
#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 376: Line 230:
 
     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%;ar
 
    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:51, 10 July 2015