Difference between revisions of "Team:Stockholm/navigation"
(80 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | + | <link href='https://fonts.googleapis.com/css?family=Roboto:400,900,700,500' rel='stylesheet' type='text/css'> | |
− | <link | + | |
<body class="homepage"> | <body class="homepage"> | ||
Line 9: | Line 8: | ||
<center><div id="header-wrapper"> | <center><div id="header-wrapper"> | ||
<div id="header" class="container"> | <div id="header" class="container"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- Nav --> | <!-- Nav --> | ||
<nav id="nav"> | <nav id="nav"> | ||
+ | <div class="title noselect">iGEM STOCKHOLM</div> | ||
<ul> | <ul> | ||
<li><a class="icon-home" href="https://2015.igem.org/Team:Stockholm"><span>Home</span></a></li> | <li><a class="icon-home" href="https://2015.igem.org/Team:Stockholm"><span>Home</span></a></li> | ||
Line 22: | Line 17: | ||
<li><a class="icon-lab" href="https://2015.igem.org/Team:Stockholm/Description"><span>Project</span></a></li> | <li><a class="icon-lab" href="https://2015.igem.org/Team:Stockholm/Description"><span>Project</span></a></li> | ||
<li><a class="icon-clipboard" href="https://2015.igem.org/Team:Stockholm/Results"><span>Results</span></a></li> | <li><a class="icon-clipboard" href="https://2015.igem.org/Team:Stockholm/Results"><span>Results</span></a></li> | ||
− | <li><a class="icon-bubbles2" href="https://2015.igem.org/Team:Stockholm/ | + | <li><a class="icon-bubbles2" href="https://2015.igem.org/Team:Stockholm/Practices"><span>Practices</span></a></li> |
<li><a class="icon-earth" href="https://2015.igem.org/Team:Stockholm/Collaborations"><span>Collaborations</span></a></li> | <li><a class="icon-earth" href="https://2015.igem.org/Team:Stockholm/Collaborations"><span>Collaborations</span></a></li> | ||
<li><a class="icon-gift" href="https://2015.igem.org/Team:Stockholm/Attributions"><span>Attributions</span></a></li> | <li><a class="icon-gift" href="https://2015.igem.org/Team:Stockholm/Attributions"><span>Attributions</span></a></li> | ||
Line 50: | Line 45: | ||
.title { | .title { | ||
− | font-family: | + | font-family: Roboto, sans-serif; |
font-weight: 900; | font-weight: 900; | ||
− | font-size: | + | font-size: 4em; |
text-align: center; | text-align: center; | ||
border-bottom: none; | border-bottom: none; | ||
− | color: # | + | color: #DD9F3B; |
+ | margin-bottom: 0.3em; | ||
+ | padding-top: 1em; | ||
} | } | ||
Line 61: | Line 58: | ||
body { | body { | ||
− | background-color: # | + | background-color: #fafafb; |
} | } | ||
#globalWrapper, #content { | #globalWrapper, #content { | ||
− | max-width: | + | max-width: 750px; |
− | min-width: | + | min-width: 750px; |
width: 100%; | width: 100%; | ||
− | height: | + | height: auto; |
border: 0px; | border: 0px; | ||
− | background-color: | + | background-color: #fafafb; |
margin: auto; | margin: auto; | ||
− | |||
font-size: 135%; | font-size: 135%; | ||
+ | -webkit-box-shadow: 3px 3px 5px 6px #414141; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ | ||
+ | -moz-box-shadow: 3px 3px 5px 6px #414141; /* Firefox 3.5 - 3.6 */ | ||
+ | box-shadow: 3px 3px 5px 6px #414141; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ | ||
} | } | ||
Line 122: | Line 121: | ||
content: "\e606"; | content: "\e606"; | ||
} | } | ||
− | |||
#nav { | #nav { | ||
− | min-width: | + | position: absolute; |
+ | left: 0; | ||
+ | width: 100%; | ||
+ | min-width: 750px; | ||
margin: auto; | margin: auto; | ||
− | cursor: | + | cursor: normal; |
} | } | ||
Line 175: | Line 176: | ||
#nav { | #nav { | ||
+ | margin: auto; | ||
+ | padding-top: 0px; | ||
position: absolute; | position: absolute; | ||
− | |||
− | |||
} | } | ||
Latest revision as of 01:19, 17 September 2015