JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make connector dots smaller and lighter
[hexbog.git] / style.less
index 2c0c6b3..8817502 100644 (file)
@@ -215,10 +215,10 @@ body {
 }
 .connector {
        position: absolute;
-       height: 10px;
-       width: 10px;
-       background: #666;
-       border-radius: 10px;
+       height: 8px;
+       width: 8px;
+       background: #999;
+       border-radius: 8px;
 }
 #loading {
        position: absolute;
@@ -226,83 +226,6 @@ body {
        right: 140px;
        font-size: 32px;
 }
-.head {
-       margin-top: -4px;
-       height: 42px;
-       width: 42px;
-       position: relative;
-       border-radius: 13px;
-}
-.eye1, .eye2 {
-       width: 6px;
-       height: 6px;
-       border: 2px solid #a83;
-       border-radius: 9px;
-       background-color: white;
-       position: absolute;
-}
-.eye1 {
-       top: -8px;
-       right: -1px;
-       width: 5px;
-       border-width: 4px 4px 3px 4px;
-}
-.eye2 {
-       right: -9px;
-       top: 1px;
-       border-width: 3px 4px 4px 2px;
-}
-.tooth1, .tooth2, .tooth3, .tooth4 {
-       width: 6px;
-       height: 6px;
-       border: 2px solid #a83;
-       background-color: white;
-       position: absolute;
-}
-.tooth1 {
-       top: -2px;
-       left: 22px;
-       width: 7px;
-       border-width: 2px 0 2px 2px;
-}
-.tooth2 {
-       height: 7px;
-       top: 12px;
-       right: -3px;
-       border-width: 0 2px 2px 2px;
-}
-.pate {
-       position: absolute;
-       top: -2px;
-       right: -3px;
-       width: 12px;
-       height: 12px;
-       background: white;
-       border: 2px solid #a83;
-       border-radius: 0 13px 0 0;
-}
-.tooth3 {
-       width: 7px;
-       bottom: -3px;
-       left: 12px;
-       border-width: 2px 2px 2px 0;
-}
-.tooth4 {
-       height: 7px;
-       bottom: 11px;
-       left: -2px;
-       border-width: 2px 2px 0 2px;
-}
-.chin {
-       position: absolute;
-       bottom: -3px;
-       left: -2px;
-       width: 12px;
-       height: 12px;
-       background: white;
-       border: 2px solid #a83;
-       border-radius: 0 0 0 13px;
-}
 #definition_body {
        height: @tab-height - @tabtab-height;
        overflow: auto;