Team:HIT-Harbin/header

From 2011.igem.org

(Difference between revisions)
Line 10: Line 10:
           margin:0;
           margin:0;
           padding:0;
           padding:0;
-
          font-family:"Lucida Sans Unicode",verdana,helvetica,sans-serif;
 
           }
           }
          
          
       #header{
       #header{
-
           background-color:#83cde1;
+
           background-color:#a1dcea;
           }
           }
          
          
Line 65: Line 64:
text-align:center; /* 容器内的文本居中 */
text-align:center; /* 容器内的文本居中 */
text-decoration:none; /* 设置文本无下划线 */
text-decoration:none; /* 设置文本无下划线 */
-
font:normal 12px/22px "宋体", Verdana,Lucida, Arial, Helvetica, sans-serif;  
+
font-family:"Lucida Sans Unicode",verdana,helvetica,sans-serif;
color:#ffffff; /* 设置锚点a标签的文字颜色 */
color:#ffffff; /* 设置锚点a标签的文字颜色 */
-
background-color:#83cde1; /* 设置锚点a标签的背景颜色 */
+
background-color:#a1dcea; /* 设置锚点a标签的背景颜色 */
}
}
.nav li a:hover {
.nav li a:hover {
color:##ffffff;
color:##ffffff;
-
background-color:#7ecbdf;
+
background-color:#83cde1;
} /* 当鼠标经过锚点a标签时,改变其原有的文字颜色和背景颜色 */
} /* 当鼠标经过锚点a标签时,改变其原有的文字颜色和背景颜色 */

Revision as of 01:37, 28 August 2011