提示:修改中文主题模板,建议使用专门的编辑工具,比如:Notepad++(免费),绝不能用操作系统自带的记事本编辑模版文件,否则会造成模板错位,中文模版编码为:UTF-8 无BOM(无签名)。
【使用方法】
- 知更鸟主题不用修改任何文件,将以下css代码添加到主题选项-定制风格-自定义样式中即可,或者自行添加到主题css文件中。
【CSS代码】
隐藏的内容:
- #footer-widget-box {background: #555 url(https://wx2.sinaimg.cn/large/006VCrUsgy1fjmflwl7rog30ag004dfs.gif) repeat-x scroll 0 100%;}
- #header-top {
- background: linear-gradient(-30deg,rgba(255,213,60,.71) 10%,rgba(161,230,243,.78)) no-repeat;
- border-bottom: 1px solid #dedede;}
- .breadcrumb{border-width:1px;
- background-color:rgb(255, 255, 255);
- margin-Bottom:5px;border-radius:2px;margin-top:5px;}
- .shen{background:#b485e2;color:#fff;padding:2px 8px;border-radius:2px}.wu{background:#74d62f;color:#fff;padding:2px 8px;border-radius:2px}
- .social-main a {
- color: #fff;
- }
- .like a {
- background: #f40000;
- border: 1px solid #f40000;
- }
- .share-s a {
- background: #dd9933;
- border: 1px solid #dd9933;
- }
- .social-main i {
- color: #fff;
- }
- .shang-p a {
- background: #7ab951;
- border: 1px solid #7ab951;
- }
- .social-main a:hover {
- color: #fff;
- background: #666;
- }
- .like a:hover, .share-s a:hover, .shang-p a:hover {
- border: 1px solid #666;
- }
- .entry-more a {
- opacity:0
- }
- .post:hover .entry-more a {
- rightright:0;
- opacity:1;
- }
- .post {
- transition:all 0.3s ease 0s;
- }
- .post:hover {
- transform:translateY(-3px);
- z-index:1;
- -webkit-box-shadow:0 15px 32px rgb(175,135,255)!important;
- }
- img:hover {
- -webkit-animation:shenwu 1s .1s ease both;
- -moz-animation:tada 1s .1s ease both;
- }
- @-webkit-keyframes shenwu {
- 0% {
- -webkit-transform:scale(1)
- }
- 10%, 20% {
- -webkit-transform:scale(0.8) rotate(-2deg)
- }
- 30%, 50%, 70%, 90% {
- -webkit-transform:scale(1.1) rotate(2deg)
- }
- 40%, 60%, 80% {
- -webkit-transform:scale(1.1) rotate(-2deg)
- }
- 100% {
- -webkit-transform:scale(1) rotate(0)
- }
- #masthead {
- height: 90px ;
- }
- #header-top{
- {
- display: none;
- }
- @media only screen and (max-width: 900px) {
- #masthead {
- height: 40px;
- }
- }