forked from mgile/CastHelloVideo-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabc.css
54 lines (47 loc) · 743 Bytes
/
abc.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
body {
font-family: "Roboto", "Open Sans", "Verdana", "Georgia", "Serif";
margin: 0;
padding: 0;
}
div#left {
background: #333;
color: #0f0;
font-family: "GNU Unifont", "Roboto Mono", "Ubuntu Mono", "Monospace";
font-size: 12px;
padding-left: 10px;
position: fixed;
top: 0px;
left: 0px;
width: 50%;
height: 100%;
}
div#right {
background: #eee;
padding: 20px;
position: fixed;
top: 0px;
left: 50%;
width: 50%;
height: 100%;
}
#console {
background: #333;
border: 0;
color: #0f0;
width: 100%;
height: 100%;
}
#progress {
width:80px;
margin-left:8px;
}
#casticonactive {
float:right;
margin:5px;
display:none;
}
#casticonidle {
float:right;
margin:5px;
display:block;
}