|
|
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
| + | <head> |
| + | <link href="https://2013.igem.org/Team:TU-Munich/TUM13_normalize.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet"> |
| + | <link href="https://2013.igem.org/Team:TU-Munich/TUM13_reset.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet"> |
| + | <link href="https://2013.igem.org/Team:TU-Munich/TUM13_slimbox2.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet"> |
| + | <link href="https://2013.igem.org/Team:TU-Munich/TUM13_bxslider.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet"> |
| + | <link href="https://2013.igem.org/Team:TU-Munich/TUM13_wiki.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet"> |
| + | </head> |
| <style> | | <style> |
− | #globalWrapper { | + | #sideMenu{ |
− | background-color: transparent;
| + | |
− | border: none;
| + | |
− | margin: 0;
| + | |
− | padding: 0;
| + | |
− | width: 100%;
| + | |
− | height: 100%;
| + | |
− | }
| + | |
− | | + | |
− | #content {
| + | |
− | background-color: transparent;
| + | |
− | border: none;
| + | |
− | padding: 0;
| + | |
− | margin: 0;
| + | |
− | width: 100%;
| + | |
− | overflow: visible;
| + | |
− | height: 100%;
| + | |
− | }
| + | |
− | | + | |
− | #bodyContent {
| + | |
− | border: none;
| + | |
− | padding: 0;
| + | |
− | margin: 0;
| + | |
− | width: 100%;
| + | |
− | height: 100%;
| + | |
− | }
| + | |
− | | + | |
− | #top-section {
| + | |
− | height: 15px;
| + | |
− | margin: 0px;
| + | |
− | margin-left: auto;
| + | |
− | margin-right: auto;
| + | |
− | margin-bottom: 0 !important;
| + | |
− | padding: 0;
| + | |
− | border: none;
| + | |
− | font-size: 10px;
| + | |
− | }
| + | |
− | | + | |
− | #p-logo {
| + | |
− | height: 1px;
| + | |
| overflow: hidden; | | overflow: hidden; |
| display: none; | | display: none; |
| } | | } |
| + | </style> |
| | | |
− | #search-controls {
| |
− | overflow: hidden;
| |
− | display: block;
| |
− | background: none;
| |
− | position: absolute;
| |
− | top: 100px;
| |
− | right: 40px;
| |
− | }
| |
− |
| |
− | .left-menu {
| |
− | width: 500px !important;
| |
− | display: block;
| |
− | margin-top: -80px;
| |
− | border: none;
| |
− | text-align: right;
| |
− | }
| |
− |
| |
− | .left-menu ul {
| |
− | border: none;
| |
− | }
| |
− |
| |
− | #menubar.right-menu {
| |
− | display: block;
| |
− | width: 300px;
| |
− | float: left;
| |
− | margin-top: 2px;
| |
− | margin-right: 0px;
| |
− | border: none;
| |
− | }
| |
− |
| |
− | .right-menu ul {
| |
− | width: 300px;
| |
− | margin: 0px;
| |
− | visibility: hidden;
| |
− | }
| |
− |
| |
− | .right-menu ul li a{
| |
− | background: none;
| |
− | color: #666;
| |
− | }
| |
− |
| |
− | .right-menu:hover ul{
| |
− | visibility: visible;
| |
− | }
| |
− |
| |
− | #footer-box {
| |
− | width: 100%;
| |
− | margin: -10px auto 0 auto;
| |
− | padding: 20px 0;
| |
− | }
| |
− |
| |
− | .visualClear {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | #footer {
| |
− | border: none;
| |
− | width: 965px;
| |
− | margin: 0 auto;
| |
− | padding: 0;
| |
− | }
| |
− |
| |
− | .firstHeading {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | #f-list a {
| |
− | color: #333;
| |
− | font-size: 10px;
| |
− | }
| |
− |
| |
− | #f-list a:hover {
| |
− | color: #666;
| |
− | }
| |
− |
| |
− | .printfooter {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | #footer ul {
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | }
| |
− |
| |
− | #footer ul li {
| |
− | margin-top: 0;
| |
− | margin-bottom: 0;
| |
− | margin-left: 10px;
| |
− | margin-right: 10px;
| |
− | padding: 0;
| |
− | }
| |
− |
| |
− | #search-controls {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | h3#siteSub {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | #contentSub {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | p:first-child {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | #catlinks {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | #footer-box {
| |
− | width: 977px;
| |
− | margin-bottom: 20px;
| |
− | }
| |
− | </style>
| |
| <div id="header-container"> | | <div id="header-container"> |
| <div id="header"> | | <div id="header"> |