X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=style.less;fp=style.less;h=88175027b70bd785cd1b661fe1aa38fb14d027bf;hp=2c0c6b3b9bb29d3fe142cefa2c170d12af6ad2cb;hb=996f6a6b925dc2e2f1495ecb81d2b5bf5e86033e;hpb=b20403c1264f721d3e85779df74200def0bea565 diff --git a/style.less b/style.less index 2c0c6b3..8817502 100644 --- a/style.less +++ b/style.less @@ -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;