Team:USTC-Software/Project/Method/css
From 2013.igem.org
(Difference between revisions)
(15 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
#abstract { | #abstract { | ||
- | font: | + | font:16px Arial, Helvetica, sans-serif; |
margin:0 auto; | margin:0 auto; | ||
margin-top:100px; | margin-top:100px; | ||
- | width: | + | width:100%; |
height: auto; | height: auto; | ||
} | } | ||
Line 13: | Line 13: | ||
#Fetch_Database { | #Fetch_Database { | ||
- | font: | + | font: 16px Arial, Helvetica, sans-serif; |
- | width: | + | width:100%; |
margin:0 auto; | margin:0 auto; | ||
height: auto; | height: auto; | ||
Line 21: | Line 21: | ||
#Alignment_Analyze { | #Alignment_Analyze { | ||
- | font: | + | font: 16px Arial, Helvetica, sans-serif; |
- | width: | + | width:100%; |
margin:0 auto; | margin:0 auto; | ||
height: auto; | height: auto; | ||
Line 29: | Line 29: | ||
#New_Network_Construction { | #New_Network_Construction { | ||
- | font: | + | font: 16px Arial, Helvetica, sans-serif; |
- | width: | + | width:100%; |
margin:0 auto; | margin:0 auto; | ||
height: auto; | height: auto; | ||
Line 37: | Line 37: | ||
#Network_Model { | #Network_Model { | ||
- | font: | + | font: 16px Arial, Helvetica, sans-serif; |
- | width: | + | width:100%; |
margin:0 auto; | margin:0 auto; | ||
height: auto; | height: auto; | ||
Line 45: | Line 45: | ||
#Predict { | #Predict { | ||
- | font: | + | font: 16px Arial, Helvetica, sans-serif; |
- | width: | + | width:100%; |
margin:0 auto; | margin:0 auto; | ||
height: auto; | height: auto; | ||
Line 74: | Line 74: | ||
.jobs_trigger strong { | .jobs_trigger strong { | ||
margin-left:25px; | margin-left:25px; | ||
- | font: | + | font: 14px Arial, Helvetica, sans-serif; |
font-weight:600; | font-weight:600; | ||
color: #36526c; | color: #36526c; | ||
Line 83: | Line 83: | ||
.jobs_item p { margin: 11px 0 0;} | .jobs_item p { margin: 11px 0 0;} | ||
- | a#out { color:#36526c;} | + | /*a#out { color:#36526c;} |
a#out hover:{ | a#out hover:{ | ||
text-decoration:none !important; | text-decoration:none !important; | ||
Line 100: | Line 100: | ||
z-index:1000; | z-index:1000; | ||
} | } | ||
+ | |||
#direction ul , #direction ul li a{ | #direction ul , #direction ul li a{ | ||
color:#fff; | color:#fff; | ||
- | font-size: | + | font-size:15px; |
text-decoration:none; | text-decoration:none; | ||
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
+ | list-style-image:none; | ||
+ | list-style-image:circle; | ||
} | } | ||
+ | |||
#direction ul li a:hover{ | #direction ul li a:hover{ | ||
- | color:# | + | color:#aaed51; |
opacity:1; | opacity:1; | ||
+ | }*/ | ||
+ | |||
+ | #pseudo { | ||
+ | width:600px; | ||
+ | height:auto; | ||
+ | font-color:#000; | ||
+ | font-family:"Courier New", Courier, monospace; | ||
+ | font-size:16px; | ||
+ | border:2px #000 dashed; | ||
+ | margin:0 auto; | ||
} | } | ||
+ | |||
+ | |||
+ | #methodbutton { color:#aaed51;} |
Latest revision as of 13:18, 28 October 2013
h1 {
text-decoration:none;
}
- abstract {
font:16px Arial, Helvetica, sans-serif; margin:0 auto; margin-top:100px; width:100%; height: auto; }
- Fetch_Database {
font: 16px Arial, Helvetica, sans-serif; width:100%; margin:0 auto; height: auto; }
- Alignment_Analyze {
font: 16px Arial, Helvetica, sans-serif;
width:100%; margin:0 auto; height: auto; }
- New_Network_Construction {
font: 16px Arial, Helvetica, sans-serif;
width:100%; margin:0 auto; height: auto; }
- Network_Model {
font: 16px Arial, Helvetica, sans-serif;
width:100%; margin:0 auto; height: auto; }
- Predict {
font: 16px Arial, Helvetica, sans-serif;
width:100%; margin:0 auto; height: auto; }
- jobs_container {
position: relative; width:100%;
}
.jobs_trigger {
background: url() no-repeat 12px 12px; height: 15px; line-height: 15px; border-top: 1px solid #b1b1b1; cursor: pointer; padding: 7px 15px;
}
.jobs_trigger.active { background-position: 12px -40px;}
.jobs_trigger strong {
margin-left:25px; font: 14px Arial, Helvetica, sans-serif; font-weight:600; color: #36526c;
}
.jobs_item { padding: 1px 15px 12px;}
.jobs_item p { margin: 11px 0 0;}
/*a#out { color:#36526c;} a#out hover:{
text-decoration:none !important; color:#668cc0 !important;
}
- direction{
width:150px; height:250px; float:right; right:0px; top:60%; position:fixed; background-color:#2da7a0; border-radius:5px; z-index:1000;
}
- direction ul , #direction ul li a{
color:#fff; font-size:15px; text-decoration:none; font-family:Tahoma, Geneva, sans-serif; list-style-image:none; list-style-image:circle;
}
- direction ul li a:hover{
color:#aaed51; opacity:1;
}*/
- pseudo {
width:600px; height:auto; font-color:#000; font-family:"Courier New", Courier, monospace; font-size:16px; border:2px #000 dashed; margin:0 auto;
}
- methodbutton { color:#aaed51;}