comparison 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
comparison
equal deleted inserted replaced
23:e1a02869da08 24:22f1c38007ff
97 opacity: 0.7; 97 opacity: 0.7;
98 height: 25px; 98 height: 25px;
99 text-align: center; 99 text-align: center;
100 width: 858px; 100 width: 858px;
101 font-size:1.5em; 101 font-size:1.5em;
102 color: white; 102 color: yellow;
103 border: 1px solid blue; 103 ! border: 1px solid blue;
104 position: absolute; 104 position: absolute;
105 float: left; 105 float: left;
106 left: 206px; 106 left: 206px;
107 top: 25px; 107 top: 25px;
108 108 background-color: transparent;
109 background-color: black;
110 } 109 }
111 110
112 #current{ 111 #current{
113 opacity: 0.7; 112 opacity: 0.8;
114 height: 25px; 113 height: 25px;
115 text-align: center; 114 text-align: center;
116 width: 130px; 115 width: 130px;
117 font-size:1.5em; 116 font-size:1.5em;
118 color: white; 117 color: red;
119 border: 1px solid blue; 118 ! border: 1px solid blue;
120 position: absolute; 119 position: absolute;
121 float: left; 120 float: left;
122 left: 210px; 121 left: 210px;
122 top: 25px;
123 background-color: transparent;
124 z-index: 1;
125 }
126
127 #client_latency{
128 opacity: 0.8;
129 height: 25px;
130 width: 160px;
131 font-size:1.5em;
132 color: pink;
133 ! border: 1px solid blue;
134 position: absolute;
135 float: left;
136 right: 205px;
123 top: 25px; 137 top: 25px;
124 background-color: black; 138 background-color: black;
125 z-index: 1; 139 z-index: 1;
126 } 140 padding: 0px 15px;
127
128 #client_latency{
129 opacity: 0.7;
130 height: 25px;
131 text-align: center;
132 width: 160px;
133 font-size:1.5em;
134 color: white;
135 border: 1px solid blue;
136 position: absolute;
137 float: left;
138 right: 220px;
139 top: 25px;
140 background-color: black;
141 z-index: 1;
142 } 141 }
143 142
144 143
145 .metrocase { 144 .metrocase {
146 position: absolute; 145 position: absolute;