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