annotate www/m.a/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 49c94f63b8b0
children
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
rc-web@42 6 }
rc-web@42 7
rc-web@42 8 h3,h4,h5,h6 {
rc-web@42 9 width: 400px;
rc-web@42 10 background-color: white;
rc-web@42 11 display: inline;
rc-web@42 12 color: #666;
rc-web@42 13 z-index: 2;
rc-web@42 14 }
rc-web@42 15
rc-web@42 16 h1{ background-color: black; color:white;font: 44px Helvetica, Arial; }
rc-web@42 17 h2{ font: 28px Helvetica, Arial; color:white}
rc-web@42 18 h3{ font: 12px Helvetica, Arial; color:white }
rc-web@42 19 h4{ background-color: black; font: 19px Helvetica, Arial;
rc-web@42 20 text-align: center; margin-left:auto; margin-right:auto; color:white}
rc-web@42 21
rc-web@42 22 a:link {color:#666;}
rc-web@42 23 a:visited {color: #666;}
rc-web@42 24 a:hover {color: black; background-color:gray;}
rc-web@42 25 a:active {color: black;background-color:white;}
rc-web@42 26
rc-web@42 27 ul, li, h4, h3, h2, h1, p{
rc-web@42 28 padding:0;
rc-web@42 29 margin:0;
rc-web@42 30 list-style:none;
rc-web@42 31 }
rc-web@42 32
rc-web@42 33
rc-web@42 34 .outermaster{
rc-web@42 35 height: 768px;
rc-web@42 36 width: 1024px;
rc-web@42 37 border-radius: 15px;
rc-web@42 38 background-color:DimGray;
rc-web@42 39 border: 1px solid gray;
rc-web@42 40 position: relative;
rc-web@42 41 !padding: 5px 5px 5px 5px ;
rc-web@42 42 color: white;
rc-web@42 43 opacity:0.8;
rc-web@42 44 !top: 10%
rc-web@42 45 +filter: invert(100%);
rc-web@42 46 }
rc-web@42 47
rc-web@42 48 #live{
rc-web@42 49 margin-left:auto; margin-right:auto; margin-top:5px;
rc-web@42 50 !margin: 2px;
rc-web@42 51 width: 99%;
rc-web@42 52 height: 90%;
rc-web@42 53 text-align: center;
rc-web@42 54 border-radius: 15px;
rc-web@42 55 background-color:black;
rc-web@42 56 border: 1px solid gray;
rc-web@42 57 !position: relative;
rc-web@42 58 ! padding: 5px 5px 5px 5px ;
rc-web@42 59 color: white;
rc-web@42 60 !top: 10%
rc-web@42 61 +filter: invert(100%);
rc-web@42 62 }
rc-web@42 63
rc-web@42 64
rc-web@42 65
rc-web@42 66 #comms{
rc-web@42 67 border-radius: 15px;
rc-web@42 68 height: 180px;
rc-web@42 69 width: 350px;
rc-web@42 70 margin: 0px;
rc-web@42 71 border: 1px solid gray;
rc-web@42 72 position: absolute;
rc-web@42 73 bottom: 80px;
rc-web@42 74 left: 14px;
rc-web@42 75 padding: 5px 5px 5px 5px ;
rc-web@42 76 color: black;
rc-web@42 77
rc-web@42 78 }
rc-web@42 79
rc-web@42 80 #midcomms{
rc-web@42 81 font-size: 3em;
rc-web@42 82 font-weight:bolder;
rc-web@42 83 !display:inline;
rc-web@42 84 text-align:center;
rc-web@42 85 border-radius: 15px;
rc-web@42 86 height: 180px;
rc-web@42 87 width: 180px;
rc-web@42 88 margin: 0px;
rc-web@42 89 border: 1px solid gray;
rc-web@42 90 position: absolute;
rc-web@42 91 bottom: 80px;
rc-web@42 92 left: 380px;
rc-web@42 93 padding: 5px 5px 5px 5px ;
rc-web@42 94 color: black;
rc-web@42 95 }
rc-web@42 96 #totalcountdown {
rc-web@42 97 font-size: 0.6em;
rc-web@42 98 color:white;
rc-web@42 99 position:absolute;
rc-web@42 100 bottom: 0px;
rc-web@42 101 text-align:center;
rc-web@42 102 width:100%;
rc-web@42 103 }
rc-web@42 104 #count {
rc-web@42 105 font-size: 3em;
rc-web@42 106 background:transparent;
rc-web@42 107
rc-web@42 108 }
rc-web@42 109
rc-web@42 110 #preview{
rc-web@42 111 border-radius: 15px;
rc-web@42 112 height: 180px;
rc-web@42 113 width: 422px;
rc-web@42 114 margin: 0px;
rc-web@42 115 border: 1px solid gray;
rc-web@42 116 position: absolute;
rc-web@42 117 bottom: 80px;
rc-web@42 118 right: 14px;
rc-web@42 119 padding: 5px 5px 5px 5px ;
rc-web@42 120 color: black;
rc-web@42 121 }
rc-web@42 122
rc-web@42 123
rc-web@42 124 .footdata{
rc-web@42 125 margin-top:10px;
rc-web@42 126 margin-left:auto; margin-right:auto;
rc-web@42 127 border-radius: 15px;
rc-web@42 128 height: 7%;
rc-web@42 129 width: 98%;
rc-web@42 130 !margin: 10px;
rc-web@42 131 border: 1px solid gray;
rc-web@42 132 bottom: 2px;
rc-web@42 133 ! padding: 5px 5px 5px 5px ;
rc-web@42 134 background: DimGray;
rc-web@42 135 opacity:1;
rc-web@42 136 }
rc-web@42 137
rc-web@42 138
rc-web@42 139 .outersquare{
rc-web@42 140 border-radius: 15px;
rc-web@42 141 border: 1px solid blue;
rc-web@42 142 ! position: absolute;
rc-web@42 143 !top: 50px;
rc-web@42 144 !left: 110px;
rc-web@42 145 padding: 1px 1px 1px 1px ;
rc-web@42 146 background: black;
rc-web@42 147 width: 99%;
rc-web@42 148 height: 690px;
rc-web@42 149 }
rc-web@42 150
rc-web@42 151 .svgmusic {
rc-web@42 152 display:block;
rc-web@42 153 border-radius: 15px;
rc-web@42 154 margin: 0px;
rc-web@42 155 width: 100%;
rc-web@42 156 height: 450px;
rc-web@42 157 }
rc-web@42 158
rc-web@42 159 .magicsquare {
rc-web@42 160 ! margin: 10px;
rc-web@42 161 border-radius: 5px;
rc-web@42 162 border: 1px solid yellow;
rc-web@42 163 !padding: 2px 2px 2px 2px;
rc-web@42 164 background: transparent;
rc-web@42 165 width: 50px; height: 45px;
rc-web@42 166 border-radius: 10px;
rc-web@42 167 float: left;
rc-web@42 168 color: white;
rc-web@42 169 font-size: 3em;
rc-web@42 170 text-align: center;
rc-web@42 171 }
rc-web@42 172
rc-web@42 173 .latencies{
rc-web@42 174 ! height: 90px; width: 200px;
rc-web@42 175 ! border: 1px solid blue;
rc-web@42 176 ! position: relative; top: 15%;
rc-web@42 177 ! float: right;
rc-web@42 178 ! padding: 5px 5px 5px 5px ;
rc-web@42 179 ! background-color: yellow;
rc-web@42 180 }
rc-web@42 181
rc-web@42 182 #datetime{
rc-web@42 183 display:table-cell; vertical-align:middle;
rc-web@42 184 !margin-top: 10px;
rc-web@42 185 margin-right: 30px;
rc-web@42 186 float:left;
rc-web@42 187 padding: 3px 3px 3px 3px;
rc-web@42 188 font-size:1em; color: white;
rc-web@42 189 !position: absolute;
rc-web@42 190 !bottom: 10px;
rc-web@42 191 !left: 25%;
rc-web@42 192 !float: left;
rc-web@42 193 background-color: transparent;
rc-web@42 194 opacity: 0.7;
rc-web@42 195 }
rc-web@42 196
rc-web@42 197 #current{
rc-web@42 198 display:table-cell; vertical-align:middle;
rc-web@42 199 margin-top: 10px; margin-right: 30px;
rc-web@42 200 float:left;
rc-web@42 201 !position: absolute;
rc-web@42 202 !right: 25%;
rc-web@42 203 font-size:2em;
rc-web@42 204 font-weight: bold;
rc-web@42 205 color: white;
rc-web@42 206 background-color: transparent;
rc-web@42 207 z-index: 3;
rc-web@42 208 opacity: 0.8;
rc-web@42 209 padding: 3px 3px 3px 3px;
rc-web@42 210 }
rc-web@42 211
rc-web@42 212 #client_latency{
rc-web@42 213 ! float:left;
rc-web@42 214 display:table-cell; vertical-align:middle;
rc-web@42 215 margin-top: 10px; margin-right: 30px;
rc-web@42 216 text-align:center;
rc-web@42 217 font-size:1em;
rc-web@42 218 color: white;
rc-web@42 219 z-index: 1;
rc-web@42 220 padding: 3px 3px 3px 3px;
rc-web@42 221 opacity: 0.7;
rc-web@42 222 }
rc-web@42 223
rc-web@42 224 .metrocase {
rc-web@42 225 float:left;
rc-web@42 226 display:table-cell; vertical-align:middle;
rc-web@42 227 margin-top: -22px; margin-right: 30px; margin-left: 20px;
rc-web@42 228 border-radius: 15px;
rc-web@42 229 position: relative; top: 50%;
rc-web@42 230
rc-web@42 231 width: 200px; height: 40px;
rc-web@42 232 color: black;
rc-web@42 233 text-align: center;
rc-web@42 234 font-size: 4em; font-color: black;
rc-web@42 235 background: transparent;
rc-web@42 236 z-index: 2;
rc-web@42 237 border: 2px solid gray;
rc-web@42 238 }
rc-web@42 239
rc-web@42 240 #metronome0 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 241 #metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 242 #metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 243 #metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@42 244
rc-web@42 245 #fluid {}
rc-web@42 246 .fluid-img{ height:50%; width:50%; }
rc-web@42 247
rc-web@42 248 .clear { clear:both; }
rc-web@42 249
rc-web@42 250 #client_chronometer{
rc-web@42 251 display:table-cell; vertical-align:middle;
rc-web@42 252 margin-top: -15px;
rc-web@42 253 !margin-left: 30px;
rc-web@42 254 float:left;
rc-web@42 255 !padding: 0 0 0 0;
rc-web@42 256 !margin: 10px;
rc-web@42 257 border-radius: 15px;
rc-web@42 258 border: 2px solid gray ;
rc-web@42 259 background-color: black;
rc-web@42 260 color: white;
rc-web@42 261 font-size: 3em;
rc-web@42 262 text-align: center;
rc-web@42 263 opacity:0.7;
rc-web@42 264 !position: absolute;
rc-web@42 265 !right: 20px;
rc-web@42 266 !bottom: 0px;
rc-web@42 267 width: 220px;
rc-web@42 268 !height: 40px;
rc-web@42 269 z-position: 2;
rc-web@42 270 }
rc-web@42 271
rc-web@42 272 #countinnumber{
rc-web@42 273 border-radius: 15px;
rc-web@42 274 position: absolute;
rc-web@42 275 width: 100%; height: 90%;
rc-web@42 276 background-color:black;
rc-web@42 277 font-size: 16em;
rc-web@42 278 font-weight:bolder;
rc-web@42 279 display:inline;
rc-web@42 280 text-align:center;
rc-web@42 281 z-index: 2;
rc-web@42 282 opacity:0.5;
rc-web@42 283 }
rc-web@42 284
rc-web@42 285 #content-txt {
rc-web@42 286 width: 100%; height: 90%;
rc-web@42 287 font-size:3em;
rc-web@42 288 text-align:center;
rc-web@42 289 background-color:black;
rc-web@42 290 border:1px solid white;
rc-web@42 291 margin-left:auto; margin-right:auto;
rc-web@42 292 display:table-cell;
rc-web@42 293 vertical-align:middle;
rc-web@42 294 border-radius: 15px;
rc-web@42 295 }