本站使用Begin主题美化版,不用修改任何主题文件,理论支持Begin主题任何版本(包括Begin3.0)

【WordPress】Begin主题美化代码 张弦先生のchrafz.com
Begin主题模板设置里有自定义美化样式功能,只要将美化CSS内容粘贴保存就好。

【WordPress】Begin3.0主题美化代码 张弦先生のchrafz.com
演示:点击进入
目前为Begin主题美化第二版。后期会继续美化!
chrafz辛苦美化,如果觉得不错,可以打赏站长( ^_^ )。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
.nav-search {padding: 0 16px 0px;border-radius: 15px;line-height: 24px;margin: 14px 10px 0 10px;} .post, #page .page, .bulletin,.single-picture .picture, .type-attachment, .single-tao .tao, .single-video .video {border-bottom: 1px solid #ddd;border: 0px solid #ddd;} .widget {border-top: 1px solid #ddd;border: 0px solid #ddd;} #feed_widget a {width: 55px;border-radius: 20px;border: 0px solid #ddd;} #sidebar h3 {background: #FFF;border-bottom: 1px solid #999;} .widget-title i {border-right: 0px solid #ddd;border-bottom: 2px solid #3496e6;color: #444444; } .link-f a {border-radius: 20px;} .entry-more a {border-radius: 15px 0 0 15px;} .social-main a {border-radius: 40px;} #share a {border-radius: 20px;} #scroll li a {border-radius: 20px;color: #888;} .single-meta .views, .single-meta li a {border-radius: 15px;} #fontsize {border-radius: 15px;} .widget_categories a, .widget_links a, #sidebar .widget_nav_menu a {border-radius: 15px;} .pagination span.current, .pagination a:hover {border-radius: 15px;} .pagination a, .pagination a:visited {border-radius: 15px;} .pagination .current, .pagination .dots {border-radius: 15px;} #links h2 {display: inline;} .linkcat h2 {border-left: 10px solid #545454;} #searchform input {border-radius: 15px 0 0 15px;} #searchform button {border-radius: 0 15px 15px 0;} #top-menu {margin: 0 auto -5px;} .shadow #top-menu {margin: 0 auto -5px;} #login img {border-radius: 20px;} .login-t, .login-t a {border-radius: 15px 15px 0 0;} .login-b {border-radius: 0 0 15px 15px;} .thumbnail .cat,.format-cat,.format-img-cat {background: #888;} .entry-meta a {color: #777777;} .like a {background: #F74840;} .shang-p a {background: #ffab2e;} .about-inf {background: #FFFFFF;} .slider-caption {background: #333333;} .title-l {background: #fff;} .single-tag a {padding: 0 10px 0 10px;border: 1px solid #999;border-radius: 20px;} #top-header {display: none;} #menu-box.shadow {top: -5px;} #colophon {background: #000;border-top: 2px solid #3496e6;} .cat-title .fa-bars {border-right: 0px solid #ddd;border-bottom: 2px solid #3496e6;} .cat-box .cat-title {background: #FFF;border-bottom: 2px solid #999;} .cat-box {border: 0px solid #ddd;} .nbs-flexisel-container {border: 0px solid #ddd;} .tab-site {border: 0px solid #ddd;} .logo-site, .logo-sites {margin: 0px 0 0 10px;} .main-nav {margin: 7px 0 0 0;} @media screen and (min-width: 900px) {#top-menu {height: 50px;}} @media only screen and (max-width: 900px) {.nav-search {margin: 7px 10px 0 0;}} |
评论1