Team:USTC-Software/Project/Software/css
From 2013.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
list-style-image:circle; | list-style-image:circle; | ||
right:0px; | right:0px; | ||
- | top: | + | top:70%; |
} | } | ||
Revision as of 03:41, 26 September 2013
div.contain {
font: 18px Arial, Helvetica, sans-serif; margin:0 auto; width:1000px; height:auto;
}
- title {
margin-top:80px; margin-left:-20px;
}
- Tutorial {
margin-left:0; height:auto;
}
- Tutorial .left {
width:490px; height:470px; float:left;
}
- Tutorial .right {
width:490px; float:right; height:400px; padding-top:90px;
}
- code {
clear:both; position:relative;
}
- download img {
width:60px; height:60px;
}
a:hover {text-decoration:none;}
- direction{
width:140px; height:250px; margin-left:1120px; margin-top:150px; position:fixed; background-color:#2da7a0; border-radius:5px;
}
- direction ul , #direction ul li a{
color:#fff; font-size:18px; text-decoration:none; font-family:Tahoma, Geneva, sans-serif; list-style-image:none; list-style-image:circle; right:0px; top:70%;
}
- direction ul li a:hover{
color:#aaed51; opacity:1; font-size:18px;
}