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