annotate www/m/css/nodescore.css @ 11:0a8133490050

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