Mercurial > hg > nodescore
diff 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 |
line wrap: on
line diff
--- a/www/m/css/nodescore.css Sun Jul 08 23:56:26 2012 +0100 +++ b/www/m/css/nodescore.css Sun Jul 08 23:57:13 2012 +0100 @@ -45,27 +45,42 @@ top: 10% } +#preview{ + height: 240px; + width: 400px; + border: 1px solid blue; + position: absolute; + padding: 5px 5px 5px 5px ; + color: black; + bottom: 0%; + right: 0px; +} + + .outersquare{ - height: 220px; - width: 300px; + height: 300px; + width: 385px; border: 1px solid blue; position: absolute; top: 100px; left: 400px; - padding: 5px 5px 5px 5px ; + padding: 1px 1px 1px 1px ; background-color: black; } .latencies{ - height: 150px; - width: 300px; + height: 90px; + width: 200px; border: 1px solid blue; position: relative; + float: right; top: 15%; padding: 5px 5px 5px 5px ; - background-color: gray; + background-color: blue; + } + .metrocase { position: absolute; top: 10px; @@ -124,13 +139,15 @@ } .magicsquare { + border: 2px solid white; + padding: 1px 1px 1px 1 px; background: blue; - width: 50px; - height: 50px; + width: 60px; + height: 60px; border-radius: 10px; float: left; color: black; - font-size: 2em; + font-size: 4em; text-align: center; }