annotate www/martin/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 1e32f0a70594
children
rev   line source
rc@74 1 body{
rc@74 2 font: 12px Helvetica, Arial;
rc@74 3 margin-left:0px;
rc@74 4 height:100%;
rc@74 5 }
rc@74 6
rc@74 7 h3,h4,h5,h6 {
rc@74 8 width: 400px;
rc@74 9 display: inline;
rc@74 10 color: #666;
rc@74 11 z-index: 2;
rc@74 12 }
rc@74 13
rob@80 14 h1{ font: 44px Helvetica, Arial; }
rob@80 15 h2 { font: 18px Helvetica, Arial; }
rob@80 16 h3{ font: 12px Helvetica, Arial; }
rc@75 17
rob@80 18 h4{ font: 19px Helvetica, Arial;
rc@75 19 text-align: center; margin-left:auto; margin-right:auto;
rc@75 20 }
rc@74 21
rc@74 22 a:link { color:#666;}
rc@74 23 a:visited { color: #666;}
rc@74 24 a:hover { color: black; background-color:orange; }
rob@79 25 a:active { color: black; background-color:white; }
rc@74 26
rc@74 27 ul, li, h4, h3, h2, h1, p{
rc@74 28 padding:0;
rc@74 29 margin:0;
rc@74 30 list-style:none;
rc@74 31 }
rc@74 32
rob@83 33 .soloscore{
rob@84 34 margin:0;
rob@90 35 margin-right:200px;
rc@74 36 float:right;
rob@90 37 height: 650px;
rob@84 38 width: 1150px;
rc@74 39 position: absolute;
rob@84 40 top:9%;
rc@74 41 left: 3000px;
rob@80 42 !margin: 0 auto;
rob@83 43 background:transparent;
rob@90 44 border:1px dashed red;
rc@74 45 }
rc@74 46
rob@90 47 #soloscore.anchor{display: block; position: relative; left: 1250px; visibility: hidden;}
rob@90 48
rc@74 49 #info{
rob@91 50 position: absolute;
rob@91 51 border-radius:15px;
rob@91 52 float:bottom;
rob@91 53 !top: 450px;
rob@91 54 height: 135px;
rob@91 55 width: 100%;
rc@74 56 }
rc@74 57
rc@74 58 #comms{
rob@81 59 position:fixed;
rob@90 60 top:12%;
rob@90 61 right: 10px;
rob@90 62 height: 70%;
rob@90 63 width: 180px;
rc@74 64 margin: 0px;
rob@97 65 color: white;
rc@74 66 }
rc@74 67
rob@97 68
rc@74 69 #preview{
rc@74 70 border-radius: 15px;
rc@74 71 height: 120px;
rc@74 72 width: 30%;
rc@74 73 margin: 0px;
rc@74 74 border: 1px solid gray;
rob@80 75 padding: 5px 5px 5px 5px;
rc@74 76 float:right;
rc@74 77 font-size:1em;
rc@74 78 }
rob@79 79
rob@80 80 #preview img{
rob@80 81 margin-top:15px;
rob@80 82 width:300px;
rob@80 83 background:transparent;
rob@80 84 position: relative;
rob@80 85 top:-20px;
rob@80 86 }
rc@74 87
rc@74 88 #remainingtime{
rob@80 89 padding:0px 10px;
rc@74 90 margin:0;
rob@80 91 font-size:2.2em;
rob@80 92 width:150px;
rob@80 93 float:right;
rob@80 94 !background-color:blue;
rob@80 95 position:relative;
rob@80 96 top:-5px;
rob@80 97 !left:0px;
rc@74 98 }
rc@74 99
rc@74 100 .footdata{
rc@74 101 margin-left:auto; margin-right:auto;
rc@74 102 border-radius: 15px;
rc@74 103 height: 50px;
rc@74 104 width: 100%;
rc@74 105 border: 0px solid gray;
rc@74 106 position:absolute;
rc@74 107 top: 0px;
rc@74 108 opacity:1;
rc@74 109 }
rc@74 110
rc@74 111 .outersquare{
rc@74 112 border-radius: 15px;
rc@74 113 border: 1px solid blue;
rc@74 114 padding: 1px 1px 1px 1px ;
rc@74 115 width: 99%;
rc@74 116 height: 490px;
rc@74 117 }
rc@74 118
rc@74 119 .svgmusic {
rc@74 120 padding:0px;
rob@90 121 border: 1px dashed green;
rc@74 122 display:block;
rc@74 123 border-radius: 15px;
rc@74 124 margin: 0px;
rc@74 125 width: 100%;
rc@74 126 height: 445px;
rob@79 127 min-height: 445px;
rob@79 128
rc@74 129 }
rc@74 130
rc@74 131
rob@79 132 #thesquare{ position:absolute;
rob@79 133 width:700px;
rob@79 134 }
rc@74 135 .magicsquare {
rc@74 136 border: 1px solid white;
rc@74 137 padding: 2px 2px 2px 2px;
rc@74 138 width: 110px;
rc@74 139 height: 100px;
rc@74 140 float: left;
rc@74 141 font-size: 3em;
rc@74 142 text-align:center
rc@74 143 }
rc@74 144
rob@80 145 .sqa {height:50%; width:50%; float:left; color: blue; }
rc@74 146 .sqb {height:50%; width:50%; float:right; color: green; }
rc@74 147 .sqc {height:50%; width:50%; float:left; color: aqua; }
rc@74 148 .sqd {height:50%; width:50%; float:right; color:red; }
rc@74 149
rob@81 150 .row { display:inline; }
rc@74 151 .row img{ width:160px; display:inline;}
rob@81 152 .row p{ display:inline; color:yellow;}
rob@81 153 .rrr { position:relative; display:inline;}
rc@74 154
rc@74 155 .sqrow{
rc@74 156 display:inline;
rc@74 157 padding: 2px 2px 10px 2px;
rc@74 158
rc@74 159 }
rc@74 160
rc@74 161 .latencies{
rc@74 162 /* height: 90px; width: 200px;
rc@74 163 border: 1px solid blue;
rc@74 164 position: relative; top: 15%;
rc@74 165 float: right;
rc@74 166 padding: 5px 5px 5px 5px ;
rc@74 167 background-color: yellow;
rc@74 168 */
rc@74 169 }
rc@74 170
rc@74 171 #datetime{
rob@79 172 float:left;
rc@74 173 width:90px;
rob@79 174 font-size:0.9em;
rc@74 175 text-align:center;
rc@74 176 background-color: transparent;
rc@74 177 }
rc@74 178
rc@74 179 #current{
rc@74 180 font-size:1.7em;
rob@79 181 font-weight: bold;
rc@74 182 background-color: transparent;
rc@74 183 z-index: 3;
rc@74 184 opacity: 0.8;
rc@74 185 padding: 3px 3px 3px 3px;
rc@74 186 }
rc@74 187
rc@74 188 #client_latency{
rob@79 189 position:absolute;
rob@79 190 right:100px;
rob@79 191 top:1px;
rc@74 192 background:transparent;
rob@79 193 float:right;
rc@74 194 font-size:1em;
rob@80 195 padding:0px 0px 10px 0px;
rc@74 196 }
rc@74 197
rc@74 198 #fluid {}
rc@74 199 .fluid-img{ height:50%; width:50%; }
rc@74 200 .clear { clear:both; }
rc@74 201
rc@74 202 #client_chronometer{
rob@79 203 float:right;
rc@75 204 font-size:3em;
rob@79 205 margin-right:50px;
rob@80 206 margin-top:10px;
rob@90 207 color:white;
rob@90 208 }
rob@90 209
rob@90 210 #views{
rob@90 211 position:absolute;
rob@90 212 left:65%;
rob@90 213 top:15px;
rob@90 214 float:left;
rob@90 215 }
rob@90 216
rob@90 217 .btn{background:yellow;
rob@93 218 font-size:1.2em;
rob@93 219 padding:1px;
rob@90 220 }
rob@90 221
rob@90 222 .formrow{
rob@90 223 float:left;
rob@90 224 }
rob@90 225
rob@90 226 #setPart{
rob@90 227 float:right;
rob@90 228 margin-right:70px;
rob@97 229 margin-top:15px;
rob@90 230 font-size:1.3em;
rob@90 231 background:orange;
rob@97 232 height:28px;
rc@74 233 }
rc@74 234
rc@74 235 #transport{
rob@80 236 position:absolute;
rob@80 237 right:240px;
rob@80 238 top:15px;
rob@80 239 float:right;
rob@90 240 color:white;
rob@90 241 font-size:1.3em;
rc@74 242 }
rc@74 243
rob@90 244 .transpbtn{
rob@90 245 color:white;
rob@93 246 font-size:1em;
rob@93 247 padding:1px;
rob@90 248 }
rob@90 249
rc@74 250 #ctrlstop{
rc@74 251 position:absolute;
rc@74 252 padding: 5px;
rc@75 253 border: 1px solid gray;
rc@74 254 bottom:120px;
rc@74 255 left:1800px;
rc@74 256 height:80px;
rc@74 257 width:230px;
rc@74 258 border-radius: 15px;
rc@74 259 color: gray;
rc@74 260 font-size: 3.5em;
rc@74 261 }
rc@74 262
rc@74 263 #counttitle{
rob@84 264 padding-left:10px;
rob@83 265 font-size:2em;
rc@74 266 margin:0;
rc@74 267 float:left;
rc@74 268 position:relative;
rc@74 269 top:-5px;
rc@74 270 }
rc@74 271
rob@84 272 .count {
rc@74 273 width:40px;
rob@84 274 font-size:2.5em;
rc@74 275 font-weight:bolder;
rc@74 276 margin:0;
rc@74 277 padding:0;
rc@74 278 position:relative;
rob@84 279 left:15%;
rob@93 280 top: -10px;
rc@74 281 background:transparent;
rc@74 282 float:left;
rc@74 283 }
rc@74 284
rob@84 285 #count{
rob@84 286 position:absolute;
rob@84 287 top:30%;
rob@84 288 }
rob@84 289
rob@84 290 #totalcountdown {
rob@84 291 position:absolute;
rob@84 292 top:-10%;
rob@84 293 left:20%;
rob@84 294 font-size:2em;
rob@84 295 font-weight:bolder;
rc@74 296 }
rc@74 297
rc@74 298 #countinnumber{
rc@74 299 border-radius: 15px;
rc@74 300 position: absolute;
rc@74 301 font-size: 10em;
rc@74 302 font-weight:bolder;
rc@74 303 display:inline;
rc@74 304 text-align:center;
rc@74 305 z-index: 2;
rc@74 306 opacity:0.5;
rc@74 307 float:left;
rc@74 308 }
rc@74 309
rc@74 310 #content-txt {
rc@74 311 width: 100%;
rc@74 312 height: 90%;
rc@74 313 font-size:3em;
rc@74 314 text-align:center;
rob@79 315 border:1px solid black;
rc@74 316 margin-left:auto; margin-right:auto;
rc@74 317 display:table-cell;
rc@74 318 vertical-align:middle;
rc@74 319 border-radius: 15px;
rc@74 320 }
rc@74 321
rc@74 322 .outermaster2{
rob@80 323 margin-top:5%;
rob@84 324 height: 700px;
rob@79 325 width: 4400px;
rc@74 326 border-radius: 15px;
rob@80 327 }
rc@74 328
rob@93 329 #preview-overview { width: 1200px;
rob@80 330 height: 600px;
rob@91 331 padding: 0px 0px 0px 115px;
rc@75 332 }
rc@74 333
rob@93 334 #preview-multi {
rob@84 335 height:700px;
rob@84 336 width: 1250px;
rob@80 337 padding: 0;
rob@80 338 position: absolute;
rob@79 339 left:1500px;
rob@80 340 top:60px;
rc@74 341 }
rc@74 342
rob@83 343 #preview-solo{
rob@93 344 position:absolute;
rob@93 345 border:0x dashed red;
rob@93 346 height:520px;
rob@83 347 }
rob@83 348
rob@84 349 #previewbox-solo-next{
rob@93 350 position:absolute;
rob@84 351 }
rob@84 352
rob@84 353 .solo-next{
rob@93 354 position:absolute;
rob@93 355 border:1px dashed blue;
rob@93 356 height:120px;
rob@93 357 width:22%;
rob@93 358 !float: right;
rob@93 359 bottom:0;
rob@93 360 right:0;
rob@93 361 background:transparent;
rob@93 362 padding:4px;
rob@93 363 margin:4px;
rob@84 364 }
rob@84 365
rob@84 366
rob@84 367 #nexttitle{
rob@84 368 position:absolute;
rob@94 369 left: -130px;
rob@94 370 top: 30px;
rob@97 371 color: orange;
rob@97 372 !z-index:1000;
rob@84 373 font-size:3em;
rob@94 374 opacity:0.6;
rob@84 375 }
rob@83 376
rob@80 377 .pview {
rob@80 378 border: 1px dashed gray;
rob@90 379 height:45%; width:45%; float:left;
rob@80 380 background:white;
rob@80 381 z-index:-100;
rob@84 382 margin-left:15px;
rob@84 383 margin-top:15px;
rob@83 384 position:relative;
rob@83 385 }
rob@93 386
rob@83 387 .pviewsolo {
rob@83 388 border: 1px dashed gray;
rob@83 389 width:100%;
rob@83 390 float:left;
rob@83 391 background:white;
rob@83 392 z-index:-100;
rob@83 393 position:relative;
rob@80 394 }
rc@74 395
rob@80 396 .pviewmusic {
rob@93 397 padding-top:40px;
rob@80 398 }
rc@74 399
rob@80 400 .middle { float: left;
rob@80 401 width: 10.8%;
rob@81 402 height: 12%;
rob@80 403 padding: 0;
rob@80 404 border: 0;
rob@80 405 margin: 0.33%;
rob@80 406 border: 1px dashed black;
rob@80 407 background:white;
rob@80 408 border-radius:1px;
rob@80 409 } /* 100 = 6 * widt\h + 12 * margin */
rc@74 410
rob@80 411 .middle p { font-size:2em;
rob@80 412 position:relative;
rob@83 413 left: 0px; opacity:0.5;
rob@80 414 color:blue;
rob@80 415 display:block;
rob@80 416 }
rob@80 417
rob@83 418 .middle img { padding: 0px 0px 0px 0px;
rob@83 419 position:relative; top:-15px;
rob@80 420 }
rob@80 421
rob@90 422 .middle:hover img {
rc@74 423 z-index:1000;
rc@74 424 width:500px;
rob@79 425 background-color: white;
rob@90 426 position: relative;
rob@90 427 top:60px;
rob@90 428 left:50px;
rc@74 429 border: 0px solid red;
rob@80 430 border-radius:10px;
rc@74 431 opacity: 1;
rc@74 432 box-shadow:4px -4px 10px 3px #888, inset 4px -4px 10px 3px #888;
rc@74 433 }
rc@74 434
rc@74 435 .middle p.indexnum { font-size:1em; color:black;
rc@74 436 position:relative; top:-80px; left:90px;
rc@74 437 opacity:1;
rc@74 438 }
rc@74 439
rob@79 440 .inner-0, .inner-1, .inner-2, .inner-3 {
rob@83 441 font-size:1em;
rob@81 442 float: left; width: 45%; height: 45%;
rob@80 443 padding: 0; border: 1px dashed gray;
rob@80 444 margin: 0;
rob@80 445 text-align: center;
rob@80 446 font-weight: bold;
rob@83 447 position:absolute;
rob@83 448 top: -105px;
rob@83 449
rob@79 450 }
rc@74 451
rc@74 452 .inner-0 { background-color: transparent; }
rc@74 453 .inner-1 { background-color: transparent; }
rc@74 454 .inner-2 { background-color: transparent; }
rc@74 455 .inner-3 { background-color: transparent; }
rc@74 456
rob@93 457 .musicianprog {
rob@93 458 display:inline;
rob@93 459 float:left;
rob@93 460 width:9%; background:transparent; height:14%;
rob@93 461 padding: 1px; text-align:center;
rob@93 462 position:absolute;
rob@93 463 }
rob@83 464
rob@83 465
rob@90 466 .tleftgroup {
rob@93 467 padding-top:0px;
rob@93 468 }
rob@90 469
rob@93 470 .timeleft {
rob@93 471 display:inline;
rob@93 472 width:9%;
rob@93 473 background:transparent;
rob@93 474 height:14%;
rob@93 475 padding: 1px;
rob@93 476 text-align:center;
rob@93 477 font-size:2.5em;
rob@93 478 position:absolute;
rob@93 479 right:0%;
rob@93 480 color:orange;
rob@93 481 padding:0;
rob@93 482 margin:0;
rob@93 483 }
rob@83 484
rc@74 485
rob@79 486 .unitseq {
rob@84 487 position:absolute;
rob@84 488 right:40%;
rob@79 489 text-align:center;
rob@84 490 font-size:2em;
rob@84 491 color:gray;
rob@84 492 margin:0;
rob@84 493 padding:0;
rob@79 494 }
rob@79 495
rob@79 496 .head{
rob@80 497 background:gray;
rob@81 498 opacity:1;
rob@80 499 padding:4px 0px 0px 4px;
rob@81 500 height:7%;
rob@80 501 position:fixed;
rob@80 502 top:0px;
rob@80 503 width:100%;
rob@79 504 }
rob@79 505
rob@79 506 .footx{
rob@81 507 margin:0px;
rob@79 508 background:gray;
rob@81 509 opacity:1;
rob@79 510 padding:10px;
rob@81 511 height:7%;
rob@79 512 position:fixed;
rob@79 513 bottom:0px;
rob@79 514 width:100%;
rob@81 515 padding:0px 0px 0px 10px;
rob@79 516 }
rob@79 517
rob@79 518
rob@79 519 #indexpagetitle{
rob@90 520 font-size:1.5em;
rob@79 521 float:left;
rob@90 522 margin-left:8%;
rob@90 523 padding:10px;
rob@79 524 margin-bottom:0px;
rob@81 525 color:white;
rob@81 526 letter-spacing:4px;
rob@79 527 }
rob@79 528
rob@79 529 .metrocase {
rob@79 530 margin-left:20px;
rob@82 531 margin-top:5px;
rob@79 532 float:left;
rob@82 533 border-radius: 4px;
rob@79 534 width: 60px;
rob@79 535 height:30px;
rob@79 536 color: black;
rob@79 537 text-align: center;
rob@79 538 font-size: 4em;
rob@79 539 border: 1px solid white;
rob@79 540 }
rob@79 541
rob@82 542 #metronome0 { width: 60px; height: 30px; border-radius: 4px; float:left; }
rc@74 543 #links {position:absolute; bottom:150px; left: 800px; width:900px;}
rob@93 544
rob@90 545 #transect {
rob@93 546 float:left;
rob@93 547 font-size:2em;
rob@93 548 padding:3px;
rob@93 549 padding-left:20px;
rob@93 550 margin-top:15px;
rob@93 551 background:yellow;
rob@93 552 width:250px;
rob@90 553 }
rob@79 554
rob@79 555 .tportpop {
rob@80 556 width:200px;
rob@80 557 height: 90px;
rob@80 558 margin: 1px solid white;
rob@80 559 position:relative;
rob@80 560 left:300px; top:60px;
rob@80 561 border: 1px solid green;
rob@80 562 border-radius: 1px; padding: 5px;
rob@79 563 }