comparison www/m/css/nodescore.css @ 23:e1a02869da08

reduced to one score file with menu to choose which part stream to receive added latency results to client and tweeked some css
author tzara <rc-web@kiben.net>
date Wed, 11 Jul 2012 14:17:43 +0100
parents bb02a593b7d5
children 22f1c38007ff
comparison
equal deleted inserted replaced
22:bb02a593b7d5 23:e1a02869da08
90 padding: 5px 5px 5px 5px ; 90 padding: 5px 5px 5px 5px ;
91 background-color: blue; 91 background-color: blue;
92 } 92 }
93 93
94 #datetime{ 94 #datetime{
95 opacity: 0.6; 95 display:table-cell;
96 height: 30px; 96 vertical-align:bottom;
97 width: 700px; 97 opacity: 0.7;
98 font-size:2em; 98 height: 25px;
99 color: white; 99 text-align: center;
100 border: 1px solid white; 100 width: 858px;
101 position: absolute; 101 font-size:1.5em;
102 float: left; 102 color: white;
103 bottom: 1px; 103 border: 1px solid blue;
104 padding: 5px 5px 5px 5px ; 104 position: absolute;
105 background-color: blue; 105 float: left;
106 } 106 left: 206px;
107 top: 25px;
108
109 background-color: black;
110 }
111
112 #current{
113 opacity: 0.7;
114 height: 25px;
115 text-align: center;
116 width: 130px;
117 font-size:1.5em;
118 color: white;
119 border: 1px solid blue;
120 position: absolute;
121 float: left;
122 left: 210px;
123 top: 25px;
124 background-color: black;
125 z-index: 1;
126 }
127
128 #client_latency{
129 opacity: 0.7;
130 height: 25px;
131 text-align: center;
132 width: 160px;
133 font-size:1.5em;
134 color: white;
135 border: 1px solid blue;
136 position: absolute;
137 float: left;
138 right: 220px;
139 top: 25px;
140 background-color: black;
141 z-index: 1;
142 }
143
107 144
108 .metrocase { 145 .metrocase {
109 position: absolute; 146 position: absolute;
110 top: 10px; 147 top: 0px;
111 left: 10px; 148 left: 0px;
112 color: black; 149 color: black;
113 text-align: center; 150 text-align: center;
114 font-size: 4em; 151 font-size: 4em;
115 font-color: black; 152 font-color: black;
116 background: transparent; 153 background: transparent;
117 width: 240px; 154 width: 200px;
118 height: 60px; 155 height: 50px;
119 z-index: 2; 156 z-index: 2;
120 padding: 5px 5px 5px 5px; 157 border: 1px solid blue;
121 border: 1px solid blue; 158 }
122 } 159
123 160 #metronome0 { width: 50px; height: 40px; border-radius: 30px; float:left; }
124 #metronome0 { width: 60px; height: 60px; border-radius: 30px; float:left; } 161 #metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
125 #metronome1 { width: 60px; height: 60px; border-radius: 30px; float:left; } 162 #metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
126 #metronome2 { width: 60px; height: 60px; border-radius: 30px; float:left; } 163 #metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
127 #metronome3 { width: 60px; height: 60px; border-radius: 30px; float:left; }
128 164
129 #fluid {} 165 #fluid {}
130 .fluid-img{height:50%; width:50%;} 166 .fluid-img{height:50%; width:50%;}
131 167
132 .clear 168 .clear
135 } 171 }
136 172
137 #client_chronometer{ 173 #client_chronometer{
138 border: 1px solid blue ; 174 border: 1px solid blue ;
139 background-color: black; 175 background-color: black;
140 color: #666; 176 color: white;
141 font-size: 6em; 177 font-size: 3.5em;
142 color: white; 178 text-align: center;
143 opacity:0.5; 179 opacity:0.7;
144 position: absolute; 180 position: absolute;
145 right: 10px; 181 right: 0px;
146 top: 8px; 182 top: 0px;
147 padding: 5px 5px 5px 5px; 183 // padding: 2px 2px 2px 2px;
148 width: 350px; 184 width: 220px;
185 height: 50px;
149 z-position: 2; 186 z-position: 2;
150 } 187 }
151 188
152 #countinnumber{ 189 #countinnumber{
153 background-color: gray; 190 background-color: gray;
173 margin-left:auto; 210 margin-left:auto;
174 margin-right:auto; 211 margin-right:auto;
175 display: table-cell; 212 display: table-cell;
176 vertical-align: middle; 213 vertical-align: middle;
177 } 214 }
178
179
180 #blanket {
181 background-color:#111;
182 opacity: 0.65;
183 border: 3px solid blue;
184 *background:none;
185 position:absolute;
186 z-index: 9001;
187 top:0px;
188 left:0px;
189 width:100%;
190 }
191
192 #popUpDiv {
193 position:absolute;
194 *background:url(pop-back.jpg) no-repeat;
195 background-color:gray;
196 width:300px;
197 height:300px;
198 border:5px solid blue;
199 z-index: 9002;
200 }
201
202 #popUpMetro {
203 position:absolute;
204 *background:url(pop-back.jpg) no-repeat;
205 background-color:gray;
206 width:300px;
207 height:300px;
208 border:5px solid blue;
209 z-index: 9002;
210 }