annotate www/m/css/nodescore-tablet.css @ 42:49c94f63b8b0

css for nexus 7 and associated files- archive m.a added - remove later
author tzara <rc-web@kiben.net>
date Tue, 04 Sep 2012 07:25:49 +0000
parents
children 7f0485e0d0ff
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@42 6 margin-top:0px;
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@42 42 width: 1024px;
rc-web@42 43 border-radius: 15px;
rc-web@42 44 background-color:black;
rc-web@42 45 border: 1px solid gray;
rc-web@42 46 position: relative;
rc-web@42 47 !padding: 5px 5px 5px 5px ;
rc-web@42 48 color: white;
rc-web@42 49 opacity:0.8;
rc-web@42 50 !top: 10%
rc-web@42 51 +filter: invert(100%);
rc-web@42 52 margin-left: 0px;
rc-web@42 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@42 81 top: 338px;
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@42 104 margin-left:15px;
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@42 115 width: 400px;
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@42 125 }
rc-web@42 126
rc-web@42 127 #timeinfo{
rc-web@42 128 border-radius: 15px;
rc-web@42 129 height:80px;
rc-web@42 130 width: 95%;
rc-web@42 131 margin: 0px;
rc-web@42 132 padding: 5px 5px 5px 5px ;
rc-web@42 133 background: transparent;
rc-web@42 134 position:relative;
rc-web@42 135 top:30px;
rc-web@42 136 }
rc-web@42 137
rc-web@42 138 #remainingtime{
rc-web@42 139 !display:table-cell; vertical-align:middle;
rc-web@42 140 font-size:1.4em;
rc-web@42 141 color:white;
rc-web@42 142 position:relative;
rc-web@42 143 left:30px;
rc-web@42 144 top:40px;
rc-web@42 145 width: 120px;
rc-web@42 146 float:left;
rc-web@42 147 background-color:transparent;
rc-web@42 148 }
rc-web@42 149
rc-web@42 150 .footdata{
rc-web@42 151 !margin-top:10px;
rc-web@42 152 margin-left:auto; margin-right:auto;
rc-web@42 153 border-radius: 15px;
rc-web@42 154 height: 50px;
rc-web@42 155 width: 100%;
rc-web@42 156 !margin: 10px;
rc-web@42 157 border: 0px solid gray;
rc-web@42 158 position:absolute;
rc-web@42 159 top: 0px;
rc-web@42 160 ! padding: 5px 5px 5px 5px ;
rc-web@42 161 background: black;
rc-web@42 162 opacity:1;
rc-web@42 163 }
rc-web@42 164
rc-web@42 165
rc-web@42 166 .outersquare{
rc-web@42 167 border-radius: 15px;
rc-web@42 168 border: 1px solid blue;
rc-web@42 169 ! position: absolute;
rc-web@42 170 !top: 50px;
rc-web@42 171 !left: 110px;
rc-web@42 172 padding: 1px 1px 1px 1px ;
rc-web@42 173 background: black;
rc-web@42 174 width: 99%;
rc-web@42 175 height: 690px;
rc-web@42 176 }
rc-web@42 177
rc-web@42 178 .svgmusic {
rc-web@42 179 display:block;
rc-web@42 180 border-radius: 15px;
rc-web@42 181 margin: 0px;
rc-web@42 182 width: 100%;
rc-web@42 183 height: 450px;
rc-web@42 184 }
rc-web@42 185
rc-web@42 186 .magicsquare {
rc-web@42 187 ! margin: 10px;
rc-web@42 188 border-radius: 5px;
rc-web@42 189 border: 1px solid yellow;
rc-web@42 190 !padding: 2px 2px 2px 2px;
rc-web@42 191 background: transparent;
rc-web@42 192 width: 50px; height: 45px;
rc-web@42 193 border-radius: 10px;
rc-web@42 194 float: left;
rc-web@42 195 color: white;
rc-web@42 196 font-size: 3em;
rc-web@42 197 text-align: center;
rc-web@42 198 }
rc-web@42 199
rc-web@42 200 .latencies{
rc-web@42 201 ! height: 90px; width: 200px;
rc-web@42 202 ! border: 1px solid blue;
rc-web@42 203 ! position: relative; top: 15%;
rc-web@42 204 ! float: right;
rc-web@42 205 ! padding: 5px 5px 5px 5px ;
rc-web@42 206 ! background-color: yellow;
rc-web@42 207 }
rc-web@42 208
rc-web@42 209
rc-web@42 210 #datetime{
rc-web@42 211 ! display:table-cell; vertical-align:middle;
rc-web@42 212 width:80px;
rc-web@42 213 float:clear;
rc-web@42 214 !margin-top: 30px;
rc-web@42 215 !margin-right: 30px;
rc-web@42 216 !float:left;
rc-web@42 217 !padding: 1px 1px 1px 1px;
rc-web@42 218 font-size:1em; color: white;
rc-web@42 219 !position: absolute;
rc-web@42 220 !bottom: 10px;
rc-web@42 221 !left: 25%;
rc-web@42 222 !float: left;
rc-web@42 223 !background-color: transparent;
rc-web@42 224 !opacity: 0.7;
rc-web@42 225 }
rc-web@42 226
rc-web@42 227 #current{
rc-web@42 228 float:right;
rc-web@42 229 position: relative;
rc-web@42 230 right: 5%;
rc-web@42 231 bottom:-5px;
rc-web@42 232 font-size:1.7em;
rc-web@42 233 font-weight: bold;
rc-web@42 234 color: white;
rc-web@42 235 background-color: transparent;
rc-web@42 236 z-index: 3;
rc-web@42 237 opacity: 0.8;
rc-web@42 238 padding: 3px 3px 3px 3px;
rc-web@42 239 }
rc-web@42 240
rc-web@42 241 #client_latency{
rc-web@42 242 background:transparent;
rc-web@42 243 width:135px;
rc-web@42 244 font-size:1.2em;
rc-web@42 245 color: white;
rc-web@42 246 z-index: 1;
rc-web@42 247 padding: 3px 3px 3px 3px;
rc-web@42 248 opacity: 0.6;
rc-web@42 249 float:left;
rc-web@42 250 position:relative;
rc-web@42 251 left: 100px;
rc-web@42 252 bottom: 10px;
rc-web@42 253
rc-web@42 254 }
rc-web@42 255
rc-web@42 256 .metrocase {
rc-web@42 257 float:right;
rc-web@42 258 border-radius: 5px;
rc-web@42 259 position: relative;
rc-web@42 260 right: 40px;
rc-web@42 261 top:-25px;
rc-web@42 262 width: 50px;
rc-web@42 263 height: 30px;
rc-web@42 264 color: black;
rc-web@42 265 text-align: center;
rc-web@42 266 font-size: 4em; font-color: black;
rc-web@42 267 background: transparent;
rc-web@42 268 z-index: 2;
rc-web@42 269 border: 1px solid white;
rc-web@42 270 }
rc-web@42 271
rc-web@42 272 #metronome0 { position: absolute; width: 50px; height: 30px; border-radius: 5px; float:left; }
rc-web@42 273 #metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 274 #metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 275 #metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 276
rc-web@42 277 #fluid {}
rc-web@42 278 .fluid-img{ height:50%; width:50%; }
rc-web@42 279
rc-web@42 280 .clear { clear:both; }
rc-web@42 281
rc-web@42 282 #midcomms{
rc-web@42 283 color:white;
rc-web@42 284 width:160px;
rc-web@42 285 height:40px;
rc-web@42 286 background-color:transparent;
rc-web@42 287 border: 0px solid yellow;
rc-web@42 288 float:left;
rc-web@42 289 }
rc-web@42 290
rc-web@42 291 #client_chronometer{
rc-web@42 292 display:table-cell; vertical-align:middle;
rc-web@42 293 border-radius: 15px;
rc-web@42 294 !border: 2px solid gray ;
rc-web@42 295 float:right;
rc-web@42 296 background-color: black;
rc-web@42 297 color: white;
rc-web@42 298 font-size: 2.8em;
rc-web@42 299 text-align: center;
rc-web@42 300 opacity:0.7;
rc-web@42 301 position: relative;
rc-web@42 302 left: 20px;
rc-web@42 303 bottom:10px;
rc-web@42 304 width: 200px;
rc-web@42 305 !height: 40px;
rc-web@42 306 z-position: 2;
rc-web@42 307 }
rc-web@42 308
rc-web@42 309 #counttitle{
rc-web@42 310 font-size:3em;
rc-web@42 311 margin:0;
rc-web@42 312 float:left;
rc-web@42 313 width:120px;
rc-web@42 314 position:relative;
rc-web@42 315 top:5px;
rc-web@42 316 left:5px;
rc-web@42 317 }
rc-web@42 318
rc-web@42 319 #count {
rc-web@42 320 width:40px;
rc-web@42 321 font-size: 5em;
rc-web@42 322 font-weight:bolder;
rc-web@42 323 margin:0;
rc-web@42 324 padding:0;
rc-web@42 325 position:relative;
rc-web@42 326 left:15px;
rc-web@42 327 top: -10px;
rc-web@42 328 background:transparent;
rc-web@42 329 float:left;
rc-web@42 330 display:inline;
rc-web@42 331 }
rc-web@42 332
rc-web@42 333 #totalcountdown {
rc-web@42 334 font-size: 1.3em;
rc-web@42 335 color:red;
rc-web@42 336 position:relative;
rc-web@42 337 left: 10px;
rc-web@42 338 !top: 0px;
rc-web@42 339 !text-align:center
rc-web@42 340 font-weight:bolder;
rc-web@42 341 !width:100%;
rc-web@42 342 !float:left;
rc-web@42 343 display:inline;
rc-web@42 344
rc-web@42 345
rc-web@42 346 }
rc-web@42 347
rc-web@42 348 #countinnumber{
rc-web@42 349 border-radius: 15px;
rc-web@42 350 position: absolute;
rc-web@42 351 !width: 100%;
rc-web@42 352 !height: 90%;
rc-web@42 353 background-color:black;
rc-web@42 354 font-size: 10em;
rc-web@42 355 font-weight:bolder;
rc-web@42 356 display:inline;
rc-web@42 357 text-align:center;
rc-web@42 358 z-index: 2;
rc-web@42 359 opacity:0.5;
rc-web@42 360 float:left;
rc-web@42 361 }
rc-web@42 362
rc-web@42 363 #content-txt {
rc-web@42 364 width: 100%; height: 90%;
rc-web@42 365 font-size:3em;
rc-web@42 366 text-align:center;
rc-web@42 367 background-color:black;
rc-web@42 368 border:1px solid white;
rc-web@42 369 margin-left:auto; margin-right:auto;
rc-web@42 370 display:table-cell;
rc-web@42 371 vertical-align:middle;
rc-web@42 372 border-radius: 15px;
rc-web@42 373 }