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

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, .main-navm {
+
.main-nav {
 
     position:fixed;
 
     position:fixed;
 
     width:100%;
 
     width:100%;
Line 16: Line 16:
 
     background-color: #ddd1b8;
 
     background-color: #ddd1b8;
 
     z-index: 5;
 
     z-index: 5;
 +
}
 +
 +
.main-navm {
 +
    position:fixed;
 +
    width:100%;
 +
    height: 30px;
 +
    top: 17px;
 +
    left:0;
 +
    display: block;
 +
    background-color: transparent;
 +
    z-index: 6;
 
}
 
}
  

Revision as of 16:00, 2 September 2015