annotate www/m/css/nodescore-tablet.css @ 54:66bf613fb818

pre clean up push - moved vars into scoreB.js - called up with requirejs added requirejs dep
author tzara <rc-web@kiben.net>
date Wed, 19 Dec 2012 13:36:19 +0000
parents 7f0485e0d0ff
children 474c1ad1e811
rev   line source
rc-web@42 1 body{
rc-web@42 2 background-color: black;
rc-web@42 3 color: white;
rc-web@42 4 font: 12px Helvetica, Arial;
rc-web@42 5 padding:0px;
rc-web@43 6 margin-top:2px;
rc-web@42 7 margin-left:0px;
rc-web@42 8 height:100%;
rc-web@42 9 }
rc-web@42 10
rc-web@42 11
rc-web@42 12 h3,h4,h5,h6 {
rc-web@42 13 width: 400px;
rc-web@42 14 background-color: white;
rc-web@42 15 display: inline;
rc-web@42 16 color: #666;
rc-web@42 17 z-index: 2;
rc-web@42 18 }
rc-web@42 19
rc-web@42 20 h1{ background-color: black; color:white;font: 44px Helvetica, Arial; }
rc-web@42 21 h2{ font: 28px Helvetica, Arial; color:white}
rc-web@42 22 h3{ font: 12px Helvetica, Arial; color:white }
rc-web@42 23 h4{ background-color: black; font: 19px Helvetica, Arial;
rc-web@42 24 text-align: center; margin-left:auto; margin-right:auto; color:white}
rc-web@42 25
rc-web@42 26 a:link {color:#666;}
rc-web@42 27 a:visited {color: #666;}
rc-web@42 28 a:hover {color: black; background-color:gray;}
rc-web@42 29 a:active {color: black;background-color:white;}
rc-web@42 30
rc-web@42 31 ul, li, h4, h3, h2, h1, p{
rc-web@42 32 padding:0;
rc-web@42 33 margin:0;
rc-web@42 34 list-style:none;
rc-web@42 35 }
rc-web@42 36
rc-web@42 37
rc-web@42 38 .outermaster{
rc-web@42 39 margin-top:4px;
rc-web@54 40 height: 570px;
rc-web@54 41 width: 1020px;
rc-web@42 42 border-radius: 15px;
rc-web@43 43 !2Bbackground-color:black;
rc-web@43 44 !border: 1px solid gray;
rc-web@42 45 position: relative;
rc-web@42 46 !padding: 5px 5px 5px 5px ;
rc-web@43 47 !color: white;
rc-web@43 48 !opacity:0.8;
rc-web@42 49 !top: 10%
rc-web@42 50 +filter: invert(100%);
rc-web@43 51 !2Bmargin-left: 0px;
rc-web@43 52 !padding:0px;
rc-web@42 53 }
rc-web@42 54
rc-web@42 55 #live{
rc-web@42 56 !margin-left:auto;
rc-web@42 57 !margin-right:auto;
rc-web@42 58 !margin-top:5px;
rc-web@42 59 !margin: 2px;
rc-web@42 60 width: 100%;
rc-web@54 61 height: 500px;
rc-web@42 62 text-align: center;
rc-web@42 63 border-radius: 15px;
rc-web@42 64 background-color:black;
rc-web@42 65 border: 0px solid blue;
rc-web@42 66 position: absolute;
rc-web@42 67 ! padding: 5px 5px 5px 5px ;
rc-web@42 68 color: white;
rc-web@42 69 top: 0px;
rc-web@42 70 +filter: invert(100%);
rc-web@42 71 z-index:-1;
rc-web@42 72 margin-left: 0px;
rc-web@42 73 padding:0px;
rc-web@42 74 }
rc-web@42 75
rc-web@42 76 #info{
rc-web@42 77 position: absolute;
rc-web@42 78 border: 0px solid red;
rc-web@42 79 border-radius:15px;
rc-web@54 80 top: 450px;
rc-web@42 81 !padding: 5px 5px 5px 5px;
rc-web@42 82 height: 135px;
rc-web@42 83 width: 100%;
rc-web@42 84 }
rc-web@42 85
rc-web@42 86 #comms{
rc-web@42 87 border-radius: 15px;
rc-web@42 88 height: 120px;
rc-web@42 89 width: 250px;
rc-web@42 90 margin: 0px;
rc-web@42 91 border: 1px solid gray;
rc-web@42 92 color: black;
rc-web@42 93 float:left;
rc-web@42 94 padding: 5px 5px 5px 5px;
rc-web@42 95 }
rc-web@42 96
rc-web@42 97 #midfoot{
rc-web@42 98 !margin-left:auto; margin-right:auto;
rc-web@42 99 border-radius: 15px;
rc-web@42 100 height: 120px;
rc-web@42 101 width: 30%;
rc-web@42 102 margin: 0px;
rc-web@43 103 margin-left:6%;
rc-web@42 104 border: 1px solid gray;
rc-web@42 105 padding: 5px 5px 5px 5px ;
rc-web@42 106 background: black;
rc-web@42 107 opacity:1;
rc-web@42 108 float:left;
rc-web@42 109 }
rc-web@42 110
rc-web@42 111 #preview{
rc-web@42 112 border-radius: 15px;
rc-web@42 113 height: 120px;
rc-web@43 114 width: 30%;
rc-web@42 115 margin: 0px;
rc-web@42 116 border: 1px solid gray;
rc-web@42 117 !position: absolute;
rc-web@42 118 !top: 325px;
rc-web@42 119 !right: 0px;
rc-web@42 120 padding: 5px 5px 5px 5px ;
rc-web@42 121 color: black;
rc-web@42 122 overflow:hidden;
rc-web@42 123 float:right;
rc-web@43 124 font-size:1em;
rc-web@42 125 }
rc-web@43 126 #preview img{margin-top:15px;}
rc-web@42 127
rc-web@42 128 #timeinfo{
rc-web@42 129 border-radius: 15px;
rc-web@42 130 height:80px;
rc-web@42 131 width: 95%;
rc-web@42 132 margin: 0px;
rc-web@42 133 padding: 5px 5px 5px 5px ;
rc-web@42 134 background: transparent;
rc-web@42 135 position:relative;
rc-web@42 136 top:30px;
rc-web@42 137 }
rc-web@42 138
rc-web@42 139 #remainingtime{
rc-web@42 140 !display:table-cell; vertical-align:middle;
rc-web@43 141 padding:0;
rc-web@43 142 margin:0;
rc-web@42 143 font-size:1.4em;
rc-web@42 144 color:white;
rc-web@42 145 position:relative;
rc-web@43 146 left:40px;
rc-web@43 147 top:90px;
rc-web@43 148 width:120px;
rc-web@42 149 float:left;
rc-web@42 150 background-color:transparent;
rc-web@42 151 }
rc-web@42 152
rc-web@42 153 .footdata{
rc-web@42 154 !margin-top:10px;
rc-web@42 155 margin-left:auto; margin-right:auto;
rc-web@42 156 border-radius: 15px;
rc-web@42 157 height: 50px;
rc-web@42 158 width: 100%;
rc-web@42 159 !margin: 10px;
rc-web@42 160 border: 0px solid gray;
rc-web@42 161 position:absolute;
rc-web@42 162 top: 0px;
rc-web@42 163 ! padding: 5px 5px 5px 5px ;
rc-web@42 164 background: black;
rc-web@42 165 opacity:1;
rc-web@42 166 }
rc-web@42 167
rc-web@42 168
rc-web@42 169 .outersquare{
rc-web@42 170 border-radius: 15px;
rc-web@42 171 border: 1px solid blue;
rc-web@42 172 ! position: absolute;
rc-web@42 173 !top: 50px;
rc-web@42 174 !left: 110px;
rc-web@42 175 padding: 1px 1px 1px 1px ;
rc-web@42 176 background: black;
rc-web@42 177 width: 99%;
rc-web@54 178 height: 490px;
rc-web@42 179 }
rc-web@42 180
rc-web@42 181 .svgmusic {
rc-web@43 182 padding:0px;
rc-web@43 183 border: 1px solid gray;
rc-web@42 184 display:block;
rc-web@42 185 border-radius: 15px;
rc-web@42 186 margin: 0px;
rc-web@42 187 width: 100%;
rc-web@54 188 height: 445px;
rc-web@42 189 }
rc-web@42 190
rc-web@42 191 .magicsquare {
rc-web@42 192 ! margin: 10px;
rc-web@42 193 border-radius: 5px;
rc-web@42 194 border: 1px solid yellow;
rc-web@42 195 !padding: 2px 2px 2px 2px;
rc-web@42 196 background: transparent;
rc-web@42 197 width: 50px; height: 45px;
rc-web@42 198 border-radius: 10px;
rc-web@42 199 float: left;
rc-web@42 200 color: white;
rc-web@42 201 font-size: 3em;
rc-web@42 202 text-align: center;
rc-web@42 203 }
rc-web@42 204
rc-web@42 205 .latencies{
rc-web@42 206 ! height: 90px; width: 200px;
rc-web@42 207 ! border: 1px solid blue;
rc-web@42 208 ! position: relative; top: 15%;
rc-web@42 209 ! float: right;
rc-web@42 210 ! padding: 5px 5px 5px 5px ;
rc-web@42 211 ! background-color: yellow;
rc-web@42 212 }
rc-web@42 213
rc-web@42 214
rc-web@42 215 #datetime{
rc-web@43 216 display:table-cell; vertical-align:middle;
rc-web@43 217 width:90px;
rc-web@42 218 !padding: 1px 1px 1px 1px;
rc-web@43 219 font-size:0.9em; color: white;
rc-web@43 220 text-align:center;
rc-web@43 221 position: relative;
rc-web@43 222 bottom: 25px;
rc-web@43 223 right: 4px;
rc-web@43 224 float: left;
rc-web@43 225 background-color: transparent;
rc-web@42 226 !opacity: 0.7;
rc-web@42 227 }
rc-web@42 228
rc-web@42 229 #current{
rc-web@42 230 float:right;
rc-web@42 231 position: relative;
rc-web@43 232 right: 70%;
rc-web@43 233 bottom:50px;
rc-web@42 234 font-size:1.7em;
rc-web@42 235 font-weight: bold;
rc-web@42 236 color: white;
rc-web@42 237 background-color: transparent;
rc-web@42 238 z-index: 3;
rc-web@42 239 opacity: 0.8;
rc-web@42 240 padding: 3px 3px 3px 3px;
rc-web@42 241 }
rc-web@42 242
rc-web@42 243 #client_latency{
rc-web@42 244 background:transparent;
rc-web@42 245 width:135px;
rc-web@43 246 font-size:1em;
rc-web@42 247 color: white;
rc-web@42 248 z-index: 1;
rc-web@42 249 padding: 3px 3px 3px 3px;
rc-web@43 250 opacity: 0.8;
rc-web@42 251 float:left;
rc-web@42 252 position:relative;
rc-web@43 253 left: 90px;
rc-web@43 254 bottom: 72px;
rc-web@42 255
rc-web@42 256 }
rc-web@42 257
rc-web@42 258 .metrocase {
rc-web@42 259 float:right;
rc-web@42 260 border-radius: 5px;
rc-web@42 261 position: relative;
rc-web@43 262 right: 20px;
rc-web@42 263 top:-25px;
rc-web@43 264 width: 60px;
rc-web@42 265 height: 30px;
rc-web@42 266 color: black;
rc-web@42 267 text-align: center;
rc-web@42 268 font-size: 4em; font-color: black;
rc-web@42 269 background: transparent;
rc-web@42 270 z-index: 2;
rc-web@42 271 border: 1px solid white;
rc-web@42 272 }
rc-web@42 273
rc-web@43 274 #metronome0 { position: absolute; width: 60px; height: 30px; border-radius: 5px; float:left; }
rc-web@42 275 #metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 276 #metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 277 #metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 278
rc-web@42 279 #fluid {}
rc-web@42 280 .fluid-img{ height:50%; width:50%; }
rc-web@42 281
rc-web@42 282 .clear { clear:both; }
rc-web@42 283
rc-web@42 284 #midcomms{
rc-web@42 285 color:white;
rc-web@42 286 width:160px;
rc-web@42 287 height:40px;
rc-web@42 288 background-color:transparent;
rc-web@42 289 border: 0px solid yellow;
rc-web@42 290 float:left;
rc-web@42 291 }
rc-web@42 292
rc-web@42 293 #client_chronometer{
rc-web@42 294 display:table-cell; vertical-align:middle;
rc-web@42 295 border-radius: 15px;
rc-web@42 296 !border: 2px solid gray ;
rc-web@42 297 float:right;
rc-web@43 298 background-color: transparent;
rc-web@42 299 color: white;
rc-web@43 300 font-size: 3.7em;
rc-web@42 301 text-align: center;
rc-web@43 302 opacity:0.8;
rc-web@42 303 position: relative;
rc-web@43 304 left: 10px;
rc-web@43 305 bottom:64px;
rc-web@43 306 width: 210px;
rc-web@42 307 !height: 40px;
rc-web@42 308 z-position: 2;
rc-web@42 309 }
rc-web@42 310
rc-web@42 311 #counttitle{
rc-web@42 312 font-size:3em;
rc-web@42 313 margin:0;
rc-web@42 314 float:left;
rc-web@42 315 width:120px;
rc-web@42 316 position:relative;
rc-web@43 317 top:-5px;
rc-web@43 318 left:20px;
rc-web@42 319 }
rc-web@42 320
rc-web@42 321 #count {
rc-web@42 322 width:40px;
rc-web@42 323 font-size: 5em;
rc-web@42 324 font-weight:bolder;
rc-web@43 325 font-align:center;
rc-web@42 326 margin:0;
rc-web@42 327 padding:0;
rc-web@42 328 position:relative;
rc-web@43 329 left:35px;
rc-web@42 330 top: -10px;
rc-web@42 331 background:transparent;
rc-web@42 332 float:left;
rc-web@42 333 display:inline;
rc-web@42 334 }
rc-web@42 335
rc-web@42 336 #totalcountdown {
rc-web@43 337 font-size: 1.7em;
rc-web@43 338 font-weight:bolder;
rc-web@43 339 color:orange;
rc-web@42 340 position:relative;
rc-web@43 341 left: 0px;
rc-web@43 342 bottom: -3px;
rc-web@42 343 !text-align:center
rc-web@42 344 font-weight:bolder;
rc-web@42 345 !width:100%;
rc-web@42 346 !float:left;
rc-web@42 347 display:inline;
rc-web@42 348
rc-web@42 349
rc-web@42 350 }
rc-web@42 351
rc-web@42 352 #countinnumber{
rc-web@42 353 border-radius: 15px;
rc-web@42 354 position: absolute;
rc-web@42 355 !width: 100%;
rc-web@42 356 !height: 90%;
rc-web@42 357 background-color:black;
rc-web@42 358 font-size: 10em;
rc-web@42 359 font-weight:bolder;
rc-web@42 360 display:inline;
rc-web@42 361 text-align:center;
rc-web@42 362 z-index: 2;
rc-web@42 363 opacity:0.5;
rc-web@42 364 float:left;
rc-web@42 365 }
rc-web@42 366
rc-web@42 367 #content-txt {
rc-web@42 368 width: 100%; height: 90%;
rc-web@42 369 font-size:3em;
rc-web@42 370 text-align:center;
rc-web@42 371 background-color:black;
rc-web@42 372 border:1px solid white;
rc-web@42 373 margin-left:auto; margin-right:auto;
rc-web@42 374 display:table-cell;
rc-web@42 375 vertical-align:middle;
rc-web@42 376 border-radius: 15px;
rc-web@42 377 }