rc-web@5
|
1 body{
|
rc-web@5
|
2 background-color: black;
|
rc-web@5
|
3 color: white;
|
rc-web@5
|
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@11
|
33 .page{
|
rc-web@11
|
34 height: 1000px;;
|
rc-web@11
|
35 width: 1280px;
|
rc-web@11
|
36 }
|
rc-web@11
|
37
|
rc-web@5
|
38 .outermaster{
|
rc-web@5
|
39 height: 800px;
|
rc-web@5
|
40 width: 1280px;
|
rc-web@5
|
41 border: 1px solid blue;
|
rc-web@5
|
42 position: relative;
|
rc-web@5
|
43 padding: 5px 5px 5px 5px ;
|
rc-web@5
|
44 color: black;
|
rc-web@11
|
45 top: 10%
|
rc-web@5
|
46 }
|
rc-web@5
|
47
|
rc-web@16
|
48 #preview{
|
rc-web@16
|
49 height: 240px;
|
rc-web@16
|
50 width: 400px;
|
rc-web@16
|
51 border: 1px solid blue;
|
rc-web@16
|
52 position: absolute;
|
rc-web@16
|
53 padding: 5px 5px 5px 5px ;
|
rc-web@16
|
54 color: black;
|
rc-web@16
|
55 bottom: 0%;
|
rc-web@16
|
56 right: 0px;
|
rc-web@16
|
57 }
|
rc-web@16
|
58
|
rc-web@11
|
59 .outersquare{
|
rc-web@19
|
60 height: 400px;
|
rc-web@19
|
61 width: 685px;
|
rc-web@11
|
62 border: 1px solid blue;
|
rc-web@11
|
63 position: absolute;
|
rc-web@19
|
64 top: 150px;
|
rc-web@19
|
65 left: 0px;
|
rc-web@16
|
66 padding: 1px 1px 1px 1px ;
|
rc-web@11
|
67 background-color: black;
|
rc-web@11
|
68 }
|
rc-web@11
|
69
|
rc-web@19
|
70 .magicsquare {
|
rc-web@19
|
71 border: 1px solid yellow;
|
rc-web@19
|
72 padding: 2px 2px 2px 2px;
|
rc-web@19
|
73 background: blue;
|
rc-web@19
|
74 width: 100px;
|
rc-web@19
|
75 height: 90px;
|
rc-web@19
|
76 border-radius: 20px;
|
rc-web@19
|
77 float: left;
|
rc-web@19
|
78 color: black;
|
rc-web@19
|
79 font-size: 7em;
|
rc-web@19
|
80 text-align: center;
|
rc-web@19
|
81 }
|
rc-web@19
|
82
|
rc-web@11
|
83 .latencies{
|
rc-web@16
|
84 height: 90px;
|
rc-web@16
|
85 width: 200px;
|
rc-web@11
|
86 border: 1px solid blue;
|
rc-web@11
|
87 position: relative;
|
rc-web@16
|
88 float: right;
|
rc-web@11
|
89 top: 15%;
|
rc-web@11
|
90 padding: 5px 5px 5px 5px ;
|
rc-web@19
|
91 background-color: blue;
|
rc-web@11
|
92 }
|
rc-web@11
|
93
|
rc-web@22
|
94 #datetime{
|
rc-web@22
|
95 opacity: 0.6;
|
rc-web@22
|
96 height: 30px;
|
rc-web@22
|
97 width: 700px;
|
rc-web@22
|
98 font-size:2em;
|
rc-web@22
|
99 color: white;
|
rc-web@22
|
100 border: 1px solid white;
|
rc-web@22
|
101 position: absolute;
|
rc-web@22
|
102 float: left;
|
rc-web@22
|
103 bottom: 1px;
|
rc-web@22
|
104 padding: 5px 5px 5px 5px ;
|
rc-web@22
|
105 background-color: blue;
|
rc-web@22
|
106 }
|
rc-web@22
|
107
|
rc-web@11
|
108 .metrocase {
|
rc-web@11
|
109 position: absolute;
|
rc-web@11
|
110 top: 10px;
|
rc-web@11
|
111 left: 10px;
|
rc-web@11
|
112 color: black;
|
rc-web@11
|
113 text-align: center;
|
rc-web@11
|
114 font-size: 4em;
|
rc-web@11
|
115 font-color: black;
|
rc-web@11
|
116 background: transparent;
|
rc-web@11
|
117 width: 240px;
|
rc-web@11
|
118 height: 60px;
|
rc-web@11
|
119 z-index: 2;
|
rc-web@11
|
120 padding: 5px 5px 5px 5px;
|
rc-web@22
|
121 border: 1px solid blue;
|
rc-web@11
|
122 }
|
rc-web@11
|
123
|
rc-web@11
|
124 #metronome0 { width: 60px; height: 60px; border-radius: 30px; float:left; }
|
rc-web@11
|
125 #metronome1 { width: 60px; height: 60px; border-radius: 30px; float:left; }
|
rc-web@11
|
126 #metronome2 { width: 60px; height: 60px; border-radius: 30px; float:left; }
|
rc-web@11
|
127 #metronome3 { width: 60px; height: 60px; border-radius: 30px; float:left; }
|
rc-web@5
|
128
|
rc-web@5
|
129 #fluid {}
|
rc-web@5
|
130 .fluid-img{height:50%; width:50%;}
|
rc-web@5
|
131
|
rc-web@5
|
132 .clear
|
rc-web@5
|
133 {
|
rc-web@5
|
134 clear:both;
|
rc-web@5
|
135 }
|
rc-web@5
|
136
|
rc-web@5
|
137 #client_chronometer{
|
rc-web@22
|
138 border: 1px solid blue ;
|
rc-web@5
|
139 background-color: black;
|
rc-web@5
|
140 color: #666;
|
rc-web@5
|
141 font-size: 6em;
|
rc-web@5
|
142 color: white;
|
rc-web@5
|
143 opacity:0.5;
|
rc-web@5
|
144 position: absolute;
|
rc-web@5
|
145 right: 10px;
|
rc-web@5
|
146 top: 8px;
|
rc-web@5
|
147 padding: 5px 5px 5px 5px;
|
rc-web@5
|
148 width: 350px;
|
rc-web@5
|
149 z-position: 2;
|
rc-web@5
|
150 }
|
rc-web@5
|
151
|
rc-web@5
|
152 #countinnumber{
|
rc-web@5
|
153 background-color: gray;
|
rc-web@5
|
154 font-size: 48em;
|
rc-web@5
|
155 display:inline;
|
rc-web@5
|
156 text-align:center;
|
rc-web@5
|
157 z-index: 2;
|
rc-web@5
|
158 position: absolute;
|
rc-web@5
|
159 opacity:0.5;
|
rc-web@5
|
160 font-weight:bolder;
|
rc-web@5
|
161 width: 1280px;
|
rc-web@5
|
162 height: 800px;
|
rc-web@5
|
163 }
|
rc-web@5
|
164
|
rc-web@5
|
165 #content-txt {
|
rc-web@5
|
166 // padding: 2px 2px 2px 2px;
|
rc-web@5
|
167 font-size: 3em;
|
rc-web@5
|
168 text-align:center;
|
rc-web@5
|
169 background-color: black;
|
rc-web@5
|
170 border: 1px solid white;
|
rc-web@5
|
171 height: 800px;
|
rc-web@5
|
172 width: 1280px;
|
rc-web@5
|
173 margin-left:auto;
|
rc-web@5
|
174 margin-right:auto;
|
rc-web@5
|
175 display: table-cell;
|
rc-web@5
|
176 vertical-align: middle;
|
rc-web@5
|
177 }
|
rc-web@5
|
178
|
rc-web@5
|
179
|
rc-web@5
|
180 #blanket {
|
rc-web@5
|
181 background-color:#111;
|
rc-web@5
|
182 opacity: 0.65;
|
rc-web@5
|
183 border: 3px solid blue;
|
rc-web@5
|
184 *background:none;
|
rc-web@5
|
185 position:absolute;
|
rc-web@5
|
186 z-index: 9001;
|
rc-web@5
|
187 top:0px;
|
rc-web@5
|
188 left:0px;
|
rc-web@5
|
189 width:100%;
|
rc-web@5
|
190 }
|
rc-web@5
|
191
|
rc-web@5
|
192 #popUpDiv {
|
rc-web@5
|
193 position:absolute;
|
rc-web@5
|
194 *background:url(pop-back.jpg) no-repeat;
|
rc-web@5
|
195 background-color:gray;
|
rc-web@5
|
196 width:300px;
|
rc-web@5
|
197 height:300px;
|
rc-web@5
|
198 border:5px solid blue;
|
rc-web@5
|
199 z-index: 9002;
|
rc-web@5
|
200 }
|
rc-web@5
|
201
|
rc-web@5
|
202 #popUpMetro {
|
rc-web@5
|
203 position:absolute;
|
rc-web@5
|
204 *background:url(pop-back.jpg) no-repeat;
|
rc-web@5
|
205 background-color:gray;
|
rc-web@5
|
206 width:300px;
|
rc-web@5
|
207 height:300px;
|
rc-web@5
|
208 border:5px solid blue;
|
rc-web@5
|
209 z-index: 9002;
|
rc-web@5
|
210 }
|