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

Line 8: Line 8:
 
                 <link href='http://fonts.googleapis.com/css?family=Patrick+Hand' rel='stylesheet' type='text/css'>  */
 
                 <link href='http://fonts.googleapis.com/css?family=Patrick+Hand' rel='stylesheet' type='text/css'>  */
 
                 <link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
 
                 <link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
 
 
  
 
.center, #centernav{
 
.center, #centernav{
Line 117: Line 115:
 
.subtext a:hover {
 
.subtext a:hover {
 
     text-decoration:none;
 
     text-decoration:none;
}
 
 
 
/*********************/
 
/* Nav STYLING */
 
/*********************/
 
 
/* All the elements in the navigation bar are defined in this section */
 
 
#business, #measurements {
 
    display: none;
 
}
 
 
#top_menu_under, #top_menu_14 {
 
    opacity:0.8;
 
}
 
 
 
#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;
 
 
}
 
}
  

Revision as of 13:58, 27 August 2015