|
|
(44 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <html>
| |
- | <head>
| |
- | <style type="text/css">
| |
- | #contentSub, .firstHeading, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
| |
| | | |
- | #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover {color: #666; background-color: transparent;} /*-- styling for default menu bar links (edit, page, history, etc.) --*/
| |
- |
| |
- | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
| |
- | border: 0px;
| |
- | width: 960px;
| |
- | height: 14px;
| |
- | background-color: transparent;
| |
- | bottom: 0px;
| |
- | position: absolute;
| |
- | }
| |
- |
| |
- | body { background-color: #fff;}
| |
- |
| |
- | #globalWrapper, #content { /*-- changes default wiki settings --*/
| |
- | width: 100%;
| |
- | height: 100%;
| |
- | border: 0px;
| |
- | background-color: transparent;
| |
- | margin: 0px;
| |
- | padding: 0px;
| |
- | }
| |
- |
| |
- | html, body, .wrapper { /*-- changes default wiki settings --*/
| |
- | width: 100%;
| |
- | height: 100%;
| |
- | background-color: transparent;
| |
- | }
| |
- |
| |
- | #contentcontainer { /*-- creates container for all content on page --*/
| |
- | font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
- | font-weight: 200;
| |
- | font-size: 16px;
| |
- | color: #000;
| |
- | width: 960px;
| |
- | margin-left: auto;
| |
- | margin-right: auto;
| |
- | background-color: #transparent;
| |
- | margin-top: 70px;
| |
- | padding-bottom: 100px;
| |
- | }
| |
- |
| |
- | #navbar {
| |
- | width: 100%;
| |
- | position: fixed;
| |
- | top: 0px;
| |
- | height: 60px;
| |
- | background-color: #f0f0f0;
| |
- | box-shadow: 0px 2px 5px #ccc;
| |
- | z-index: 100;
| |
- | }
| |
- |
| |
- | #navcontainer {
| |
- | width: 960px;
| |
- | height: 100%;
| |
- | margin: 0px auto;
| |
- | }
| |
- |
| |
- | #navigation {
| |
- | list-style-type: none;
| |
- | margin: auto;
| |
- | height: 100%;
| |
- | display:inline-block;
| |
- | font-family:verdana;
| |
- | }
| |
- |
| |
- | #navigation li {
| |
- | display: inline-block;
| |
- | padding: 20px;
| |
- | }
| |
- |
| |
- | #navigation a {
| |
- | text-decoration: none;
| |
- | color:#000;
| |
- | }
| |
- |
| |
- | #navigation a:hover { color:#666;}
| |
- |
| |
- | #sidemenu, #sidemenu li {
| |
- | list-style-type: none;
| |
- | list-style-image: none;
| |
- | font-family: verdana;
| |
- | text-decoration: none;
| |
- | color:#000;
| |
- | font-size: 16px;
| |
- | }
| |
- |
| |
- | #sidemenu li {display: block;}
| |
- |
| |
- | #sidemenu a {
| |
- | text-decoration:none;
| |
- | color:#000;
| |
- | display: block;
| |
- | width: 160px;
| |
- | height: 100%;
| |
- | padding: 3px 5px;
| |
- | transition: .25s ease-in-out;
| |
- | -moz-transition: .25s ease-in-out;
| |
- | -webkit-transition: .25s ease-in-out;
| |
- | }
| |
- |
| |
- | #sidemenu a:hover {
| |
- | color:#666;
| |
- | background-color: #d9f5aa;
| |
- | }
| |
- |
| |
- | #contentcontainer {
| |
- | min-height: 100%;
| |
- | height: auto !important;
| |
- | height: 100%;
| |
- | margin: 0 auto -4em;
| |
- | }
| |
- |
| |
- | .contentfooter, .push { height: 4em;}
| |
- | .contentpara {margin-bottom: 30px;}
| |
- |
| |
- | </style>
| |
- | </head>
| |
- |
| |
- | <div id="navbar">
| |
- | <div id="navcontainer">
| |
- | <ul id="navigation">
| |
- | <li style="padding: 0px;"><a href="https://2014.igem.org"><img src="https://static.igem.org/mediawiki/2014/d/d4/Logo2014.png" style="height: 60px; margin-top: -6px;" /></a></li>
| |
- | <li><a href="https://2014.igem.org/About">ABOUT</a></li>
| |
- | <li><a href="https://2014.igem.org/Contact">CONTACT</a></li>
| |
- | </ul>
| |
- | <ul id="navigation" style="float: right;">
| |
- | <li><a href="#" style="color: #ccc;">LOGIN</a></li>
| |
- | </ul>
| |
- | </div>
| |
- | </div>
| |
- |
| |
- | <div id="contentcontainer">
| |
- |
| |
- | <div class="container_16">
| |
- | <div class="grid_16">
| |
- | <a href="https://2014.igem.org"><img src="https://static.igem.org/mediawiki/2014/c/c5/Bostonskyline01.png" style="width: 940px;" /></a>
| |
- | </div>
| |
- | </html>
| |