You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
403 B
31 lines
403 B
9 years ago
|
body {
|
||
|
font-family: Helvetica Neue, Arial, sans-serif;
|
||
|
}
|
||
|
|
||
|
polygon {
|
||
|
fill: #42b983;
|
||
|
opacity: .75;
|
||
|
}
|
||
|
|
||
|
circle {
|
||
|
fill: transparent;
|
||
|
stroke: #999;
|
||
|
}
|
||
|
|
||
|
text {
|
||
|
font-family: Helvetica Neue, Arial, sans-serif;
|
||
|
font-size: 10px;
|
||
|
fill: #666;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
display: inline-block;
|
||
|
margin-left: 10px;
|
||
|
width: 20px;
|
||
|
}
|
||
|
|
||
|
#raw {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 300px;
|
||
|
}
|