diff options
Diffstat (limited to 'src/css/index.less')
-rw-r--r-- | src/css/index.less | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/src/css/index.less b/src/css/index.less index 04f75eb..a384af7 100644 --- a/src/css/index.less +++ b/src/css/index.less @@ -8,23 +8,24 @@ body{ #index_header{ height:0px; - z-index:1; - position:fixed; - top:0px; - left:0px; + .pos_left(fixed,0px,0px,1); opacity:0; transition:opacity @fast; overflow:hidden; &.active{ - height:33px; + height:32px; opacity:1; display:block; } + + div.side{ + .pos_right(fixed,0px,0px); + } } .index_tag{ - height:33px; - line-height:33px; + height:32px; + line-height:32px; opacity:0.2; transition:opacity @fast; @@ -46,7 +47,7 @@ body{ .pos_left(fixed,0px,0px,2); div.menu{ - width:80px; + width:100px; padding-left:32px; background-color:@darkgray; text-align:left; @@ -82,17 +83,19 @@ body{ div.tagblock{ width:100%; - height:33px; - box-shadow:0px 3px 2px -2px fade(@black,10%); + height:32px; } div.menu{ + margin-bottom:0px; overflow-x:hidden; - li > a{ - height:48px; + + a{ padding-left:32px; + padding-top:(48 - @NormalFontSize) / 2; + padding-bottom:(48 - @NormalFontSize) / 2; + border-width:0px; font-size:@NormalFontSize; font-weight:bold; - line-height:48px; } } } @@ -111,15 +114,16 @@ body{ div.tagblock{ width:100%; - height:33px; - box-shadow:0px 3px 2px -2px fade(@black,10%); + height:32px; } div.notice{ + margin-bottom:0px; overflow-y:auto; - ul.nav > li > a{ + a{ min-height:64px; padding-left:@SmallPad; + border-width:0px; font-size:@NormalFontSize; p{ |