1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
#container {
text-align: center;
}
.slider {
margin-left: 10px;
font-size: 8px;
width: 100px;
display: inline-block;
}
div.css_clus {
width:1000px;
padding-top: 10px;
padding-bottom:10px;
bottom: 5px;
top: 5px;
border-bottom: orange 1px solid;
}
.css_id {
background-color:#ccc;
padding: 1px 15px 15px 15px;
margin: 1px 5px 5px 1px;
border-radius:1em;
text-align: center;
font-size: 16px;
-moz-border-radius:1em;
-webkit-border-radius:1em;
}
div.css_seqs {
padding-top: 10px;
padding-bottom:10px;
width: 1000px;
height: 250px;
overflow-y: scroll;
}
a:link {
text-decoration:none;
color: #CCCCCC;
}
a:hover {
color:#333333;
}
div.css_loci {
padding-top: 10px;
padding-bottom:10px;
}
table.info thead th {
padding: 2px 10px 2px 5px;
border-bottom: 1px solid black;
font-weight: bold;
border-left: 1px solid black; border-right: 1px solid
}
table.info {
width: 650px;
}
table.info td {
text-align: center;
border-top: none;
border-left: 1px solid black; border-right: 1px solid
black;
}
table.info th {
text-align: center;
}
|