Team:USTC-Software/Project/Method/css
From 2013.igem.org
(Difference between revisions)
Line 85: | Line 85: | ||
a#out { color:#36526c;} | a#out { color:#36526c;} | ||
a#out hover:{ | a#out hover:{ | ||
- | text-decoration:none; | + | text-decoration:none !important; |
- | color:#668cc0; | + | color:#668cc0 !important; |
} | } |
Revision as of 13:47, 25 September 2013
h1 {
text-decoration:none;
}
- abstract {
font:18px Arial, Helvetica, sans-serif; margin:0 auto; margin-top:100px; width:1000px; height: auto; }
- Fetch_Database {
font: 18px Arial, Helvetica, sans-serif; width:1000px; margin:0 auto; height: auto; }
- Alignment_Analyze {
font: 18px Arial, Helvetica, sans-serif;
width:1000px; margin:0 auto; height: auto; }
- New_Network_Construction {
font: 18px Arial, Helvetica, sans-serif;
width:1000px; margin:0 auto; height: auto; }
- Network_Model {
font: 18px Arial, Helvetica, sans-serif;
width:1000px; margin:0 auto; height: auto; }
- Predict {
font: 18px Arial, Helvetica, sans-serif;
width:1000px; 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: 16px 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;
}