GOdou社区目前的网站布局美化,也是借鉴了:知乎、FancyPig’s、刀客源码,为了
自定义CSS代码:
/*文章随机彩色标签*/
.article-tags{margin-bottom: 10px}.article-tags a{padding: 4px 10px;background-color: #19B5FE;color: white;font-size: 12px;line-height: 16px;font-weight: 400;margin: 0 5px 5px 0;border-radius: 2px;display: inline-block}.article-tags a:nth-child(5n){background-color: #4A4A4A;color: #FFF}.article-tags a:nth-child(5n+1){background-color: #ff5e5c;color: #FFF}.article-tags a:nth-child(5n+2){background-color: #ffbb50;color: #FFF}.article-tags a:nth-child(5n+3){background-color: #1ac756;color: #FFF}.article-tags a:nth-child(5n+4){background-color: #19B5FE;color: #FFF}.article-tags a:hover{background-color: #1B1B1B;color: #FFF}
/*文章列表卡片鼠标移动悬浮效果*/
.posts-item:hover{box-shadow:2px 2px 12px rgba(0,0,0,0.3);
-webkit-transform:translate(0,-2px);
-ms-transform:translate(0,-2px);
-o-transform:translate(0,-2px);
transform:translate(0,-2px);
}
/*评论背景图*/
textarea#comment {background-color:transparent;background:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),url(http://www.godoublog.com/wp-content/uploads/2023/03/1924284c418bd.png) right 10px bottom 10px no-repeat;-moz-transition:ease-in-out 0.45s;-webkit-transition:ease-in-out 0.45s;-o-transition:ease-in-out 0.45s;-ms-transition:ease-in-out 0.45s;transition:ease-in-out 0.45s;}
textarea#comment:focus {background-position-y:789px;-moz-transition:ease-in-out 0.45s;-webkit-transition:ease-in-out 0.45s;-o-transition:ease-in-out 0.45s;-ms-transition:ease-in-out 0.45s;transition:ease-in-out 0.45s;}
/*ip*/
.theme-box.wp-posts-content span.up-ippppp {
display: none;
}
/*首页栏目切换*/
.index-tab ul > li {
padding: 8px 11px;
border-radius: 5px;
}
.ajax-option.ajax-replace .flex.ac {
background: var(--main-bg-color);
margin-bottom: -10px;
}
.index-tab.mb10.affix-header-sm.relative .scroll-x.no-scrollbar{
background: var(--main-bg-color);
padding: 16px;
margin-bottom: -10px;
}
/*首页侧边栏CSS*/
.box-body.notop {
background: var(--main-bg-color);
padding: 10px;
padding-top: 15px;
}
.zib-widget {
box-shadow: unset;
}
/*社区板块头部*/
.panel-plate .panel-title{
padding: 10px;
background: rgba(133,144,166,.12);
padding-top: 10px !important;
}
/*首页文章列表-置顶*/
.no_margin:first-of-type {
border-bottom: 1px solid var(--main-border-color);
}
/*首页文章列表*/
.posts-item.no_margin {
border-bottom: 1px solid var(--main-border-color);
}
添加路径:全局&功能-自定义代码-自定义CSS样式
首页&多个分类栏目
添加路径:页面&显示-首页配置-更多栏目
首页&导航幻灯片
添加路径:页面&显示-导航幻灯片
导航幻灯片图片
首页&侧边栏
添加路径:模块配置-首页侧边栏-(图标卡片和用户列表)
使用阿里巴巴矢量图标库的图标进行引入
首页&发布按钮
添加路径:主题设置的:全局&功能-悬浮按钮
主题设置图片
© 版权声明
本站提供的资源转载自国内外各大资源站和网络,仅供学习体验;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该资源内容,请支持正版,购买注册,得到更好的正版服务。我们非常重视版权问题,如有侵权请邮件与我们联系处理。敬请谅解!请点击《侵权处理》
THE END
暂无评论内容