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