WordPress 子比主题美化-文章底部版权声明样式【文章版权】

今天给大家带来两款文章版权声明样式,第一款是之前在筱信日记扒的,第二款是扒的洪哥的,感觉都很不错,喜欢的可以自取!

注:第二款我只适配了子比主题,其它主题请自行修改适配!

演示效果

第一款

WordPress 子比主题美化-文章底部版权声明样式【文章版权】

 

 

 

第二款

WordPress 子比主题美化-文章底部版权声明样式【文章版权】

 

部署代码

<div class="posts-copyright"><section id="author" class="author  with-avatar section">
  <div class="info">
    <p _msttexthash="1502586285" _msthash="58">网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。
      <br>分享是一种美德,当你分享时请你附带上本文链接。
      </p>
    <div class="social">
      <a href="http://wpa.qq.com/msgrd?v=3&amp;uin=1502586285&amp;site=qq&amp;menu=yes" class="qq" target="_blank" rel="nofollow noopener">
        <i class="fa fa-qq">
        </i>
      </a>
      <a href="mailto:1502586285@qq.com" class="email" title="Follow me on Twitter" target="_blank" rel="nofollow noopener">
        <i class="fa fa-envelope">
        </i>
      </a>
      <a href="" class="WeChat" title="Follow me on Facebook" target="_blank" rel="nofollow noopener">
        <i class="fa fa-wechat">
        </i>
      </a>
    </div>
  </div>
  <div class="clear">
  </div>
</section>
<style>#author {
                padding: 30px;
                position: relative;
                z-index: 1;
                text-align: center;
                background: linear-gradient(135deg, #ff005f91 10%, #0097ff 100%);
                color: #fff;
                margin-top: 15px;
                border-radius: 15px
            }

            #author div.avatar {
                position: absolute;
                left: 50%;
                top: 0;
                z-index: 2;
                width: 88px;
                margin: -44px 0 0 -44px
            }

            #author div.avatar a {
                display: block;
                border-radius: 50%;
                overflow: hidden;
                border: 4px solid #00BEC1
            }

            #author div.avatar img {
                display: block
            }

            #author #single.fullcover .featured-image .top,#author div.info,#single.fullcover .featured-image #author .top {
                font-size: 16px;
                max-width: 75%;
                margin: 0 auto
            }

            #author div.social {
                margin-top: 15px
            }

            #author div.social a {
                display: inline-block;
                margin: 0 12px;
                color: #fff;
                font-size: 22px
            }

            #author div.social a:hover {
                -webkit-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                transform: translateY(-2px)
            }

            #author .author-name {
                margin-top: 35px;
                margin-bottom: 20px;
                line-height: 1
            }

            #author #single #comments.hosted .comment .comment-author,#author .author-name a,#author .title,#author .wpcf7 label,#single #comments.hosted .comment #author .comment-author,.wpcf7 #author label {
                color: #fff
            }
</style></div>

第二款

本文转载自 子比美化-文章底部版权声明样式【文章版权】-星雨博客 https://www.wniui.com/1180.html

 

版权声明

   站内部分内容来自互联网,该文仅限用于学习和研究目的。本站仅提供网络资源分享服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请 联系我们 一经核实,立即删除。访问和下载本站内容,说明您已同意上述条款。在为用户提供最好的产品同时,保证优秀的服务质量。


本站仅提供信息存储空间,不拥有所有权,不承担相关法律责任。
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容