-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
90 lines (73 loc) · 1.1 KB
/
style.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
#csvInput {
height:0px;
width:0px;
position: absolute;
}
body {
margin:0px;
font-family: Consolas,monaco,monospace;
}
#info {
position: absolute;
top: 10px;
font-size:.75em;
height:200px;
width: 50%;
text-align: left;
z-index: 1;
display:block;
margin:0;
padding:10px;
color: #FFFFFF;
font-family: Consolas,monaco,monospace;
}
#hyobyun {
position: absolute;
bottom: 0px;
font-size:.75em;
width: 100%;
text-align: left;
z-index: 1;
display:block;
margin:0;
padding:10px;
color: #FFFFFF;
height:50px;
font-family: Consolas,monaco,monospace;
}
#raytrace {
position: absolute;
top: 200px;
font-size:.75em;
width: 100%;
text-align: left;
z-index: 1;
display:block;
margin:0;
padding:10px;
color: #FFFFFF;
font-family: Consolas,monaco,monospace;
}
a:link {
color: #2288ff;
}
a:visited {
color: #2288ff;
a:hover {
color: #44aaff;
}
a:active {
color: #2288ff;
}
#info h1 {
font-size:1.1em;
margin:0px;
}
body .dg.ac {
z-index: 100;
font-family: Consolas,monaco,monospace;
}
.dg {
z-index: 100;
font-family: Consolas,monaco,monospace;
}