annotate www/m/css/nodescore.css @ 27:a3387450c585

added new thumbs stucture
author tzara <rc-web@kiben.net>
date Mon, 16 Jul 2012 16:54:48 +0100
parents ac9641ecf84f
children ea19684cd1db
rev   line source
rc-web@5 1 body{
rc-web@26 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 .page{
rc-web@11 33 height: 1000px;;
rc-web@11 34 width: 1280px;
rc-web@11 35 }
rc-web@11 36
rc-web@5 37 .outermaster{
rc-web@5 38 height: 800px;
rc-web@5 39 width: 1280px;
rc-web@5 40 border: 1px solid blue;
rc-web@5 41 position: relative;
rc-web@5 42 padding: 5px 5px 5px 5px ;
rc-web@5 43 color: black;
rc-web@11 44 top: 10%
rc-web@25 45 +filter: invert(100%);
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@26 70 .svgmusic {
rc-web@26 71
rc-web@26 72 width: 1280px;
rc-web@26 73 height: 800px;
rc-web@26 74
rc-web@26 75 }
rc-web@26 76
rc-web@19 77 .magicsquare {
rc-web@19 78 border: 1px solid yellow;
rc-web@19 79 padding: 2px 2px 2px 2px;
rc-web@19 80 background: blue;
rc-web@26 81 width: 100px; height: 90px;
rc-web@19 82 border-radius: 20px;
rc-web@19 83 float: left;
rc-web@19 84 color: black;
rc-web@19 85 font-size: 7em;
rc-web@19 86 text-align: center;
rc-web@26 87 }
rc-web@19 88
rc-web@11 89 .latencies{
rc-web@26 90 height: 90px; width: 200px;
rc-web@11 91 border: 1px solid blue;
rc-web@26 92 position: relative; top: 15%;
rc-web@16 93 float: right;
rc-web@11 94 padding: 5px 5px 5px 5px ;
rc-web@19 95 background-color: blue;
rc-web@11 96 }
rc-web@11 97
rc-web@22 98 #datetime{
rc-web@23 99 display:table-cell;
rc-web@23 100 vertical-align:bottom;
rc-web@23 101 opacity: 0.7;
rc-web@23 102 text-align: center;
rc-web@26 103 height: 25px; width: 858px;
rc-web@26 104 font-size:1.5em; color: yellow;
rc-web@24 105 ! border: 1px solid blue;
rc-web@26 106 position: absolute; top: 25px; left: 206px;
rc-web@22 107 float: left;
rc-web@24 108 background-color: transparent;
rc-web@22 109 }
rc-web@22 110
rc-web@23 111 #current{
rc-web@26 112 position: absolute; left: 210px; top: 25px;
rc-web@26 113 height: 25px; width: 130px;
rc-web@23 114 text-align: center;
rc-web@26 115 font-size:1.5em; font-weight: bold;
rc-web@25 116 color: white;
rc-web@24 117 ! border: 1px solid blue;
rc-web@23 118 float: left;
rc-web@24 119 background-color: transparent;
rc-web@23 120 z-index: 1;
rc-web@26 121 opacity: 0.8;
rc-web@23 122 }
rc-web@23 123
rc-web@23 124 #client_latency{
rc-web@26 125 position: absolute; right: 205px; top: 25px;
rc-web@26 126 height: 25px; width: 160px;
rc-web@23 127 font-size:1.5em;
rc-web@24 128 color: pink;
rc-web@24 129 ! border: 1px solid blue;
rc-web@26 130 float: left;
rc-web@23 131 background-color: black;
rc-web@23 132 z-index: 1;
rc-web@24 133 padding: 0px 15px;
rc-web@26 134 opacity: 0.8;
rc-web@23 135 }
rc-web@23 136
rc-web@11 137 .metrocase {
rc-web@26 138 position: absolute; top: 0px; left: 0px;
rc-web@26 139 width: 200px; height: 50px;
rc-web@11 140 color: black;
rc-web@11 141 text-align: center;
rc-web@26 142 font-size: 4em; font-color: black;
rc-web@11 143 background: transparent;
rc-web@11 144 z-index: 2;
rc-web@22 145 border: 1px solid blue;
rc-web@11 146 }
rc-web@11 147
rc-web@23 148 #metronome0 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@23 149 #metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@23 150 #metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@23 151 #metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
rc-web@5 152
rc-web@5 153 #fluid {}
rc-web@26 154 .fluid-img{ height:50%; width:50%; }
rc-web@5 155
rc-web@26 156 .clear { clear:both; }
rc-web@5 157
rc-web@5 158 #client_chronometer{
rc-web@22 159 border: 1px solid blue ;
rc-web@5 160 background-color: black;
rc-web@23 161 color: white;
rc-web@26 162 font-size: 3em; text-align: center;
rc-web@23 163 opacity:0.7;
rc-web@26 164 position: absolute; right: 0px; top: 0px;
rc-web@26 165 width: 220px; height: 50px;
rc-web@5 166 z-position: 2;
rc-web@5 167 }
rc-web@5 168
rc-web@5 169 #countinnumber{
rc-web@26 170 position: absolute;
rc-web@26 171 width: 1280px; height: 800px;
rc-web@26 172 background-color:gray;
rc-web@26 173 font-size: 48em; font-weight:bolder;
rc-web@5 174 display:inline;
rc-web@5 175 text-align:center;
rc-web@5 176 z-index: 2;
rc-web@5 177 opacity:0.5;
rc-web@5 178 }
rc-web@5 179
rc-web@5 180 #content-txt {
rc-web@26 181 width:1280px; height:800px;
rc-web@26 182 font-size:3em;
rc-web@26 183 text-align:center;
rc-web@26 184 background-color:black;
rc-web@26 185 border:1px solid white;
rc-web@26 186 margin-left:auto; margin-right:auto;
rc-web@26 187 display:table-cell;
rc-web@26 188 vertical-align:middle;
rc-web@26 189 }