rc-web@5
|
1 body{
|
rc-web@26
|
2 background-color: black;
|
rc-web@5
|
3 color: white;
|
rc-web@29
|
4 font: 12px Helvetica, Arial;
|
rc-web@5
|
5 }
|
rc-web@5
|
6
|
rc-web@5
|
7 h3,h4,h5,h6 {
|
rc-web@5
|
8 width: 400px;
|
rc-web@5
|
9 background-color: white;
|
rc-web@5
|
10 display: inline;
|
rc-web@5
|
11 color: #666;
|
rc-web@5
|
12 z-index: 2;
|
rc-web@5
|
13 }
|
rc-web@5
|
14
|
rc-web@5
|
15 h1{ background-color: black; color:white;font: 44px Helvetica, Arial; }
|
rc-web@5
|
16 h2{ font: 28px Helvetica, Arial; color:white}
|
rc-web@5
|
17 h3{ font: 12px Helvetica, Arial; color:white }
|
rc-web@5
|
18 h4{ background-color: black; font: 19px Helvetica, Arial;
|
rc-web@5
|
19 text-align: center; margin-left:auto; margin-right:auto; color:white}
|
rc-web@5
|
20
|
rc-web@5
|
21 a:link {color:#666;}
|
rc-web@5
|
22 a:visited {color: #666;}
|
rc-web@5
|
23 a:hover {color: black; background-color:gray;}
|
rc-web@5
|
24 a:active {color: black;background-color:white;}
|
rc-web@5
|
25
|
rc-web@5
|
26 ul, li, h4, h3, h2, h1, p{
|
rc-web@5
|
27 padding:0;
|
rc-web@5
|
28 margin:0;
|
rc-web@5
|
29 list-style:none;
|
rc-web@5
|
30 }
|
rc-web@5
|
31
|
rc-web@11
|
32
|
rc-web@5
|
33 .outermaster{
|
rc-web@29
|
34 height: 768px;
|
rc-web@29
|
35 width: 1024px;
|
rc-web@29
|
36 border-radius: 15px;
|
rc-web@29
|
37 background-color:DimGray;
|
rc-web@29
|
38 border: 1px solid gray;
|
rc-web@5
|
39 position: relative;
|
rc-web@29
|
40 !padding: 5px 5px 5px 5px ;
|
rc-web@29
|
41 color: white;
|
rc-web@29
|
42 opacity:0.8;
|
rc-web@29
|
43 !top: 10%
|
rc-web@25
|
44 +filter: invert(100%);
|
rc-web@5
|
45 }
|
rc-web@5
|
46
|
rc-web@29
|
47 #live{
|
rc-web@29
|
48 margin-left:auto; margin-right:auto; margin-top:5px;
|
rc-web@29
|
49 !margin: 2px;
|
rc-web@29
|
50 width: 99%;
|
rc-web@29
|
51 height: 90%;
|
rc-web@29
|
52 text-align: center;
|
rc-web@29
|
53 border-radius: 15px;
|
rc-web@29
|
54 background-color:black;
|
rc-web@29
|
55 border: 1px solid gray;
|
rc-web@29
|
56 !position: relative;
|
rc-web@29
|
57 ! padding: 5px 5px 5px 5px ;
|
rc-web@29
|
58 color: white;
|
rc-web@29
|
59 !top: 10%
|
rc-web@29
|
60 +filter: invert(100%);
|
rc-web@29
|
61 }
|
rc-web@29
|
62
|
rc-web@29
|
63 #comms{
|
rc-web@29
|
64 border-radius: 15px;
|
rc-web@29
|
65 height: 25%;
|
rc-web@29
|
66 width: 550px;
|
rc-web@29
|
67 margin: 0px;
|
rc-web@29
|
68 border: 1px solid gray;
|
rc-web@16
|
69 position: absolute;
|
rc-web@29
|
70 bottom: 80px;
|
rc-web@29
|
71 left: 14px;
|
rc-web@16
|
72 padding: 5px 5px 5px 5px ;
|
rc-web@16
|
73 color: black;
|
rc-web@16
|
74 }
|
rc-web@16
|
75
|
rc-web@29
|
76 #preview{
|
rc-web@29
|
77 border-radius: 15px;
|
rc-web@29
|
78 height: 25%;
|
rc-web@29
|
79 width: 422px;
|
rc-web@29
|
80 margin: 0px;
|
rc-web@29
|
81 border: 1px solid gray;
|
rc-web@29
|
82 position: absolute;
|
rc-web@29
|
83 bottom: 80px;
|
rc-web@29
|
84 right: 14px;
|
rc-web@29
|
85 padding: 5px 5px 5px 5px ;
|
rc-web@29
|
86 color: black;
|
rc-web@29
|
87 }
|
rc-web@29
|
88
|
rc-web@29
|
89
|
rc-web@29
|
90 .footdata{
|
rc-web@29
|
91 margin-top:10px;
|
rc-web@29
|
92 margin-left:auto; margin-right:auto;
|
rc-web@29
|
93 border-radius: 15px;
|
rc-web@29
|
94 height: 7%;
|
rc-web@29
|
95 width: 98%;
|
rc-web@29
|
96 !margin: 10px;
|
rc-web@29
|
97 border: 1px solid gray;
|
rc-web@29
|
98 bottom: 2px;
|
rc-web@29
|
99 ! padding: 5px 5px 5px 5px ;
|
rc-web@29
|
100 background: DimGray;
|
rc-web@29
|
101 opacity:1;
|
rc-web@29
|
102 }
|
rc-web@29
|
103
|
rc-web@29
|
104
|
rc-web@11
|
105 .outersquare{
|
rc-web@29
|
106 border-radius: 5px;
|
rc-web@19
|
107 height: 400px;
|
rc-web@19
|
108 width: 685px;
|
rc-web@29
|
109 ! border: 1px solid blue;
|
rc-web@11
|
110 position: absolute;
|
rc-web@19
|
111 top: 150px;
|
rc-web@19
|
112 left: 0px;
|
rc-web@16
|
113 padding: 1px 1px 1px 1px ;
|
rc-web@11
|
114 background-color: black;
|
rc-web@11
|
115 }
|
rc-web@11
|
116
|
rc-web@26
|
117 .svgmusic {
|
rc-web@29
|
118 margin: 10px;
|
rc-web@29
|
119 width: 90%;
|
rc-web@29
|
120 !height: 768px;
|
rc-web@26
|
121 }
|
rc-web@26
|
122
|
rc-web@19
|
123 .magicsquare {
|
rc-web@29
|
124 ! margin: 10px;
|
rc-web@29
|
125 border-radius: 15px;
|
rc-web@19
|
126 border: 1px solid yellow;
|
rc-web@19
|
127 padding: 2px 2px 2px 2px;
|
rc-web@29
|
128 background: DimGray;
|
rc-web@26
|
129 width: 100px; height: 90px;
|
rc-web@19
|
130 border-radius: 20px;
|
rc-web@19
|
131 float: left;
|
rc-web@19
|
132 color: black;
|
rc-web@19
|
133 font-size: 7em;
|
rc-web@19
|
134 text-align: center;
|
rc-web@26
|
135 }
|
rc-web@19
|
136
|
rc-web@11
|
137 .latencies{
|
rc-web@29
|
138 ! height: 90px; width: 200px;
|
rc-web@29
|
139 ! border: 1px solid blue;
|
rc-web@29
|
140 ! position: relative; top: 15%;
|
rc-web@29
|
141 ! float: right;
|
rc-web@29
|
142 ! padding: 5px 5px 5px 5px ;
|
rc-web@29
|
143 ! background-color: yellow;
|
rc-web@11
|
144 }
|
rc-web@11
|
145
|
rc-web@22
|
146 #datetime{
|
rc-web@29
|
147 display:table-cell; vertical-align:middle;
|
rc-web@29
|
148 !margin-top: 10px;
|
rc-web@29
|
149 margin-right: 30px;
|
rc-web@29
|
150 float:left;
|
rc-web@29
|
151 padding: 3px 3px 3px 3px;
|
rc-web@29
|
152 font-size:1em; color: white;
|
rc-web@29
|
153 !position: absolute;
|
rc-web@29
|
154 !bottom: 10px;
|
rc-web@29
|
155 !left: 25%;
|
rc-web@29
|
156 !float: left;
|
rc-web@29
|
157 background-color: transparent;
|
rc-web@23
|
158 opacity: 0.7;
|
rc-web@22
|
159 }
|
rc-web@22
|
160
|
rc-web@23
|
161 #current{
|
rc-web@29
|
162 display:table-cell; vertical-align:middle;
|
rc-web@29
|
163 margin-top: 10px; margin-right: 30px;
|
rc-web@29
|
164 float:left;
|
rc-web@29
|
165 !position: absolute;
|
rc-web@29
|
166 !right: 25%;
|
rc-web@29
|
167 font-size:2em;
|
rc-web@29
|
168 font-weight: bold;
|
rc-web@25
|
169 color: white;
|
rc-web@24
|
170 background-color: transparent;
|
rc-web@29
|
171 z-index: 3;
|
rc-web@26
|
172 opacity: 0.8;
|
rc-web@29
|
173 padding: 3px 3px 3px 3px;
|
rc-web@23
|
174 }
|
rc-web@23
|
175
|
rc-web@23
|
176 #client_latency{
|
rc-web@29
|
177 ! float:left;
|
rc-web@29
|
178 display:table-cell; vertical-align:middle;
|
rc-web@29
|
179 margin-top: 10px; margin-right: 30px;
|
rc-web@29
|
180 text-align:center;
|
rc-web@29
|
181 font-size:1em;
|
rc-web@29
|
182 color: white;
|
rc-web@23
|
183 z-index: 1;
|
rc-web@29
|
184 padding: 3px 3px 3px 3px;
|
rc-web@29
|
185 opacity: 0.7;
|
rc-web@23
|
186 }
|
rc-web@23
|
187
|
rc-web@11
|
188 .metrocase {
|
rc-web@29
|
189 float:left;
|
rc-web@29
|
190 display:table-cell; vertical-align:middle;
|
rc-web@29
|
191 margin-top: -22px; margin-right: 30px; margin-left: 20px;
|
rc-web@29
|
192 border-radius: 15px;
|
rc-web@29
|
193 position: relative; top: 50%;
|
rc-web@29
|
194
|
rc-web@29
|
195 width: 200px; height: 40px;
|
rc-web@11
|
196 color: black;
|
rc-web@11
|
197 text-align: center;
|
rc-web@26
|
198 font-size: 4em; font-color: black;
|
rc-web@11
|
199 background: transparent;
|
rc-web@11
|
200 z-index: 2;
|
rc-web@29
|
201 border: 2px solid gray;
|
rc-web@11
|
202 }
|
rc-web@11
|
203
|
rc-web@23
|
204 #metronome0 { width: 50px; height: 40px; border-radius: 30px; float:left; }
|
rc-web@23
|
205 #metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
|
rc-web@23
|
206 #metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
|
rc-web@23
|
207 #metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
|
rc-web@5
|
208
|
rc-web@5
|
209 #fluid {}
|
rc-web@26
|
210 .fluid-img{ height:50%; width:50%; }
|
rc-web@5
|
211
|
rc-web@26
|
212 .clear { clear:both; }
|
rc-web@5
|
213
|
rc-web@5
|
214 #client_chronometer{
|
rc-web@29
|
215 display:table-cell; vertical-align:middle;
|
rc-web@29
|
216 margin-top: -15px;
|
rc-web@29
|
217 !margin-left: 30px;
|
rc-web@29
|
218 float:left;
|
rc-web@29
|
219 !padding: 0 0 0 0;
|
rc-web@29
|
220 !margin: 10px;
|
rc-web@29
|
221 border-radius: 15px;
|
rc-web@29
|
222 border: 2px solid gray ;
|
rc-web@5
|
223 background-color: black;
|
rc-web@23
|
224 color: white;
|
rc-web@29
|
225 font-size: 3em;
|
rc-web@29
|
226 text-align: center;
|
rc-web@23
|
227 opacity:0.7;
|
rc-web@29
|
228 !position: absolute;
|
rc-web@29
|
229 !right: 20px;
|
rc-web@29
|
230 !bottom: 0px;
|
rc-web@29
|
231 width: 220px;
|
rc-web@29
|
232 !height: 40px;
|
rc-web@5
|
233 z-position: 2;
|
rc-web@5
|
234 }
|
rc-web@5
|
235
|
rc-web@5
|
236 #countinnumber{
|
rc-web@29
|
237 border-radius: 15px;
|
rc-web@26
|
238 position: absolute;
|
rc-web@29
|
239 width: 100%; height: 90%;
|
rc-web@26
|
240 background-color:gray;
|
rc-web@29
|
241 font-size: 36em;
|
rc-web@29
|
242 font-weight:bolder;
|
rc-web@5
|
243 display:inline;
|
rc-web@5
|
244 text-align:center;
|
rc-web@5
|
245 z-index: 2;
|
rc-web@5
|
246 opacity:0.5;
|
rc-web@5
|
247 }
|
rc-web@5
|
248
|
rc-web@5
|
249 #content-txt {
|
rc-web@29
|
250 width: 100%; height: 90%;
|
rc-web@26
|
251 font-size:3em;
|
rc-web@26
|
252 text-align:center;
|
rc-web@26
|
253 background-color:black;
|
rc-web@26
|
254 border:1px solid white;
|
rc-web@26
|
255 margin-left:auto; margin-right:auto;
|
rc-web@26
|
256 display:table-cell;
|
rc-web@26
|
257 vertical-align:middle;
|
rc-web@29
|
258 border-radius: 15px;
|
rc-web@26
|
259 } |