forked from datacratic/data-projector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DataProjector.css
45 lines (41 loc) · 917 Bytes
/
DataProjector.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
body {
color: #909090;
font-family: Monospace;
font-size: 13px;
text-align: center;
background-color: #000;
margin: 0px;
overflow: hidden;
}
#toolbar {
position: absolute;
top: 10px;
left: 10px;
width: 100%;
text-align: left;
z-index: 100;
display:block;
}
#toolbar .button { color: #CCCCCC; font-weight: bold; cursor: pointer }
#menu {
position: absolute;
top: 100px;
left: 10px;
width: 25%;
text-align: left;
z-index: 101;
display:block;
}
#menu .toggle { color: #CCCCCC; font-weight: bold; cursor: pointer }
#menu .button { color: #CCCCCC; font-weight: bold; cursor: pointer }
#menu .color { color: #CCCCCC; font-weight: bold; cursor: pointer }
#info {
position: absolute;
top: 25px;
right: 10px;
width: 20%;
text-align: left;
z-index: 102;
display:block;
}
#info .button { color: #CCCCCC; font-weight: bold; cursor: pointer }