-
Notifications
You must be signed in to change notification settings - Fork 148
/
logo.css
74 lines (58 loc) · 1.31 KB
/
logo.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
h1, h2, h3, p { margin-bottom: 6pt; margin-top: 6pt; }
body, p, h1, h2, h3 { font-family: sans-serif; }
dt, dd { font-size: 8pt; }
code { font-family: monospace; }
/* Language Reference */
#guide {
position: absolute;
right:10px;
top: 10px;
width: 400px;
padding: 5pt;
padding-top: 0px;
z-index: 10;
color: black;
background-color: white;
border: solid 1px black;
}
#guide_body { width: 400px; height: 450px; border: none; }
#guide #toggle_link { display: block; float: right; margin-top: 8pt; }
/* Graphical and Textual Display */
#display {
width: 760px;
height: 480px;
position: relative;
}
#sandbox {
position: absolute;
border: solid 1px black;
z-index: 0;
}
#sandbox span {
color: red; background-color: yellow; font-weight: bold;
}
#turtle {
position: absolute; border: solid 1px black; z-index: 1;
}
#overlay {
width: 740px;
height: 460px;
padding: 10px;
margin: 0;
position: absolute;
z-index: 2;
background-color: transparent;
overflow: hidden;
white-space: pre-wrap;
font-family: Monospace;
}
/* User Input */
#input {
width: 760px; padding: 0; padding-top: 5px;
}
#entry_single {
width: 660px; font-family: monospace;
}
#entry_multi {
width: 660px; height: 200px; font-family: monospace;
}