Team:Berlin/NavmenuPush

From 2014.igem.org

Revision as of 10:00, 2 October 2014 by Mikkel (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;
 }


}