-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcbstyle.css
107 lines (97 loc) · 2.88 KB
/
cbstyle.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.invisible {
display: none;
visibility: hidden;
}
div.serif{font-family:"Times New Roman",Times,serif;}
div.sansserif{font-family:Arial,Helvetica,sans-serif;}
div#testButton {visibility:hidden; display: none;}
div#debug {font:60%; color:gray; }
//div#debug {visibility:hidden; display:none; }
.ding { autoplay; controls; preload:auto;
loop:false; visibility:hidden; display:none;}
div.audioclass { autoplay; visibility:hidden; display:none; }
div#container {width:100%;}
div#content { width:100%; clear:both; }
div#header {width:100%; clear: both;}
div#timeDisplay {
float:left;
color:royalblue; font: bold 'trebuchet ms',helvetica,sans-serif;}
div#clientTxt {
float:left;
color:darkblue; font: bold 200% 'trebuchet ms',helvetica,sans-serif;}
div#logo {color:#FFA500; float:right; display:
table-cell; vertical-align: middle;
margin-top: 4px;
text-align: right}
div#footer { color:#FFA500; float:right}
/*div.content {background-color:#EEEEEE;height:800px;width:600px;float:left;}
*/
div.menu {
float: right;
color: royalblue;
}
div#slider-value {
color: gray; font: bold 80% 'trebuchet ms',helvetica,sans-serif;
}
div.rowOn { float:left;
width: 100%;
height: 11%;
color: yellow;
background-color: yellowgreen;
}
div.rowOff { float:left;
width: 100%;
height: 11%;
background-color: transparent;
}
.btnOn {color:darkred; font: bold 150%'trebuchet ms',helvetica,sans-serif;
float:left;
margin: 0.5%;
border-color: yellow;
background-color: yellow;
// width: 15.6%; height: 70px;
width: 11.5%; height: 60px;
}
.btnOff {color:darkblue; font: bold 150%'trebuchet ms',helvetica,sans-serif;
float:left;
margin: 0.5%;
border-color: ghostwhite;
background-color:ghostwhite;
// width: 15.6%; height: 70px;
width: 11.5%; height: 60px;
}
input#setupButton {color:royalblue; font: bold 100%'trebuchet ms',helvetica,sans-serif;
float:right;
margin: 0.5%;
border-color: ghostwhite;
background-color:ghostwhite;
width: 95px; height:30px;
}
input#langButton {color:royalblue; font: bold 100%'trebuchet ms',helvetica,sans-serif;
float:right;
margin: 0.5%;
border-color: ghostwhite;
background-color:ghostwhite;
width: 95px; height:30px;
}
input#pauseButton {color:red; font: bold 100%'trebuchet ms',helvetica,sans-serif;
float:right;
margin: 0.5%;
border-color: ghostwhite;
background-color:ghostwhite;
width: 95px; height:30px;
}
input#selectButton {color:royalblue; font: bold 100%'trebuchet ms',helvetica,sans-serif;
float:right;
margin: 0.5%;
border-color: ghostwhite;
background-color:ghostwhite;
width: 95px; height:30px;
}
input#soundButton {color:royalblue; font: bold 100%'trebuchet ms',helvetica,sans-serif;
float:right;
margin: 0.5%;
border-color: ghostwhite;
background-color:ghostwhite;
width: 95px; height:30px;
}