|
|
Line 1: |
Line 1: |
− | <html xmlns="http://www.w3.org/1999/xhtml"> | + | <script> |
− | <style type="text/css">
| + | if ($('html')) $('.html').remove(); |
− | /* hiding the top section*/
| + | </script> |
− | body{position:absolute; top:0px; width:100%;background:#fff;}
| + | |
− | #top-section{
| + | |
− | height:0px;
| + | |
− | border:none;
| + | |
− | width:980px;
| + | |
− | margin:0 auto;
| + | |
− | padding:0;
| + | |
− | background-color:transparent;
| + | |
− | overflow:hide;
| + | |
− | | + | |
− | }
| + | |
− | #p-logo{display:none;}
| + | |
− | #search-controls{display:none;}
| + | |
− | #top{display:none;}
| + | |
− | .firstHeading{display:none;}
| + | |
− | /* end of hiding the top section*/
| + | |
− | | + | |
− | /* global setting*/
| + | |
− | #globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;}
| + | |
− | #content{
| + | |
− | background-color:transparent;
| + | |
− | border:none;
| + | |
− | width:100%;
| + | |
− | height:700px;
| + | |
− | marign:0 auto;
| + | |
− | padding:0 0 0 0;
| + | |
− | }
| + | |
− | #bodyContent{
| + | |
− | background-color:transparent;
| + | |
− | border:none;
| + | |
− | margin-top:-20px;
| + | |
− | }
| + | |
− | siteSub{
| + | |
− | display:none;
| + | |
− | border:none;
| + | |
− | }
| + | |
− | contentSub{
| + | |
− | display:none;
| + | |
− | }
| + | |
− | /* end of global setting*/
| + | |
− | | + | |
− | /*hiding the footer-box*/
| + | |
− | #footer-box{display:none;}
| + | |
− | #catlinks{display:none;}
| + | |
− | /*end of hiding the footer book*/
| + | |
− | | + | |
− | /* menu (page, edit ...) */
| + | |
− | #menubar {
| + | |
− | background-color:transparent;
| + | |
− | position: relative;
| + | |
− | float:left;
| + | |
− | white-space: nowrap;
| + | |
− | width: 490px;
| + | |
− | z-index: 5000;
| + | |
− | }
| + | |
− | #menubar ul:hover {
| + | |
− | background:black;
| + | |
− | }
| + | |
− | #menubar ul li a {
| + | |
− | filter:alpha(opacity=0);
| + | |
− | -moz-opacity:0;
| + | |
− | opacity:0;
| + | |
− | text-align: left;
| + | |
− | color:#999999;
| + | |
− | text-transform: lowercase;
| + | |
− | }
| + | |
− | #menubar ul li a:hover{
| + | |
− | filter:alpha(opacity=100);
| + | |
− | -moz-opacity:1;
| + | |
− | opacity:1;
| + | |
− | color: #fff;
| + | |
− | background-color: transparent;
| + | |
− | }
| + | |
− | | + | |
− | .right-menu{width:400px; float:right}
| + | |
− | .right-menu, .right-menu a {
| + | |
− | right: 0px;
| + | |
− | text-align: right;
| + | |
− | color: #fff;
| + | |
− | }
| + | |
− | #menubar ul {
| + | |
− | list-style: none;
| + | |
− | }
| + | |
− | #menubar li {
| + | |
− | display: inline;
| + | |
− | position: relative;
| + | |
− | cursor: pointer;
| + | |
− | padding-left: 0px;
| + | |
− | padding-right: 0px;
| + | |
− | color:#fff;
| + | |
− | }
| + | |
− | .left-menu ul li:last-child {
| + | |
− | filter:alpha(opacity=0);
| + | |
− | -moz-opacity:0;
| + | |
− | opacity:0;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | /* end menu (edit, page ...) */
| + | |
− | | + | |
− | | + | |
− | .home-box{width:100%; height:676px; position:absolute; margin-left:0px;background-size:100% 100%; } | + | |
− | .home-box-1{ margin-top:0px; background-image:url(https://static.igem.org/mediawiki/2015/d/de/OUC-China-home1.jpg);}
| + | |
− | .home-box-2{ margin-top:676px; background-image:url(https://static.igem.org/mediawiki/2015/e/e5/Team-OUC-China-home2.jpg); }
| + | |
− | .home-box-3{ margin-top:1352px;background-image:url(https://static.igem.org/mediawiki/2015/d/da/OUC-China-home3.jpg); }
| + | |
− | .home-box-4{ margin-top:2028px;background-image:url(https://static.igem.org/mediawiki/2015/a/a8/OUC-China-home4.jpg); }
| + | |
− | .home-box-5{ margin-top:2704px;background-image:url(https://static.igem.org/mediawiki/2015/b/bb/OUC-China-home5.jpg); }
| + | |
− | .home-box-6{ margin-top:3380px;background-image:url(https://static.igem.org/mediawiki/2015/d/d5/OUC-China-home6.jpg); }
| + | |
− | | + | |
− | </style>
| + | |
− | <div class="home-box home-box-1"></div>
| + | |
− | <div class="home-box home-box-2"></div>
| + | |
− | <div class="home-box home-box-3"></div>
| + | |
− | <div class="home-box home-box-4"></div>
| + | |
− | <div class="home-box home-box-5"></div>
| + | |