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