Team:Fudan D

From 2012.igem.org

(Difference between revisions)
Line 32: Line 32:
     $('#menu').mouseleave(function() {
     $('#menu').mouseleave(function() {
-
     $('.listhead').not('.curlink').css("color","#000000");
+
     $('.listhead').not('.curlink').css("color","#ffffff");
     $('.listmain').not('.curlink').css("color","#dddddd");
     $('.listmain').not('.curlink').css("color","#dddddd");
     $('#headover ul').fadeOut(500);
     $('#headover ul').fadeOut(500);
Line 41: Line 41:
     $('.listhead').mouseover(function(){
     $('.listhead').mouseover(function(){
-
     $('.listhead').not('.curlink').css("color","#000000");
+
     $('.listhead').not('.curlink').css("color","#ffffff");
     $(this).css("color","#444444");
     $(this).css("color","#444444");
     $('#headover ul').css("display","none");
     $('#headover ul').css("display","none");
Line 72: Line 72:
   width:910px;
   width:910px;
   height:20px}
   height:20px}
 +
 +
  #p-logo {
 +
  position: absolute;
 +
  display: none;}
 +
 +
  #search-controls {
 +
  display: none;}
 +
 +
  #menubar.left-menu {
 +
  position: absolute;
 +
  top:0px;
 +
  left:0px;}
 +
 +
  #menubar.right-menu {
 +
  position: absolute;
 +
  top:0px;
 +
  right:0px;}
 +
 +
 +
  #menubar a:active,#menubar a:hover,#menubar a:link,#menubar
 +
 +
a:visited {
 +
  color: #04B404;}
 +
 +
  #footer-box {
 +
  position: relative;
 +
  top:400px;
 +
  left: 0px;
 +
  color: #000000;
 +
  width:900px;}
 +
 +
  body {
 +
  background-color: #000000}
 +
 +
  .firstHeading {
 +
    display: none;}
 +
 +
  #content {
 +
    width: 900px;
 +
    border: none;
 +
    font-family: georgia, helvetica, arial, sans-serif;
 +
    background-color:#000000;
 +
    color: #FFFFFF}
 +
 +
  #title {
 +
    width:900px;
 +
    height:55px;
 +
    position: relative;
 +
    top: 0px;
 +
    left: 0px;}
 +
 +
  #paralogo {
 +
    width:600px;
 +
    height:50px;
 +
    position: relative;
 +
    top: 0px;
 +
    left: 0px;}
 +
 +
 
 +
  #igemlogo {
 +
    width:100px;
 +
    height:50px;
 +
    position:absolute;
 +
    top:0px;
 +
    left:420px;}
 +
 +
  #csynbilogo {
 +
    width:300px;
 +
    height:50px;
 +
    position:absolute;
 +
    top:0px;
 +
    left:670px;}
 +
 +
  #belink a {
 +
    text-decoration:none;}
 +
 +
  #mblink {
 +
    width:205px;
 +
    height:16px;
 +
    position: absolute;
 +
    top: 42px;
 +
    font-size:1em;
 +
    left: 697px;
 +
    font-weight:500;}
 +
 +
  #mblink a {
 +
    text-decoration:none;}
 +
 +
  #menu {
 +
    width:900px;
 +
    height:150px;
 +
    position: relative;
 +
    top: 20px;
 +
    left: 0px;}
 +
 +
  #menuback {
 +
    width:100px;
 +
    height:500px;
 +
    position: absolute;
 +
    top: 0px;
 +
    left: 0px;
 +
    background-color: #01DF01;}
 +
 +
  #headpic {
 +
    width:800px;
 +
    height:500px;
 +
    position: absolute;
 +
    top: 0px;
 +
    left: 100px;
 +
    background-image: url('http://lh6.ggpht.com/-lr4PeisGgQM/SPRjO-
 +
 +
VGCLI/AAAAAAAADdA/Mu2pdLkZ4N0/s800/R0010181_bw.jpg'); }
 +
 +
  #headover {
 +
    width: 800px;
 +
    height:50px;
 +
    position: absolute;
 +
    top: 450px;
 +
    left: 0px;
 +
    background: url
 +
 +
(https://static.igem.org/mediawiki/2010/d/d8/Imperialigemheadoverone.png)
 +
 +
0px 0px no-repeat; }
 +
 +
  a {
 +
    outline:none;}
 +
 +
  #headtit{
 +
    font-family: georgia, helvetica, arial, sans-serif;
 +
    font-size: 1.2em;
 +
    color: #ffffff;
 +
    position: absolute;
 +
    top: 0.5em;
 +
    right: 1.4em;}
 +
 +
  .dark{
 +
    color: #dddddd;}
 +
 +
  .highlight{
 +
    color: #01DF01;}
 +
 +
  #menulist{
 +
    position: absolute;
 +
    top: 16px;
 +
    left: 5px;
 +
    list-style: none;}
 +
 +
  #menulist li{
 +
    height: 30px;
 +
    }
 +
 +
  #menulist li a{
 +
    font-weight: 200;
 +
    font-size: 1.2em;
 +
    text-decoration: none;
 +
    font-family: georgia, helvetica, arial, sans-serif;
 +
    color: #ffffff;}
 +
 +
  #headover ul{
 +
    list-style: none;
 +
    display: none;
 +
    position: absolute;
 +
    top: 1.2em;
 +
    left: 0.2em;
 +
    }
 +
 +
  #headover ul ul{
 +
    position: absolute;
 +
    width:10em;
 +
    top:-0.2em;
 +
    left: 10em;
 +
    list-style:none;}
 +
 +
  #headover ul li{
 +
    height: 2.4em;
 +
    }
 +
 +
  #headover ul li a{
 +
    font-weight: 100;
 +
    font-size: 1.2em;
 +
    text-decoration: none;
 +
    font-family: georgia, helvetica, arial, sans-serif;
 +
    color: #dddddd;}
   </style>
   </style>

Revision as of 07:04, 22 July 2012