Team:Berlin/NavmenuPush

From 2014.igem.org

(Difference between revisions)
Mikkel (Talk | contribs)
(Created page with "html, body { height: 100%; } .navbar{ background-color: transparent; } - customize the navmenu: .navmenu{ background-color: white; color: green; max-width: 250px; }...")
Newer edit →

Revision as of 10:00, 2 October 2014

html, body {

 height: 100%;

}

.navbar{

 background-color: transparent;

} /* customize the navmenu */ .navmenu{

 background-color: white;
 color: green;
 max-width: 250px;

}


.navbar-toggle {

 float: left;
 margin-left: 15px;

}

.icon-bar:hover{

 background-color: black;

}

@media (min-width: 0) {

 .navbar-toggle {
   display: block; /* force showing the toggle */
 }

}

@media (min-width: 992px) {

 body {
   padding: 0;
 }
 .navbar {
   right: auto;
   background: none;
   border: none;
 }

}


/* Media Querie Medium

                                  • /

@media (max-width: 1200px){

 /* no fixed navbar for small devices */
 .navbar-fixed-top{
   position: absolute;
 }


}