Team:USTC-Software/Project/Software/css
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
div.contain { | div.contain { | ||
- | font: | + | font: 16px Arial, Helvetica, sans-serif; |
margin:0 auto; | margin:0 auto; | ||
width:960px; | width:960px; | ||
Line 65: | Line 65: | ||
#left_direction ul , #left_direction ul li a{ | #left_direction ul , #left_direction ul li a{ | ||
color:#000; | color:#000; | ||
- | font-size: | + | font-size:16px; |
text-decoration:none; | text-decoration:none; | ||
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; |
Revision as of 07:10, 27 October 2013
div.contain {
font: 16px Arial, Helvetica, sans-serif; margin:0 auto; width:960px; 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:60px;
}
- Code {
clear:both; position:relative; top:10px;
}
- Download img {
width:60px; height:60px;
}
a:hover {text-decoration:none;}
.image img{width:960px;}
- softwarebutton { color:#aaed51;}
- left_direction{
width:130px; height:auto; float:left; position:fixed; top:40%; background: url() repeat; border-radius:5px; box-shadow:#999 3px 3px 1px;
}
- left_direction ul , #left_direction ul li a{
color:#000; font-size:16px; text-decoration:none; font-family:Tahoma, Geneva, sans-serif; list-style-image:none; list-style-type:disc;
}
- left_direction ul li a:hover{
color:#aaed51; opacity:1;
}