Template:Team:NTNU-Trondheim/Press/css
From 2013.igem.org
(Difference between revisions)
Line 32: | Line 32: | ||
div.col14 {width: 10px;} | div.col14 {width: 10px;} | ||
+ | /* Navbar styling | ||
+ | -------------------------------------------------- */ | ||
.nav .dropdown-menu li a{ | .nav .dropdown-menu li a{ | ||
font-family: ubuntu !important; | font-family: ubuntu !important; | ||
Line 68: | Line 70: | ||
color: #999999; | color: #999999; | ||
} | } | ||
+ | /* Navbar fixes | ||
+ | -------------------------------------------------- */ | ||
+ | |||
+ | .navbar-below-header { | ||
+ | position: absolute; | ||
+ | top: 150px; | ||
+ | right: 0; | ||
+ | left: 0; | ||
+ | z-index: 1030; | ||
+ | margin-bottom: 0; // remove 18px margin for static navbar | ||
+ | |||
+ | } | ||
+ | |||
+ | .navbar-below-header .navbar-inner { | ||
+ | padding-left: 0; | ||
+ | padding-right: 0; | ||
+ | border-radius: 0 0 0 0; | ||
+ | } | ||
+ | .navbar-below-header .container { | ||
+ | width: 940px; | ||
+ | } | ||
+ | @media (min-width: 768px) and (max-width: 979px) { | ||
+ | .navbar-below-header .container, | ||
+ | .navbar-below-header .container { | ||
+ | width: 724px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media (min-width: 1200px) { | ||
+ | .navbar-below-header .container, | ||
+ | .navbar-below-header .container { | ||
+ | width: 1170px; | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 06:52, 2 October 2013