2015-03-31 15:22:36 +00:00
|
|
|
.graph {
|
2015-04-02 02:11:49 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2015-03-31 22:14:07 +00:00
|
|
|
background: url(img/gplaypattern.png);
|
2015-03-31 15:22:36 +00:00
|
|
|
|
2015-04-10 18:47:11 +00:00
|
|
|
canvas {
|
2015-03-31 15:22:36 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2015-04-10 18:47:11 +00:00
|
|
|
svg {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2015-03-31 15:22:36 +00:00
|
|
|
|
2015-04-10 18:47:11 +00:00
|
|
|
circle, line {
|
|
|
|
opacity: 0;
|
|
|
|
stroke-width: 16px;
|
2015-03-31 15:22:36 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|