annotate www/m/css/nodescore.css @ 16:e05eede75e0d

some cleaning up of html css js
author tzara <rc-web@kiben.net>
date Sun, 08 Jul 2012 23:57:13 +0100
parents 0a8133490050
children a56434dee146
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@16 59
rc-web@11 60 .outersquare{
rc-web@16 61 height: 300px;
rc-web@16 62 width: 385px;
rc-web@11 63 border: 1px solid blue;
rc-web@11 64 position: absolute;
rc-web@11 65 top: 100px;
rc-web@11 66 left: 400px;
rc-web@16 67 padding: 1px 1px 1px 1px ;
rc-web@11 68 background-color: black;
rc-web@11 69 }
rc-web@11 70
rc-web@11 71 .latencies{
rc-web@16 72 height: 90px;
rc-web@16 73 width: 200px;
rc-web@11 74 border: 1px solid blue;
rc-web@11 75 position: relative;
rc-web@16 76 float: right;
rc-web@11 77 top: 15%;
rc-web@11 78 padding: 5px 5px 5px 5px ;
rc-web@16 79 background-color: blue;
rc-web@16 80
rc-web@11 81 }
rc-web@11 82
rc-web@16 83
rc-web@11 84 .metrocase {
rc-web@11 85 position: absolute;
rc-web@11 86 top: 10px;
rc-web@11 87 left: 10px;
rc-web@11 88 color: black;
rc-web@11 89 text-align: center;
rc-web@11 90 font-size: 4em;
rc-web@11 91 font-color: black;
rc-web@11 92 background: transparent;
rc-web@11 93 width: 240px;
rc-web@11 94 height: 60px;
rc-web@11 95 z-index: 2;
rc-web@11 96 padding: 5px 5px 5px 5px;
rc-web@11 97 border: 1px solid gray;
rc-web@11 98 }
rc-web@11 99
rc-web@11 100 #metronome0 { width: 60px; height: 60px; border-radius: 30px; float:left; }
rc-web@11 101 #metronome1 { width: 60px; height: 60px; border-radius: 30px; float:left; }
rc-web@11 102 #metronome2 { width: 60px; height: 60px; border-radius: 30px; float:left; }
rc-web@11 103 #metronome3 { width: 60px; height: 60px; border-radius: 30px; float:left; }
rc-web@5 104
rc-web@5 105 #fluid {}
rc-web@5 106 .fluid-img{height:50%; width:50%;}
rc-web@5 107
rc-web@5 108 .clear
rc-web@5 109 {
rc-web@5 110 clear:both;
rc-web@5 111 }
rc-web@5 112
rc-web@5 113 #client_chronometer{
rc-web@5 114 border: 2px solid gray ;
rc-web@5 115 background-color: black;
rc-web@5 116 color: #666;
rc-web@5 117 font-size: 6em;
rc-web@5 118 color: white;
rc-web@5 119 opacity:0.5;
rc-web@5 120 position: absolute;
rc-web@5 121 right: 10px;
rc-web@5 122 top: 8px;
rc-web@5 123 padding: 5px 5px 5px 5px;
rc-web@5 124 width: 350px;
rc-web@5 125 z-position: 2;
rc-web@5 126 }
rc-web@5 127
rc-web@5 128 #countinnumber{
rc-web@5 129 background-color: gray;
rc-web@5 130 font-size: 48em;
rc-web@5 131 display:inline;
rc-web@5 132 text-align:center;
rc-web@5 133 z-index: 2;
rc-web@5 134 position: absolute;
rc-web@5 135 opacity:0.5;
rc-web@5 136 font-weight:bolder;
rc-web@5 137 width: 1280px;
rc-web@5 138 height: 800px;
rc-web@5 139 }
rc-web@5 140
rc-web@5 141 .magicsquare {
rc-web@16 142 border: 2px solid white;
rc-web@16 143 padding: 1px 1px 1px 1 px;
rc-web@5 144 background: blue;
rc-web@16 145 width: 60px;
rc-web@16 146 height: 60px;
rc-web@5 147 border-radius: 10px;
rc-web@5 148 float: left;
rc-web@5 149 color: black;
rc-web@16 150 font-size: 4em;
rc-web@5 151 text-align: center;
rc-web@5 152 }​
rc-web@5 153
rc-web@5 154 #disp {
rc-web@5 155
rc-web@5 156 }
rc-web@5 157
rc-web@5 158 #content-txt {
rc-web@5 159 // padding: 2px 2px 2px 2px;
rc-web@5 160 font-size: 3em;
rc-web@5 161 text-align:center;
rc-web@5 162 background-color: black;
rc-web@5 163 border: 1px solid white;
rc-web@5 164 height: 800px;
rc-web@5 165 width: 1280px;
rc-web@5 166 margin-left:auto;
rc-web@5 167 margin-right:auto;
rc-web@5 168 display: table-cell;
rc-web@5 169 vertical-align: middle;
rc-web@5 170 }
rc-web@5 171
rc-web@5 172
rc-web@5 173 #blanket {
rc-web@5 174 background-color:#111;
rc-web@5 175 opacity: 0.65;
rc-web@5 176 border: 3px solid blue;
rc-web@5 177 *background:none;
rc-web@5 178 position:absolute;
rc-web@5 179 z-index: 9001;
rc-web@5 180 top:0px;
rc-web@5 181 left:0px;
rc-web@5 182 width:100%;
rc-web@5 183 }
rc-web@5 184
rc-web@5 185 #popUpDiv {
rc-web@5 186 position:absolute;
rc-web@5 187 *background:url(pop-back.jpg) no-repeat;
rc-web@5 188 background-color:gray;
rc-web@5 189 width:300px;
rc-web@5 190 height:300px;
rc-web@5 191 border:5px solid blue;
rc-web@5 192 z-index: 9002;
rc-web@5 193 }
rc-web@5 194
rc-web@5 195 #popUpMetro {
rc-web@5 196 position:absolute;
rc-web@5 197 *background:url(pop-back.jpg) no-repeat;
rc-web@5 198 background-color:gray;
rc-web@5 199 width:300px;
rc-web@5 200 height:300px;
rc-web@5 201 border:5px solid blue;
rc-web@5 202 z-index: 9002;
rc-web@5 203 }