annotate www/m/css/nodescore.css @ 24:22f1c38007ff

latency ping pong check added for clients
author tzara <rc-web@kiben.net>
date Wed, 11 Jul 2012 19:44:37 +0100
parents e1a02869da08
children 8ac67b784a8c
rev   line source
rc-web@5 1 body{
rc-web@5 2 background-color: black;
rc-web@5 3 color: white;
rc-web@5 4 font: 12px Helvetica, Arial;
rc-web@5 5 }
rc-web@5 6
rc-web@5 7 h3,h4,h5,h6 {
rc-web@5 8 width: 400px;
rc-web@5 9 background-color: white;
rc-web@5 10 display: inline;
rc-web@5 11 color: #666;
rc-web@5 12 z-index: 2;
rc-web@5 13 }
rc-web@5 14
rc-web@5 15 h1{ background-color: black; color:white;font: 44px Helvetica, Arial; }
rc-web@5 16 h2{ font: 28px Helvetica, Arial; color:white}
rc-web@5 17 h3{ font: 12px Helvetica, Arial; color:white }
rc-web@5 18 h4{ background-color: black; font: 19px Helvetica, Arial;
rc-web@5 19 text-align: center; margin-left:auto; margin-right:auto; color:white}
rc-web@5 20
rc-web@5 21 a:link {color:#666;}
rc-web@5 22 a:visited {color: #666;}
rc-web@5 23 a:hover {color: black; background-color:gray;}
rc-web@5 24 a:active {color: black;background-color:white;}
rc-web@5 25
rc-web@5 26 ul, li, h4, h3, h2, h1, p{
rc-web@5 27 padding:0;
rc-web@5 28 margin:0;
rc-web@5 29 list-style:none;
rc-web@5 30 }
rc-web@5 31
rc-web@11 32
rc-web@11 33 .page{
rc-web@11 34 height: 1000px;;
rc-web@11 35 width: 1280px;
rc-web@11 36 }
rc-web@11 37
rc-web@5 38 .outermaster{
rc-web@5 39 height: 800px;
rc-web@5 40 width: 1280px;
rc-web@5 41 border: 1px solid blue;
rc-web@5 42 position: relative;
rc-web@5 43 padding: 5px 5px 5px 5px ;
rc-web@5 44 color: black;
rc-web@11 45 top: 10%
rc-web@5 46 }
rc-web@5 47
rc-web@16 48 #preview{
rc-web@16 49 height: 240px;
rc-web@16 50 width: 400px;
rc-web@16 51 border: 1px solid blue;
rc-web@16 52 position: absolute;
rc-web@16 53 padding: 5px 5px 5px 5px ;
rc-web@16 54 color: black;
rc-web@16 55 bottom: 0%;
rc-web@16 56 right: 0px;
rc-web@16 57 }
rc-web@16 58
rc-web@11 59 .outersquare{
rc-web@19 60 height: 400px;
rc-web@19 61 width: 685px;
rc-web@11 62 border: 1px solid blue;
rc-web@11 63 position: absolute;
rc-web@19 64 top: 150px;
rc-web@19 65 left: 0px;
rc-web@16 66 padding: 1px 1px 1px 1px ;
rc-web@11 67 background-color: black;
rc-web@11 68 }
rc-web@11 69
rc-web@19 70 .magicsquare {
rc-web@19 71 border: 1px solid yellow;
rc-web@19 72 padding: 2px 2px 2px 2px;
rc-web@19 73 background: blue;
rc-web@19 74 width: 100px;
rc-web@19 75 height: 90px;
rc-web@19 76 border-radius: 20px;
rc-web@19 77 float: left;
rc-web@19 78 color: black;
rc-web@19 79 font-size: 7em;
rc-web@19 80 text-align: center;
rc-web@19 81 }​
rc-web@19 82
rc-web@11 83 .latencies{
rc-web@16 84 height: 90px;
rc-web@16 85 width: 200px;
rc-web@11 86 border: 1px solid blue;
rc-web@11 87 position: relative;
rc-web@16 88 float: right;
rc-web@11 89 top: 15%;
rc-web@11 90 padding: 5px 5px 5px 5px ;
rc-web@19 91 background-color: blue;
rc-web@11 92 }
rc-web@11 93
rc-web@22 94 #datetime{
rc-web@23 95 display:table-cell;
rc-web@23 96 vertical-align:bottom;
rc-web@23 97 opacity: 0.7;
rc-web@23 98 height: 25px;
rc-web@23 99 text-align: center;
rc-web@23 100 width: 858px;
rc-web@23 101 font-size:1.5em;
rc-web@24 102 color: yellow;
rc-web@24 103 ! border: 1px solid blue;
rc-web@22 104 position: absolute;
rc-web@22 105 float: left;
rc-web@23 106 left: 206px;
rc-web@23 107 top: 25px;
rc-web@24 108 background-color: transparent;
rc-web@22 109 }
rc-web@22 110
rc-web@23 111 #current{
rc-web@24 112 opacity: 0.8;
rc-web@23 113 height: 25px;
rc-web@23 114 text-align: center;
rc-web@23 115 width: 130px;
rc-web@23 116 font-size:1.5em;
rc-web@24 117 color: red;
rc-web@24 118 ! border: 1px solid blue;
rc-web@23 119 position: absolute;
rc-web@23 120 float: left;
rc-web@23 121 left: 210px;
rc-web@23 122 top: 25px;
rc-web@24 123 background-color: transparent;
rc-web@23 124 z-index: 1;
rc-web@23 125 }
rc-web@23 126
rc-web@23 127 #client_latency{
rc-web@24 128 opacity: 0.8;
rc-web@23 129 height: 25px;
rc-web@23 130 width: 160px;
rc-web@23 131 font-size:1.5em;
rc-web@24 132 color: pink;
rc-web@24 133 ! border: 1px solid blue;
rc-web@23 134 position: absolute;
rc-web@23 135 float: left;
rc-web@24 136 right: 205px;
rc-web@23 137 top: 25px;
rc-web@23 138 background-color: black;
rc-web@23 139 z-index: 1;
rc-web@24 140 padding: 0px 15px;
rc-web@23 141 }
rc-web@23 142
rc-web@23 143
rc-web@11 144 .metrocase {
rc-web@11 145 position: absolute;
rc-web@23 146 top: 0px;
rc-web@23 147 left: 0px;
rc-web@11 148 color: black;
rc-web@11 149 text-align: center;
rc-web@11 150 font-size: 4em;
rc-web@11 151 font-color: black;
rc-web@11 152 background: transparent;
rc-web@23 153 width: 200px;
rc-web@23 154 height: 50px;
rc-web@11 155 z-index: 2;
rc-web@22 156 border: 1px solid blue;
rc-web@11 157 }
rc-web@11 158
rc-web@23 159 #metronome0 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@23 160 #metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@23 161 #metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@23 162 #metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@5 163
rc-web@5 164 #fluid {}
rc-web@5 165 .fluid-img{height:50%; width:50%;}
rc-web@5 166
rc-web@5 167 .clear
rc-web@5 168 {
rc-web@5 169 clear:both;
rc-web@5 170 }
rc-web@5 171
rc-web@5 172 #client_chronometer{
rc-web@22 173 border: 1px solid blue ;
rc-web@5 174 background-color: black;
rc-web@23 175 color: white;
rc-web@23 176 font-size: 3.5em;
rc-web@23 177 text-align: center;
rc-web@23 178 opacity:0.7;
rc-web@5 179 position: absolute;
rc-web@23 180 right: 0px;
rc-web@23 181 top: 0px;
rc-web@23 182 // padding: 2px 2px 2px 2px;
rc-web@23 183 width: 220px;
rc-web@23 184 height: 50px;
rc-web@5 185 z-position: 2;
rc-web@5 186 }
rc-web@5 187
rc-web@5 188 #countinnumber{
rc-web@5 189 background-color: gray;
rc-web@5 190 font-size: 48em;
rc-web@5 191 display:inline;
rc-web@5 192 text-align:center;
rc-web@5 193 z-index: 2;
rc-web@5 194 position: absolute;
rc-web@5 195 opacity:0.5;
rc-web@5 196 font-weight:bolder;
rc-web@5 197 width: 1280px;
rc-web@5 198 height: 800px;
rc-web@5 199 }
rc-web@5 200
rc-web@5 201 #content-txt {
rc-web@5 202 // padding: 2px 2px 2px 2px;
rc-web@5 203 font-size: 3em;
rc-web@5 204 text-align:center;
rc-web@5 205 background-color: black;
rc-web@5 206 border: 1px solid white;
rc-web@5 207 height: 800px;
rc-web@5 208 width: 1280px;
rc-web@5 209 margin-left:auto;
rc-web@5 210 margin-right:auto;
rc-web@5 211 display: table-cell;
rc-web@5 212 vertical-align: middle;
rc-web@5 213 }