|
|
Line 4: |
Line 4: |
| | | |
| <style type="text/css"> | | <style type="text/css"> |
| + | #top-section{height:0px; |
| + | border: none; |
| + | width:980px; |
| + | margin:0 auto; |
| + | padding:0 0 0 0; |
| + | background-color:transparent; |
| + | overflow:hide;} |
| + | #p-logo{display:none;} |
| + | #search-controls{display:none;} |
| + | #top{display:none;} |
| + | .firstHeading{display:none;} |
| + | #footer-box{display:none;} |
| + | #catlinks{display:none;} |
| + | |
| + | #menubar { |
| + | background-color:transparent; |
| + | position: relative; |
| + | float:left; |
| + | white-space: nowrap; |
| + | top:-6px; |
| + | width: 490px; |
| + | z-index: 5000; |
| + | font-family: sans-serif; |
| + | font-size: 95%; |
| + | line-height: 1em; |
| + | z-index:99; |
| + | } |
| + | |
| + | .left-menu, .left-menu a { |
| + | text-align: left; |
| + | color:#999999; |
| + | text-transform: lowercase; |
| + | } |
| + | |
| + | .left-menu:hover { |
| + | color: #D00000; |
| + | background-color:transparent; |
| + | } |
| + | |
| + | .right-menu{width:400px; float:right} |
| + | .right-menu, .right-menu a { |
| + | right: 0px; |
| + | text-align: right; |
| + | color: #999999; |
| + | } |
| + | #menubar ul { |
| + | color: #999999; |
| + | list-style: none; |
| + | } |
| + | #menubar li { |
| + | display: inline; |
| + | position: relative; |
| + | cursor: pointer; |
| + | padding-left: 0px; |
| + | padding-right: 0px; |
| + | } |
| + | .left-menu li a { |
| + | padding: 0px 10px 0px 0px; |
| + | } |
| + | .left-menu .selected { |
| + | # color: #999999; |
| + | } |
| + | #.left-menu .selected:hover { |
| + | # color: #999999; |
| + | #} |
| + | |
| + | .left-menu:hover a { |
| + | color: #999999;; |
| + | } |
| + | |
| + | .left-menu li a:hover { |
| + | color: #D00000; |
| + | text-decoration: underline; |
| + | } |
| + | |
| + | |
| + | .right-menu li { |
| + | # background-color:transparent; |
| + | } |
| + | .right-menu li a { |
| + | padding: 0px 15px 0px 0px; |
| + | color: #999999;; |
| + | background-color: transparent; |
| + | } |
| + | .right-menu li a:hover { |
| + | color: #D00000; |
| + | text-decoration: underline; |
| + | } |
| + | |
| /* Logo */ | | /* Logo */ |
| #logo h1 { | | #logo h1 { |
Line 76: |
Line 165: |
| padding:0 25px; | | padding:0 25px; |
| box-shadow:0 0 10px rgba(0,0,0,0.1);} | | box-shadow:0 0 10px rgba(0,0,0,0.1);} |
- | #content {float:left;width: 670px;margin:0 45px 0 0;} | + | |
| + | #content {float:left;width:auto;height:auto;margin:0 45px 0 0;} |
| #content.fullwidth {width:100%;float:none;margin:0;} | | #content.fullwidth {width:100%;float:none;margin:0;} |
| #sidebar {float:left;width:195px;font-size:12px;margin:10px 0 0;} | | #sidebar {float:left;width:195px;font-size:12px;margin:10px 0 0;} |
Line 98: |
Line 188: |
| font-size:12px;} | | font-size:12px;} |
| #header-top .left {float:left;} | | #header-top .left {float:left;} |
- | #header-top #social {
| |
- | list-style:none;
| |
- | margin:0;
| |
- | padding:0;
| |
- | float:right;}
| |
- | #header-top #social li {display: inline-block;margin: 0 1px 0 0;}
| |
- | #header-top #social a {
| |
- | background-image:url("https://2013.igem.org/File:SCAU-Social-sprite.png");
| |
- | background-repeat:no-repeat;
| |
- | display:block;
| |
- | text-indent:-9999px;
| |
- | position:relative;
| |
- | height:22px;
| |
- | width:22px;}
| |
- | #header-top #social .twitter a {background-position:0 -42px;}
| |
- | #header-top #social .twitter a:hover {}
| |
- | #header-top #social .facebook a {background-position:0 -21px;}
| |
- | #header-top #social .facebook a:hover {}
| |
- | #header-top #social .google a {background-position:0 -84px;}
| |
- | #header-top #social .google a:hover {}
| |
| | | |
| /* Page Header */ | | /* Page Header */ |