Template:WHUcss

From 2011.igem.org

(Difference between revisions)
Line 3: Line 3:
<style type="text/css">
<style type="text/css">
body{
body{
-
+
background:white;
}
}
-
 
#menulist{
#menulist{
position:absolute;
position:absolute;
Line 42: Line 41:
{
{
     float:left;
     float:left;
-
     width:86px;
+
     width:87px;
}
}
#menulist a{
#menulist a{
 +
        background:#E63913;
display:block;  
display:block;  
text-decoration:none;
text-decoration:none;
-
color:#000;
+
color:white;
-
font-weight:bold;
+
         text-align:center;
         text-align:center;
         border:1px solid #900;  
         border:1px solid #900;  
}
}
#menulist a:hover{
#menulist a:hover{
-
background-color:red;
+
background-color:green;
-
font-style:italic;
+
font-size:18px;
-
font-size:20px;
+
width:auto;
width:auto;
}
}
Line 65: Line 63:
width: 975px;
width: 975px;
}
}
 +
 +
/*我自己的css内容*/
 +
.firstHeading  
.firstHeading  
{ display:none; }
{ display:none; }
Line 152: Line 153:
}
}
-
#menubar{
 
-
color: #transparent;
 
-
}
 
#menubar.right-menu {
#menubar.right-menu {
Line 167: Line 165:
#content
#content
{
{
-
background:white;
+
background:transparent;
border:hidden;
border:hidden;
}
}
Line 175: Line 173:
}
}
#menubar {
#menubar {
 +
        color:transparent;
font-size:85%;
font-size:85%;
line-height:1em;
line-height:1em;

Revision as of 08:30, 14 September 2011