Team:SCUT

From 2014.igem.org

(Difference between revisions)
Line 8: Line 8:
<style type="text/css">
<style type="text/css">
/* hiding the top section*/
/* hiding the top section*/
-
body{top:0px; width:100%; background-color:transparent;font-family:微软雅黑;}
+
body{position:absolute; top:0px; width:100%; height:1300px;}
#top-section{
#top-section{
   height:0px;
   height:0px;
Line 26: Line 26:
/* global setting*/
/* global setting*/
-
#globalWrapper{position:absolute; top:0px;left:0px; width:100%;height:100%;padding:0 0 0 0;margin:0 0 0 0;}
+
#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{
#content{
     background-color:transparent;
     background-color:transparent;
     border:none;
     border:none;
 +
    width:1200px;
 +
    height:700px;
     marign:0 auto;
     marign:0 auto;
-
     padding:0;
+
     padding:0 0 0 0;
-
     top:0px;
+
     top:-40px;
     }
     }
#bodyContent{
#bodyContent{
     background-color:transparent;
     background-color:transparent;
     border:none;
     border:none;
 +
   
     }
     }
siteSub{
siteSub{
Line 51: Line 54:
#catlinks{display:none;}
#catlinks{display:none;}
/*end of hiding the footer book*/
/*end of hiding the footer book*/
 +
 +
/* menu (page, edit ...) */
 +
#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;
 +
}
 +
/* end menu (edit, page ...) */

Revision as of 14:00, 5 October 2014

Team-Members