-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcanvas.css
More file actions
101 lines (96 loc) · 1.93 KB
/
canvas.css
File metadata and controls
101 lines (96 loc) · 1.93 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.testing {
position:relative;
clear:both;
float:left;
width:858px;
margin: 0 0 0 0;
padding:0;
padding-top:10px;
height:117px;
background-color:#f8f8f8;
}
.testing.sndrow {
background-color:#e5e5e5;
}
.testing .type {
clear:both;
float:left;
height: 15px;
width: 50px;
font-size: 15px;
font-weight: bold;
line-height: 15px;
padding: 4px 14px 4px 3px;
margin:0;
text-align: center;
color:#333;
text-shadow: 1px 1px 0 #fff;
}
.testing .type.mid {
margin-top:15px;
}
.testing .value {
clear:both;
float:left;
width: 51px;
font-size:20px;
text-align: center;
background-color: #395B73;
// background-color: #42a1da;
color:#fff;
padding:0;
margin:4px 0 5px 3px;
text-align:center;
text-shadow: 1px 1px 0 #000000;
-moz-box-shadow: 1px 1px 3px #ccc;
-webkit-box-shadow: 1px 1px 3px #ccc;
box-shadow: 1px 1px 3px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.testing .y_axis_canvas {
position: absolute;
margin-top: -10px;
margin-left: -10px;
background: transparent;
}
.x_axis_canvas {
position: absolute;
margin-top: -18px;
margin-left: 57px;
background: transparent;
}
.testing .arrows {
left: 0;
margin: 0 0 0 3px;
clear:both;
float:left;
width: 64px;
}
.testing .graph {
position:relative;
left: 2px;
padding: 0;
width: 790px;
}
#myCanvas1 {
margin-left: 29px;
border: 1px solid #000;
background-color: #f0f0f0;
background: #e5e5e5;
}
#myCanvas2 {
margin-left: 29px;
border: 1px solid #000;
}
#myCanvas3 {
margin-left: 29px;
border: 1px solid #000;
background: #f5f5f5;
}
#myCanvas4 {
margin-left: 29px;
border: 1px solid #000;
background: #e5e5e5;
}