annotate www/m/css/nodescore.css @ 19:a56434dee146

toggleable divs and clean up
author tzara <rc-web@kiben.net>
date Mon, 09 Jul 2012 19:18:47 +0100
parents e05eede75e0d
children bb02a593b7d5
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@11 94 .metrocase {
rc-web@11 95 position: absolute;
rc-web@11 96 top: 10px;
rc-web@11 97 left: 10px;
rc-web@11 98 color: black;
rc-web@11 99 text-align: center;
rc-web@11 100 font-size: 4em;
rc-web@11 101 font-color: black;
rc-web@11 102 background: transparent;
rc-web@11 103 width: 240px;
rc-web@11 104 height: 60px;
rc-web@11 105 z-index: 2;
rc-web@11 106 padding: 5px 5px 5px 5px;
rc-web@11 107 border: 1px solid gray;
rc-web@11 108 }
rc-web@11 109
rc-web@11 110 #metronome0 { width: 60px; height: 60px; border-radius: 30px; float:left; }
rc-web@11 111 #metronome1 { width: 60px; height: 60px; border-radius: 30px; float:left; }
rc-web@11 112 #metronome2 { width: 60px; height: 60px; border-radius: 30px; float:left; }
rc-web@11 113 #metronome3 { width: 60px; height: 60px; border-radius: 30px; float:left; }
rc-web@5 114
rc-web@5 115 #fluid {}
rc-web@5 116 .fluid-img{height:50%; width:50%;}
rc-web@5 117
rc-web@5 118 .clear
rc-web@5 119 {
rc-web@5 120 clear:both;
rc-web@5 121 }
rc-web@5 122
rc-web@5 123 #client_chronometer{
rc-web@5 124 border: 2px solid gray ;
rc-web@5 125 background-color: black;
rc-web@5 126 color: #666;
rc-web@5 127 font-size: 6em;
rc-web@5 128 color: white;
rc-web@5 129 opacity:0.5;
rc-web@5 130 position: absolute;
rc-web@5 131 right: 10px;
rc-web@5 132 top: 8px;
rc-web@5 133 padding: 5px 5px 5px 5px;
rc-web@5 134 width: 350px;
rc-web@5 135 z-position: 2;
rc-web@5 136 }
rc-web@5 137
rc-web@5 138 #countinnumber{
rc-web@5 139 background-color: gray;
rc-web@5 140 font-size: 48em;
rc-web@5 141 display:inline;
rc-web@5 142 text-align:center;
rc-web@5 143 z-index: 2;
rc-web@5 144 position: absolute;
rc-web@5 145 opacity:0.5;
rc-web@5 146 font-weight:bolder;
rc-web@5 147 width: 1280px;
rc-web@5 148 height: 800px;
rc-web@5 149 }
rc-web@5 150
rc-web@5 151
rc-web@5 152
rc-web@5 153
rc-web@5 154 #content-txt {
rc-web@5 155 // padding: 2px 2px 2px 2px;
rc-web@5 156 font-size: 3em;
rc-web@5 157 text-align:center;
rc-web@5 158 background-color: black;
rc-web@5 159 border: 1px solid white;
rc-web@5 160 height: 800px;
rc-web@5 161 width: 1280px;
rc-web@5 162 margin-left:auto;
rc-web@5 163 margin-right:auto;
rc-web@5 164 display: table-cell;
rc-web@5 165 vertical-align: middle;
rc-web@5 166 }
rc-web@5 167
rc-web@5 168
rc-web@5 169 #blanket {
rc-web@5 170 background-color:#111;
rc-web@5 171 opacity: 0.65;
rc-web@5 172 border: 3px solid blue;
rc-web@5 173 *background:none;
rc-web@5 174 position:absolute;
rc-web@5 175 z-index: 9001;
rc-web@5 176 top:0px;
rc-web@5 177 left:0px;
rc-web@5 178 width:100%;
rc-web@5 179 }
rc-web@5 180
rc-web@5 181 #popUpDiv {
rc-web@5 182 position:absolute;
rc-web@5 183 *background:url(pop-back.jpg) no-repeat;
rc-web@5 184 background-color:gray;
rc-web@5 185 width:300px;
rc-web@5 186 height:300px;
rc-web@5 187 border:5px solid blue;
rc-web@5 188 z-index: 9002;
rc-web@5 189 }
rc-web@5 190
rc-web@5 191 #popUpMetro {
rc-web@5 192 position:absolute;
rc-web@5 193 *background:url(pop-back.jpg) no-repeat;
rc-web@5 194 background-color:gray;
rc-web@5 195 width:300px;
rc-web@5 196 height:300px;
rc-web@5 197 border:5px solid blue;
rc-web@5 198 z-index: 9002;
rc-web@5 199 }