annotate www/emma/css/nodescore-tablet.css @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents d8f494bdbb18
children
rev   line source
rc-web@66 1 body{
rc-web@66 2 background-color: black;
rc-web@66 3 color: white;
rc-web@66 4 font: 12px Helvetica, Arial;
rc-web@66 5 padding:0px;
rc-web@66 6 margin-top:2px;
rc-web@66 7 margin-left:0px;
rc-web@66 8 height:100%;
rc-web@66 9 }
rc-web@66 10
rc-web@66 11
rc-web@66 12 h3,h4,h5,h6 {
rc-web@66 13 width: 400px;
rc-web@66 14 background-color: white;
rc-web@66 15 display: inline;
rc-web@66 16 color: #666;
rc-web@66 17 z-index: 2;
rc-web@66 18 }
rc-web@66 19
rc-web@66 20 h1{ background-color: black; color:white;font: 44px Helvetica, Arial; }
rc-web@66 21 h2{ font: 28px Helvetica, Arial; color:white}
rc-web@66 22 h3{ font: 12px Helvetica, Arial; color:white }
rc-web@66 23 h4{ background-color: black; font: 19px Helvetica, Arial;
rc-web@66 24 text-align: center; margin-left:auto; margin-right:auto; color:white}
rc-web@66 25
rc-web@66 26 a:link { color:#666;}
rc-web@66 27 a:visited { color: #666;}
rc-web@66 28 a:hover { color: black; background-color:orange; }
rc-web@66 29 a:active { color: black;background-color:white; }
rc-web@66 30
rc-web@66 31 ul, li, h4, h3, h2, h1, p{
rc-web@66 32 padding:0;
rc-web@66 33 margin:0;
rc-web@66 34 list-style:none;
rc-web@66 35 }
rc-web@66 36
rc-web@66 37 .outermaster{
rc-web@66 38 float:right;
rc-web@66 39 !margin-top:50px;
rc-web@66 40 height: 580px;
rc-web@66 41 width: 1020px;
rc-web@66 42 border-radius: 15px;
rc-web@66 43 position: absolute;
rc-web@66 44 top:90px;
rc-web@66 45 left: 3200px;
rc-web@66 46 +filter: invert(100%);
rc-web@66 47 margin: 0 auto;
rc-web@66 48 }
rc-web@66 49
rc-web@66 50
rc-web@66 51 #live{
rc-web@66 52 width: 100%;
rc-web@66 53 text-align: center;
rc-web@66 54 border-radius: 15px;
rc-web@66 55 background-color:black;
rc-web@66 56 border: 0px solid blue;
rc-web@66 57 position: absolute;
rc-web@66 58 color: white;
rc-web@66 59 top: 0px;
rc-web@66 60 +filter: invert(100%);
rc-web@66 61 z-index:1111;
rc-web@66 62 margin-left: 0px;
rc-web@66 63 padding:0px;
rc-web@66 64 }
rc-web@66 65
rc-web@66 66 .xunit{
rc-web@66 67 display:block;
rc-web@66 68 background:black;
rc-web@66 69 width: 155px;
rc-web@66 70 height: 70px;
rc-web@66 71 padding: 5px 5px 5px 5px;
rc-web@66 72 float: left;
rc-web@66 73 }
rc-web@66 74
rc-web@66 75 .precd{
rc-web@66 76 height:70px;
rc-web@66 77 color:white;
rc-web@66 78 }
rc-web@66 79
rc-web@66 80 #info{
rc-web@66 81 position: absolute;
rc-web@66 82 border: 0px solid red;
rc-web@66 83 border-radius:15px;
rc-web@66 84 top: 450px;
rc-web@66 85 !padding: 5px 5px 5px 5px;
rc-web@66 86 height: 135px;
rc-web@66 87 width: 100%;
rc-web@66 88 }
rc-web@66 89
rc-web@66 90 #comms{
rc-web@66 91 border-radius: 15px;
rc-web@66 92 height: 120px;
rc-web@66 93 width: 250px;
rc-web@66 94 margin: 0px;
rc-web@66 95 border: 1px solid gray;
rc-web@66 96 color: black;
rc-web@66 97 float:left;
rc-web@66 98 padding: 5px 5px 5px 5px;
rc-web@66 99 }
rc-web@66 100
rc-web@66 101 #xcomms{
rc-web@66 102 border-radius: 15px;
rc-web@66 103 height: 120px;
rc-web@66 104 width: 250px;
rc-web@66 105 margin: 0px;
rc-web@66 106 border: 1px solid gray;
rc-web@66 107 color: black;
rc-web@66 108 padding: 5px 5px 5px 5px;
rc-web@66 109 }
rc-web@66 110
rc-web@66 111 #midfoot{
rc-web@66 112 !margin-left:auto; margin-right:auto;
rc-web@66 113 border-radius: 15px;
rc-web@66 114 height: 120px;
rc-web@66 115 width: 30%;
rc-web@66 116 margin: 0px;
rc-web@66 117 margin-left:6%;
rc-web@66 118 border: 1px solid gray;
rc-web@66 119 padding: 5px 5px 5px 5px ;
rc-web@66 120 background: black;
rc-web@66 121 opacity:1;
rc-web@66 122 float:left;
rc-web@66 123 }
rc-web@66 124
rc-web@66 125 #preview{
rc-web@66 126 border-radius: 15px;
rc-web@66 127 height: 120px;
rc-web@66 128 width: 30%;
rc-web@66 129 margin: 0px;
rc-web@66 130 border: 1px solid gray;
rc-web@66 131 padding: 5px 5px 5px 5px ;
rc-web@66 132 color: black;
rc-web@66 133 !overflow:hidden;
rc-web@66 134 float:right;
rc-web@66 135 font-size:1em;
rc-web@66 136 }
rc-web@66 137 #preview img{margin-top:15px; width:300px; background:transparent; position: relative; top:-20px;}
rc-web@66 138
rc-web@66 139 #timeinfo{
rc-web@66 140 border-radius: 15px;
rc-web@66 141 height:80px;
rc-web@66 142 width: 95%;
rc-web@66 143 margin: 0px;
rc-web@66 144 padding: 5px 5px 5px 5px ;
rc-web@66 145 background: transparent;
rc-web@66 146 position:relative;
rc-web@66 147 top:30px;
rc-web@66 148 }
rc-web@66 149
rc-web@66 150 #remainingtime{
rc-web@66 151 padding:0;
rc-web@66 152 margin:0;
rc-web@66 153 font-size:1.4em;
rc-web@66 154 color:white;
rc-web@66 155 position:relative;
rc-web@66 156 left:40px;
rc-web@66 157 top:90px;
rc-web@66 158 width:120px;
rc-web@66 159 float:left;
rc-web@66 160 background-color:transparent;
rc-web@66 161 }
rc-web@66 162
rc-web@66 163 .footdata{
rc-web@66 164 margin-left:auto; margin-right:auto;
rc-web@66 165 border-radius: 15px;
rc-web@66 166 height: 50px;
rc-web@66 167 width: 100%;
rc-web@66 168 border: 0px solid gray;
rc-web@66 169 position:absolute;
rc-web@66 170 top: 0px;
rc-web@66 171 background: black;
rc-web@66 172 opacity:1;
rc-web@66 173 }
rc-web@66 174
rc-web@66 175 .outersquare{
rc-web@66 176 border-radius: 15px;
rc-web@66 177 border: 1px solid blue;
rc-web@66 178 padding: 1px 1px 1px 1px ;
rc-web@66 179 background: black;
rc-web@66 180 width: 99%;
rc-web@66 181 height: 490px;
rc-web@66 182 }
rc-web@66 183
rc-web@66 184 .svgmusic {
rc-web@66 185 padding:0px;
rc-web@66 186 border: 1px solid gray;
rc-web@66 187 display:block;
rc-web@66 188 border-radius: 15px;
rc-web@66 189 margin: 0px;
rc-web@66 190 width: 100%;
rc-web@66 191 height: 445px;
rc-web@66 192 }
rc-web@66 193
rc-web@66 194 svg { background-color: black; width:1000px; height:330px; display:block;}
rc-web@66 195 line { stroke: white; }
rc-web@66 196 text { fill: white;}
rc-web@66 197 path { stroke: white; fill: white; }
rc-web@66 198 rect { fill: white; }
rc-web@66 199 polygon { fill: white; }
rc-web@66 200 circle { stroke: white; }
rc-web@66 201
rc-web@66 202
rc-web@66 203 #thesquare{ position:absolute; width:700px; }
rc-web@66 204 .magicsquare {
rc-web@66 205 border: 1px solid white;
rc-web@66 206 padding: 2px 2px 2px 2px;
rc-web@66 207 width: 110px;
rc-web@66 208 height: 100px;
rc-web@66 209 float: left;
rc-web@66 210 font-size: 3em;
rc-web@66 211 color:white;
rc-web@66 212 text-align:center
rc-web@66 213 }
rc-web@66 214
rc-web@66 215 .sqa {height:50%; width:50%; float:left; color: yellow; }
rc-web@66 216 .sqb {height:50%; width:50%; float:right; color: green; }
rc-web@66 217 .sqc {height:50%; width:50%; float:left; color: aqua; }
rc-web@66 218 .sqd {height:50%; width:50%; float:right; color:red; }
rc-web@66 219
rc-web@66 220 .row {display:inline;}
rc-web@66 221 .row img{ width:160px; display:inline;}
rc-web@66 222 .row p{display:inline; color:yellow;}
rc-web@66 223 .rrr {position:relative; display:inline;}
rc-web@66 224
rc-web@66 225 .sqrow{
rc-web@66 226 display:inline;
rc-web@66 227 padding: 2px 2px 10px 2px;
rc-web@66 228
rc-web@66 229 }
rc-web@66 230
rc-web@66 231 .latencies{
rc-web@66 232 /* height: 90px; width: 200px;
rc-web@66 233 border: 1px solid blue;
rc-web@66 234 position: relative; top: 15%;
rc-web@66 235 float: right;
rc-web@66 236 padding: 5px 5px 5px 5px ;
rc-web@66 237 background-color: yellow;
rc-web@66 238 */
rc-web@66 239 }
rc-web@66 240
rc-web@66 241 #datetime{
rc-web@66 242 display:table-cell; vertical-align:middle;
rc-web@66 243 width:90px;
rc-web@66 244 font-size:0.9em; color: white;
rc-web@66 245 text-align:center;
rc-web@66 246 position: relative;
rc-web@66 247 bottom: 25px;
rc-web@66 248 right: 4px;
rc-web@66 249 float: left;
rc-web@66 250 background-color: transparent;
rc-web@66 251 }
rc-web@66 252
rc-web@66 253 #current{
rc-web@66 254 float:right;
rc-web@66 255 position: relative;
rc-web@66 256 right: 70%;
rc-web@66 257 bottom:50px;
rc-web@66 258 font-size:1.7em;
rc-web@66 259 font-weight: bold;
rc-web@66 260 color: white;
rc-web@66 261 background-color: transparent;
rc-web@66 262 z-index: 3;
rc-web@66 263 opacity: 0.8;
rc-web@66 264 padding: 3px 3px 3px 3px;
rc-web@66 265 }
rc-web@66 266
rc-web@66 267 #client_latency{
rc-web@66 268 background:transparent;
rc-web@66 269 width:135px;
rc-web@66 270 font-size:1em;
rc-web@66 271 color: white;
rc-web@66 272 z-index: 1;
rc-web@66 273 padding: 3px 3px 3px 3px;
rc-web@66 274 opacity: 0.8;
rc-web@66 275 float:left;
rc-web@66 276 position:relative;
rc-web@66 277 left: 90px;
rc-web@66 278 bottom: 72px;
rc-web@66 279
rc-web@66 280 }
rc-web@66 281
rc-web@66 282 .metrocase {
rc-web@66 283 float:right;
rc-web@66 284 border-radius: 5px;
rc-web@66 285 position: relative;
rc-web@66 286 right: 20px;
rc-web@66 287 top:-25px;
rc-web@66 288 width: 60px;
rc-web@66 289 height: 30px;
rc-web@66 290 color: black;
rc-web@66 291 text-align: center;
rc-web@66 292 font-size: 4em; font-color: black;
rc-web@66 293 background: transparent;
rc-web@66 294 z-index: 2;
rc-web@66 295 border: 1px solid white;
rc-web@66 296 }
rc-web@66 297
rc-web@66 298 #metronome0 { position: absolute; width: 60px; height: 30px; border-radius: 5px; float:left; }
rc-web@66 299 #metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@66 300 #metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@66 301 #metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@66 302
rc-web@66 303 #fluid {}
rc-web@66 304 .fluid-img{ height:50%; width:50%; }
rc-web@66 305 .clear { clear:both; }
rc-web@66 306
rc-web@66 307 #midcomms{
rc-web@66 308 color:white;
rc-web@66 309 width:160px;
rc-web@66 310 height:40px;
rc-web@66 311 background-color:transparent;
rc-web@66 312 border: 0px solid yellow;
rc-web@66 313 float:left;
rc-web@66 314 }
rc-web@66 315
rc-web@66 316 #client_chronometer{
rc-web@66 317 display:table-cell; vertical-align:middle;
rc-web@66 318 border-radius: 15px;
rc-web@66 319 float:right;
rc-web@66 320 background-color: transparent;
rc-web@66 321 color: white;
rc-web@66 322 font-size: 3.7em;
rc-web@66 323 text-align: center;
rc-web@66 324 opacity:0.8;
rc-web@66 325 position: relative;
rc-web@66 326 left: 10px;
rc-web@66 327 bottom:64px;
rc-web@66 328 width: 210px;
rc-web@66 329 z-position: 2;
rc-web@66 330 }
rc-web@66 331
rc-web@66 332 #transport{
rc-web@66 333 position:relative;
rc-web@66 334 padding: 20px;
rc-web@66 335 bottom:40px;
rc-web@66 336 }
rc-web@66 337
rc-web@66 338 #ctrlstop{
rc-web@66 339 position:absolute;
rc-web@66 340 padding: 5px;
rc-web@66 341 border: 1px solid gray;
rc-web@66 342 bottom:120px;
rc-web@66 343 left:1800px;
rc-web@66 344 height:80px;
rc-web@66 345 width:230px;
rc-web@66 346 border-radius: 15px;
rc-web@66 347 color: gray;
rc-web@66 348 font-size: 3.5em;
rc-web@66 349 }
rc-web@66 350
rc-web@66 351 #counttitle{
rc-web@66 352 font-size:3em;
rc-web@66 353 margin:0;
rc-web@66 354 float:left;
rc-web@66 355 width:120px;
rc-web@66 356 position:relative;
rc-web@66 357 top:-5px;
rc-web@66 358 left:20px;
rc-web@66 359 }
rc-web@66 360
rc-web@66 361 #count {
rc-web@66 362 width:40px;
rc-web@66 363 font-size: 5em;
rc-web@66 364 font-weight:bolder;
rc-web@66 365 margin:0;
rc-web@66 366 padding:0;
rc-web@66 367 position:relative;
rc-web@66 368 left:35px;
rc-web@66 369 top: -10px;
rc-web@66 370 background:transparent;
rc-web@66 371 float:left;
rc-web@66 372 display:inline;
rc-web@66 373 }
rc-web@66 374
rc-web@66 375 #totalcountdown {
rc-web@66 376 font-size: 1.7em;
rc-web@66 377 font-weight:bolder;
rc-web@66 378 color:orange;
rc-web@66 379 position:relative;
rc-web@66 380 left: 0px;
rc-web@66 381 bottom: -3px;
rc-web@66 382 font-weight:bolder;
rc-web@66 383 display:inline;
rc-web@66 384 }
rc-web@66 385
rc-web@66 386 #countinnumber{
rc-web@66 387 border-radius: 15px;
rc-web@66 388 position: absolute;
rc-web@66 389 background-color:black;
rc-web@66 390 font-size: 10em;
rc-web@66 391 font-weight:bolder;
rc-web@66 392 display:inline;
rc-web@66 393 text-align:center;
rc-web@66 394 z-index: 2;
rc-web@66 395 opacity:0.5;
rc-web@66 396 float:left;
rc-web@66 397 }
rc-web@66 398
rc-web@66 399 #content-txt {
rc-web@66 400 width: 100%;
rc-web@66 401 height: 90%;
rc-web@66 402 font-size:3em;
rc-web@66 403 text-align:center;
rc-web@66 404 background-color:black;
rc-web@66 405 border:1px solid white;
rc-web@66 406 margin-left:auto; margin-right:auto;
rc-web@66 407 display:table-cell;
rc-web@66 408 vertical-align:middle;
rc-web@66 409 border-radius: 15px;
rc-web@66 410 }
rc-web@66 411
rc-web@66 412 !#wide { background-color:white; width:5600px; height:90%; border: 1px solid black; padding: 16px 10px 16px 0px; display:inline; }
rc-web@66 413
rc-web@66 414 .outermaster2{
rc-web@66 415 background-color:black;
rc-web@66 416 margin-top:4px;
rc-web@66 417 height: 810px;
rc-web@66 418 width: 6700px;
rc-web@66 419 border-radius: 15px;
rc-web@66 420 position: relative;
rc-web@66 421 +filter: invert(100%);
rc-web@66 422
rc-web@66 423 }
rc-web@66 424
rc-web@66 425 #map { width: 1250px;
rc-web@66 426 position:absolute;
rc-web@66 427 left: -0px;
rc-web@66 428 height: 760px;
rc-web@66 429 padding: 20px 50px 20px 50px;
rc-web@66 430 border: 1px solid gray; background-color: black;}
rc-web@66 431
rc-web@66 432 #outerpreview {
rc-web@66 433 !display:inline;
rc-web@66 434 !float:left;
rc-web@66 435 height:700px;
rc-web@66 436 width: 1200px; padding: 0;
rc-web@66 437 border: 1px solid gray; background-color: black;
rc-web@66 438 margin: 0 auto;
rc-web@66 439 padding: 50px 50px 50px 50px;
rc-web@66 440 position: relative; left:-1200px;
rc-web@66 441 }
rc-web@66 442
rc-web@66 443 .pview { border: 1px solid red; height:49%; width:49%; float:left; background:gray; z-index:-100; }
rc-web@66 444 .pviewmusic { position:relative; top:60px; }
rc-web@66 445
rc-web@66 446 .middle { float: left; width: 10.8%; height: 11%; padding: 0; border: 0; margin: 0.33%;
rc-web@66 447 border: 1px solid red; background:gray; border-radius:10px; } /* 100 = 6 * widt\h + 12 * margin */
rc-web@66 448
rc-web@66 449 .middle p { font-size:2.5em; position:relative; left: 0px; opacity:0.3; color:blue; display:block;}
rc-web@66 450 .middle img { padding: 20px 0px 0px 0px; position:relative; top:-30px;}
rc-web@66 451
rc-web@66 452 .middle:hover img {
rc-web@66 453 z-index:1000;
rc-web@66 454 width:500px;
rc-web@66 455 background-color: orange;
rc-web@66 456 !position: absolute;
rc-web@66 457 border: 0px solid red;
rc-web@66 458 border-radius:20px;
rc-web@66 459 opacity: 1;
rc-web@66 460 box-shadow:4px -4px 10px 3px #888, inset 4px -4px 10px 3px #888;
rc-web@66 461 }
rc-web@66 462
rc-web@66 463 .middle p.indexnum { font-size:1em; color:black;
rc-web@66 464 position:relative; top:-80px; left:90px;
rc-web@66 465 opacity:1;
rc-web@66 466 }
rc-web@66 467
rc-web@66 468 .inner-0, .inner-1, .inner-2, .inner-3 { font-size:2.5em; float: left; width: 47%; height: 50%;
rc-web@66 469 padding: 0; border: 1px solid white; margin: 0;
rc-web@66 470 text-align: center; font-weight: bold;
rc-web@66 471 position:relative; top: -110px; }
rc-web@66 472
rc-web@66 473 .inner-0 { background-color: transparent; }
rc-web@66 474 .inner-1 { background-color: transparent; }
rc-web@66 475 .inner-2 { background-color: transparent; }
rc-web@66 476 .inner-3 { background-color: transparent; }
rc-web@66 477
rc-web@66 478 .musicianprog { display:inline; float:left;
rc-web@66 479 width:10%; background:transparent; height:40px;
rc-web@66 480 padding: 5px 5px 5px 5px; text-align:center; }
rc-web@66 481
rc-web@66 482 .unitseq { display:inline; float:right;
rc-web@66 483 width:10%; background:transparent; height:40px;
rc-web@66 484 padding: 5px 5px 5px 5px; text-align:center;
rc-web@66 485 font-size:2em;}
rc-web@66 486
rc-web@66 487 #links {position:absolute; bottom:150px; left: 800px; width:900px;}
rc-web@66 488 !#transect {position:absolute; bottom:180px; left: 1300px; width:600px;}
rc-web@66 489
rc-web@66 490 .tportpop { background-color:black; width:200px; height: 90px;
rc-web@66 491 margin: 1px solid white; position:relative;
rc-web@66 492 left:300px; top:60px; border: 1px solid green;
rc-web@66 493 border-radius: 10px; padding: 5px; }