@@ -144,6 +144,8 @@ h1.br-nav, h2.br-nav, h3.br-nav, h4.br-nav {color:#777;font-size: 1em;font-weigh
144
144
.main-right-body {padding : 0 ;}
145
145
146
146
.body-nav {background-color : var (--main-bg-color );}
147
+ .sf {display : inline-block;}
148
+ .sf input {width : 130px ; font-size : .7em ;}
147
149
148
150
.index {padding : .5em ;background-color : var (--main-bg-color );}
149
151
.index article {border-bottom : 1px solid var (--line-color );}
@@ -311,8 +313,6 @@ body>footer a:hover {color: #eee}
311
313
display : inline-block;}
312
314
# recent_comments li a {color : # 333 ;text-decoration : none;}
313
315
# recent_comments li a : hover {color : # 000 ;text-decoration : underline;}
314
- .sidebar section .search-form {color : # 333 ;background-color : var (--bar-bg-color );text-align : center;padding : .5em }
315
- .sidebar section .search-form input {background-color : # FCFCFC ;line-height : .8em ;padding : .2em .5em ;}
316
316
# top-category-list {line-height : 1.8em ;padding : .5em 1em .5em 1em ;font-size : .9em ;max-height : 163px ;overflow : auto;}
317
317
# top-category-list a {color : # 333 ;text-decoration : none;padding : 2px 4px ;}
318
318
# top-category-list a : hover {color : # fff ;background-color : # 464747 }
@@ -347,6 +347,7 @@ body>footer a:hover {color: #eee}
347
347
348
348
a .top {
349
349
font-size : 0 ;
350
+ opacity : 0 ;
350
351
font-family : Helvetica, Arial, Verdana, sans-serif;
351
352
position : fixed;
352
353
bottom : 100px ;
@@ -367,7 +368,7 @@ a.top {
367
368
color : # 666 ;
368
369
background : rgba (255 , 255 , 255 , .5 );
369
370
}
370
- a .top .visible {font-size : 24px ;}
371
+ a .top .visible {opacity : 1 ; font-size : 24px ;}
371
372
a .top : hover {background : rgba (200 , 200 , 200 , .8 );}
372
373
373
374
# id-msg {color : rgb (202 , 60 , 60 );}
0 commit comments