|
|
(2 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | <html>
| |
− | <head>
| |
| | | |
− | <style type="text/css">
| |
− |
| |
− | #contentSub, #footer-box, #catlinks, #search-controls,
| |
− | #p-logo, .printfooter, .firstHeading, .visualClear {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | #top-section {
| |
− | border: 0 none;
| |
− | height: 14px;
| |
− | z-index: 100;
| |
− | top: 0;
| |
− | position: fixed;
| |
− | width: 975px;
| |
− | left: 50%;
| |
− | margin-left: -487px;
| |
− | }
| |
− |
| |
− | #globalWrapper, #content {
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | border: 0px;
| |
− | background-color: transparent;
| |
− | margin: 0px;
| |
− | padding: 0px;
| |
− | font-size: 100%;
| |
− | }
| |
− |
| |
− | html, body, .wrapper {
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | background-color: transparent;
| |
− | }
| |
− |
| |
− | .navbar {
| |
− | margin: 0 auto;
| |
− | margin-top: 1em;
| |
− | padding: 1em;
| |
− | border-radius: 10px;
| |
− | }
| |
− |
| |
− | .navbar{
| |
− | margin-top: 0;
| |
− | }
| |
− |
| |
− | header {
| |
− | color: white;
| |
− | font-size: large;
| |
− | }
| |
− |
| |
− | @media only screen and (min-width : 992px) {
| |
− | header a {
| |
− | padding-right: 1vw;
| |
− | padding-left: 1vw;
| |
− | }
| |
− | }
| |
− |
| |
− | header a.active, .extrabar a.active {
| |
− | color:black;
| |
− | }
| |
− |
| |
− | header .navbar, .extrabar {
| |
− | background-color:rgba(255,255,255,0.8);
| |
− | border:0px;
| |
− | border-radius: 0;
| |
− | }
| |
− |
| |
− | header .navbar {
| |
− | padding-top: 12px;
| |
− | padding-bottom: 12px;
| |
− | min-height: 30px;
| |
− | border-radius: 0px;
| |
− | }
| |
− |
| |
− | .extrabar {
| |
− | width:100%;
| |
− | text-align: center;
| |
− | padding-top: 0px;
| |
− | padding-bottom: 5px;
| |
− | min-height: 20px;
| |
− | border-radius: 0px;
| |
− | z-index:1;
| |
− | }
| |
− |
| |
− | .extrabar a {
| |
− | padding-left: 0.5em;
| |
− | padding-right: 0.5em;
| |
− | }
| |
− |
| |
− | .affix {
| |
− | top: 45px;
| |
− | width: 100%;
| |
− | }
| |
− |
| |
− | .affix-top {
| |
− | float:left;
| |
− | visibility: hidden;
| |
− | }
| |
− |
| |
− | /* Header päättyy */
| |
− |
| |
− |
| |
− | /* Pakolliset pikku valikot ja parts*/
| |
− |
| |
− | #top-section {
| |
− | height: 0;
| |
− | width: 100%;
| |
− | left: 0;
| |
− | border: none;
| |
− | margin: 0 auto;
| |
− | padding: 0 0 0 0;
| |
− | background-color: transparent;
| |
− | position: absolute;
| |
− | }
| |
− |
| |
− | #menubar {
| |
− | width: 300px;
| |
− | top: 0px;
| |
− | font-size: x-small;
| |
− | }
| |
− |
| |
− | #menubar, #menubar a {
| |
− | color: #0AA699;
| |
− | }
| |
− |
| |
− | #menubar, #menubar a:hover {
| |
− | color: #90F0E8;
| |
− | }
| |
− |
| |
− | #menubar:hover, #menubar li a {
| |
− | background-color: transparent;
| |
− | }
| |
− |
| |
− | #groupparts {
| |
− | min-height: 0;
| |
− | min-width: 0;
| |
− | }
| |
− |
| |
− |
| |
− | </style>
| |
− |
| |
− | <link rel="stylesheet" href="https://2017.igem.org/Team:Virginia/bootstrap.min.css?action=raw&ctype=text/css" type="text/css">
| |
− | <meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
| |
− | </head>
| |
− |
| |
− | <header>
| |
− | <div class= "navbar navbar-default navbar-fixed-top">
| |
− | <div class="text-center col-sm-12" id="navigation">
| |
− | <nav>
| |
− | <a href="https://2017.igem.org/Team:Virginia" id="home">Main</a>
| |
− | <a href="https://2017.igem.org/Team:Virginia/Team">Team</a>
| |
− | </nav>
| |
− | </div>
| |
− | </div>
| |
− | </header>
| |
− |
| |
− | </html>
| |