annotate www/m/css/nodescore-tablet.css @ 43:7f0485e0d0ff

updates via ljubljana
author tzara <rc-web@kiben.net>
date Sat, 08 Sep 2012 08:25:19 +0000
parents 49c94f63b8b0
children 66bf613fb818
rev   line source
rc-web@42 1 body{
rc-web@42 2 background-color: black;
rc-web@42 3 color: white;
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
rc-web@42 13 h3,h4,h5,h6 {
rc-web@42 14 width: 400px;
rc-web@42 15 background-color: white;
rc-web@42 16 display: inline;
rc-web@42 17 color: #666;
rc-web@42 18 z-index: 2;
rc-web@42 19 }
rc-web@42 20
rc-web@42 21 h1{ background-color: black; color:white;font: 44px Helvetica, Arial; }
rc-web@42 22 h2{ font: 28px Helvetica, Arial; color:white}
rc-web@42 23 h3{ font: 12px Helvetica, Arial; color:white }
rc-web@42 24 h4{ background-color: black; font: 19px Helvetica, Arial;
rc-web@42 25 text-align: center; margin-left:auto; margin-right:auto; color:white}
rc-web@42 26
rc-web@42 27 a:link {color:#666;}
rc-web@42 28 a:visited {color: #666;}
rc-web@42 29 a:hover {color: black; background-color:gray;}
rc-web@42 30 a:active {color: black;background-color:white;}
rc-web@42 31
rc-web@42 32 ul, li, h4, h3, h2, h1, p{
rc-web@42 33 padding:0;
rc-web@42 34 margin:0;
rc-web@42 35 list-style:none;
rc-web@42 36 }
rc-web@42 37
rc-web@42 38
rc-web@42 39 .outermaster{
rc-web@42 40 margin-top:4px;
rc-web@42 41 height: 470px;
rc-web@43 42 width: 1022px;
rc-web@42 43 border-radius: 15px;
rc-web@43 44 !2Bbackground-color:black;
rc-web@43 45 !border: 1px solid gray;
rc-web@42 46 position: relative;
rc-web@42 47 !padding: 5px 5px 5px 5px ;
rc-web@43 48 !color: white;
rc-web@43 49 !opacity:0.8;
rc-web@42 50 !top: 10%
rc-web@42 51 +filter: invert(100%);
rc-web@43 52 !2Bmargin-left: 0px;
rc-web@43 53 !padding:0px;
rc-web@42 54 }
rc-web@42 55
rc-web@42 56 #live{
rc-web@42 57 !margin-left:auto;
rc-web@42 58 !margin-right:auto;
rc-web@42 59 !margin-top:5px;
rc-web@42 60 !margin: 2px;
rc-web@42 61 width: 100%;
rc-web@42 62 height: 465px;
rc-web@42 63 text-align: center;
rc-web@42 64 border-radius: 15px;
rc-web@42 65 background-color:black;
rc-web@42 66 border: 0px solid blue;
rc-web@42 67 position: absolute;
rc-web@42 68 ! padding: 5px 5px 5px 5px ;
rc-web@42 69 color: white;
rc-web@42 70 top: 0px;
rc-web@42 71 +filter: invert(100%);
rc-web@42 72 z-index:-1;
rc-web@42 73 margin-left: 0px;
rc-web@42 74 padding:0px;
rc-web@42 75 }
rc-web@42 76
rc-web@42 77 #info{
rc-web@42 78 position: absolute;
rc-web@42 79 border: 0px solid red;
rc-web@42 80 border-radius:15px;
rc-web@43 81 top: 335px;
rc-web@42 82 !padding: 5px 5px 5px 5px;
rc-web@42 83 height: 135px;
rc-web@42 84 width: 100%;
rc-web@42 85 }
rc-web@42 86
rc-web@42 87 #comms{
rc-web@42 88 border-radius: 15px;
rc-web@42 89 height: 120px;
rc-web@42 90 width: 250px;
rc-web@42 91 margin: 0px;
rc-web@42 92 border: 1px solid gray;
rc-web@42 93 color: black;
rc-web@42 94 float:left;
rc-web@42 95 padding: 5px 5px 5px 5px;
rc-web@42 96 }
rc-web@42 97
rc-web@42 98 #midfoot{
rc-web@42 99 !margin-left:auto; margin-right:auto;
rc-web@42 100 border-radius: 15px;
rc-web@42 101 height: 120px;
rc-web@42 102 width: 30%;
rc-web@42 103 margin: 0px;
rc-web@43 104 margin-left:6%;
rc-web@42 105 border: 1px solid gray;
rc-web@42 106 padding: 5px 5px 5px 5px ;
rc-web@42 107 background: black;
rc-web@42 108 opacity:1;
rc-web@42 109 float:left;
rc-web@42 110 }
rc-web@42 111
rc-web@42 112 #preview{
rc-web@42 113 border-radius: 15px;
rc-web@42 114 height: 120px;
rc-web@43 115 width: 30%;
rc-web@42 116 margin: 0px;
rc-web@42 117 border: 1px solid gray;
rc-web@42 118 !position: absolute;
rc-web@42 119 !top: 325px;
rc-web@42 120 !right: 0px;
rc-web@42 121 padding: 5px 5px 5px 5px ;
rc-web@42 122 color: black;
rc-web@42 123 overflow:hidden;
rc-web@42 124 float:right;
rc-web@43 125 font-size:1em;
rc-web@42 126 }
rc-web@43 127 #preview img{margin-top:15px;}
rc-web@42 128
rc-web@42 129 #timeinfo{
rc-web@42 130 border-radius: 15px;
rc-web@42 131 height:80px;
rc-web@42 132 width: 95%;
rc-web@42 133 margin: 0px;
rc-web@42 134 padding: 5px 5px 5px 5px ;
rc-web@42 135 background: transparent;
rc-web@42 136 position:relative;
rc-web@42 137 top:30px;
rc-web@42 138 }
rc-web@42 139
rc-web@42 140 #remainingtime{
rc-web@42 141 !display:table-cell; vertical-align:middle;
rc-web@43 142 padding:0;
rc-web@43 143 margin:0;
rc-web@42 144 font-size:1.4em;
rc-web@42 145 color:white;
rc-web@42 146 position:relative;
rc-web@43 147 left:40px;
rc-web@43 148 top:90px;
rc-web@43 149 width:120px;
rc-web@42 150 float:left;
rc-web@42 151 background-color:transparent;
rc-web@42 152 }
rc-web@42 153
rc-web@42 154 .footdata{
rc-web@42 155 !margin-top:10px;
rc-web@42 156 margin-left:auto; margin-right:auto;
rc-web@42 157 border-radius: 15px;
rc-web@42 158 height: 50px;
rc-web@42 159 width: 100%;
rc-web@42 160 !margin: 10px;
rc-web@42 161 border: 0px solid gray;
rc-web@42 162 position:absolute;
rc-web@42 163 top: 0px;
rc-web@42 164 ! padding: 5px 5px 5px 5px ;
rc-web@42 165 background: black;
rc-web@42 166 opacity:1;
rc-web@42 167 }
rc-web@42 168
rc-web@42 169
rc-web@42 170 .outersquare{
rc-web@42 171 border-radius: 15px;
rc-web@42 172 border: 1px solid blue;
rc-web@42 173 ! position: absolute;
rc-web@42 174 !top: 50px;
rc-web@42 175 !left: 110px;
rc-web@42 176 padding: 1px 1px 1px 1px ;
rc-web@42 177 background: black;
rc-web@42 178 width: 99%;
rc-web@42 179 height: 690px;
rc-web@42 180 }
rc-web@42 181
rc-web@42 182 .svgmusic {
rc-web@43 183 padding:0px;
rc-web@43 184 border: 1px solid gray;
rc-web@42 185 display:block;
rc-web@42 186 border-radius: 15px;
rc-web@42 187 margin: 0px;
rc-web@42 188 width: 100%;
rc-web@43 189 height: 330px;
rc-web@42 190 }
rc-web@42 191
rc-web@42 192 .magicsquare {
rc-web@42 193 ! margin: 10px;
rc-web@42 194 border-radius: 5px;
rc-web@42 195 border: 1px solid yellow;
rc-web@42 196 !padding: 2px 2px 2px 2px;
rc-web@42 197 background: transparent;
rc-web@42 198 width: 50px; height: 45px;
rc-web@42 199 border-radius: 10px;
rc-web@42 200 float: left;
rc-web@42 201 color: white;
rc-web@42 202 font-size: 3em;
rc-web@42 203 text-align: center;
rc-web@42 204 }
rc-web@42 205
rc-web@42 206 .latencies{
rc-web@42 207 ! height: 90px; width: 200px;
rc-web@42 208 ! border: 1px solid blue;
rc-web@42 209 ! position: relative; top: 15%;
rc-web@42 210 ! float: right;
rc-web@42 211 ! padding: 5px 5px 5px 5px ;
rc-web@42 212 ! background-color: yellow;
rc-web@42 213 }
rc-web@42 214
rc-web@42 215
rc-web@42 216 #datetime{
rc-web@43 217 display:table-cell; vertical-align:middle;
rc-web@43 218 width:90px;
rc-web@42 219 !padding: 1px 1px 1px 1px;
rc-web@43 220 font-size:0.9em; color: white;
rc-web@43 221 text-align:center;
rc-web@43 222 position: relative;
rc-web@43 223 bottom: 25px;
rc-web@43 224 right: 4px;
rc-web@43 225 float: left;
rc-web@43 226 background-color: transparent;
rc-web@42 227 !opacity: 0.7;
rc-web@42 228 }
rc-web@42 229
rc-web@42 230 #current{
rc-web@42 231 float:right;
rc-web@42 232 position: relative;
rc-web@43 233 right: 70%;
rc-web@43 234 bottom:50px;
rc-web@42 235 font-size:1.7em;
rc-web@42 236 font-weight: bold;
rc-web@42 237 color: white;
rc-web@42 238 background-color: transparent;
rc-web@42 239 z-index: 3;
rc-web@42 240 opacity: 0.8;
rc-web@42 241 padding: 3px 3px 3px 3px;
rc-web@42 242 }
rc-web@42 243
rc-web@42 244 #client_latency{
rc-web@42 245 background:transparent;
rc-web@42 246 width:135px;
rc-web@43 247 font-size:1em;
rc-web@42 248 color: white;
rc-web@42 249 z-index: 1;
rc-web@42 250 padding: 3px 3px 3px 3px;
rc-web@43 251 opacity: 0.8;
rc-web@42 252 float:left;
rc-web@42 253 position:relative;
rc-web@43 254 left: 90px;
rc-web@43 255 bottom: 72px;
rc-web@42 256
rc-web@42 257 }
rc-web@42 258
rc-web@42 259 .metrocase {
rc-web@42 260 float:right;
rc-web@42 261 border-radius: 5px;
rc-web@42 262 position: relative;
rc-web@43 263 right: 20px;
rc-web@42 264 top:-25px;
rc-web@43 265 width: 60px;
rc-web@42 266 height: 30px;
rc-web@42 267 color: black;
rc-web@42 268 text-align: center;
rc-web@42 269 font-size: 4em; font-color: black;
rc-web@42 270 background: transparent;
rc-web@42 271 z-index: 2;
rc-web@42 272 border: 1px solid white;
rc-web@42 273 }
rc-web@42 274
rc-web@43 275 #metronome0 { position: absolute; width: 60px; height: 30px; border-radius: 5px; float:left; }
rc-web@42 276 #metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 277 #metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 278 #metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 279
rc-web@42 280 #fluid {}
rc-web@42 281 .fluid-img{ height:50%; width:50%; }
rc-web@42 282
rc-web@42 283 .clear { clear:both; }
rc-web@42 284
rc-web@42 285 #midcomms{
rc-web@42 286 color:white;
rc-web@42 287 width:160px;
rc-web@42 288 height:40px;
rc-web@42 289 background-color:transparent;
rc-web@42 290 border: 0px solid yellow;
rc-web@42 291 float:left;
rc-web@42 292 }
rc-web@42 293
rc-web@42 294 #client_chronometer{
rc-web@42 295 display:table-cell; vertical-align:middle;
rc-web@42 296 border-radius: 15px;
rc-web@42 297 !border: 2px solid gray ;
rc-web@42 298 float:right;
rc-web@43 299 background-color: transparent;
rc-web@42 300 color: white;
rc-web@43 301 font-size: 3.7em;
rc-web@42 302 text-align: center;
rc-web@43 303 opacity:0.8;
rc-web@42 304 position: relative;
rc-web@43 305 left: 10px;
rc-web@43 306 bottom:64px;
rc-web@43 307 width: 210px;
rc-web@42 308 !height: 40px;
rc-web@42 309 z-position: 2;
rc-web@42 310 }
rc-web@42 311
rc-web@42 312 #counttitle{
rc-web@42 313 font-size:3em;
rc-web@42 314 margin:0;
rc-web@42 315 float:left;
rc-web@42 316 width:120px;
rc-web@42 317 position:relative;
rc-web@43 318 top:-5px;
rc-web@43 319 left:20px;
rc-web@42 320 }
rc-web@42 321
rc-web@42 322 #count {
rc-web@42 323 width:40px;
rc-web@42 324 font-size: 5em;
rc-web@42 325 font-weight:bolder;
rc-web@43 326 font-align:center;
rc-web@42 327 margin:0;
rc-web@42 328 padding:0;
rc-web@42 329 position:relative;
rc-web@43 330 left:35px;
rc-web@42 331 top: -10px;
rc-web@42 332 background:transparent;
rc-web@42 333 float:left;
rc-web@42 334 display:inline;
rc-web@42 335 }
rc-web@42 336
rc-web@42 337 #totalcountdown {
rc-web@43 338 font-size: 1.7em;
rc-web@43 339 font-weight:bolder;
rc-web@43 340 color:orange;
rc-web@42 341 position:relative;
rc-web@43 342 left: 0px;
rc-web@43 343 bottom: -3px;
rc-web@42 344 !text-align:center
rc-web@42 345 font-weight:bolder;
rc-web@42 346 !width:100%;
rc-web@42 347 !float:left;
rc-web@42 348 display:inline;
rc-web@42 349
rc-web@42 350
rc-web@42 351 }
rc-web@42 352
rc-web@42 353 #countinnumber{
rc-web@42 354 border-radius: 15px;
rc-web@42 355 position: absolute;
rc-web@42 356 !width: 100%;
rc-web@42 357 !height: 90%;
rc-web@42 358 background-color:black;
rc-web@42 359 font-size: 10em;
rc-web@42 360 font-weight:bolder;
rc-web@42 361 display:inline;
rc-web@42 362 text-align:center;
rc-web@42 363 z-index: 2;
rc-web@42 364 opacity:0.5;
rc-web@42 365 float:left;
rc-web@42 366 }
rc-web@42 367
rc-web@42 368 #content-txt {
rc-web@42 369 width: 100%; height: 90%;
rc-web@42 370 font-size:3em;
rc-web@42 371 text-align:center;
rc-web@42 372 background-color:black;
rc-web@42 373 border:1px solid white;
rc-web@42 374 margin-left:auto; margin-right:auto;
rc-web@42 375 display:table-cell;
rc-web@42 376 vertical-align:middle;
rc-web@42 377 border-radius: 15px;
rc-web@42 378 }