mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 16:35:56 +08:00
Minor css fixes
This commit is contained in:
parent
cb1bd3658b
commit
6821d60762
1 changed files with 3 additions and 3 deletions
|
@ -1024,7 +1024,7 @@ body.search .type-page .blog-card-author { display: none; }
|
|||
/* ------------------------------------------------------------------------- *
|
||||
* Single
|
||||
/* ------------------------------------------------------------------------- */
|
||||
.blog-single { background: #f4f4f4; margin: -20px -20px 50px -20px; box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); position: relative; padding: 14px; border-radius: 20px; transition: all 0.3s ease; }
|
||||
.blog-single { background: #f4f4f4; margin: -20px -20px 30px -20px; box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); position: relative; padding: 14px; border-radius: 20px; transition: all 0.3s ease; }
|
||||
.blog-single:after { content:""; display: block; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); height: 50px; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; }
|
||||
.blog-single-inner { height: 460px; background-color: #ccc; background-position: center; background-size: cover; border-radius: 14px; position: relative; z-index: 2; overflow: hidden; position: relative; }
|
||||
.blog-single-bottom { position: relative; z-index: 3; padding: 30px 20px 10px; }
|
||||
|
@ -1447,10 +1447,10 @@ li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; bord
|
|||
.wp-pagenavi a:active,
|
||||
.wp-pagenavi span.current { color: #333; }
|
||||
|
||||
.wp-pagenavi a { background: #e5e5e5; border-radius: 20px; color: #333; border: none; box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); }
|
||||
.wp-pagenavi a { background: #eee; border-radius: 20px; color: #333; border: none; box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); }
|
||||
.wp-pagenavi a:hover,
|
||||
.wp-pagenavi a:active,
|
||||
.wp-pagenavi span.current { background: #fff; border-radius: 20px; border: none; box-shadow: 0 1px 0 rgba(0,0,0,0.05); }
|
||||
.wp-pagenavi span.current { background: #ddd; border-radius: 20px; border: none; box-shadow: 0 1px 0 rgba(0,0,0,0.05); }
|
||||
|
||||
/* plugin : jetpack infinite scroll
|
||||
/* ------------------------------------ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue