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