forked from vtwireless/HLSI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhlsi.css
93 lines (71 loc) · 966 Bytes
/
hlsi.css
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
body {
color: #FFFFFF;
background-color: #484848;
}
input.slider_bw {
width: 640px;
}
output.red { color: #F00;}
/* D3 drawing CSS classes */
svg {
font: 12px Arial;
}
.stroke-light {
stroke-width: 2;
}
.stroke-med {
stroke-width: 3;
}
.stroke-green-o {
stroke: #66ff00;
}
.dashed {
stroke-dasharray: 4, 4;
}
.no-fill {
fill: none;
}
.stroke-yellow {
stroke: #FFFF00;
}
.stroke-red {
stroke: #FF0000;
}
.stroke-orange {
stroke: #FAB81F;
}
.CodeMirror {
resize: both;
overflow-x: scroll;
}
a {
color: rgb(36, 248, 255);
}
a:visited {
color: #46BCDB;
}
a:hover {
color: #99D4E4;
}
div.editor {
float: left;
width: auto;
}
table.argsTable {
border: 2px solid #FFF;
margin: 12px;
border-collapse: collapse;
float: left;
}
th.ph1,th.ph2,th.ph3 {
padding: 5px;
}
td.p1 {
padding: 4px;
}
td.p2 {
padding: 4px;
}
div.clearLeft {
clear: left;
}