7 Star 43 Fork 22

唐杰 / JieStyle Two

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
style.css 12.92 KB
一键复制 编辑 原始数据 按行查看 历史
唐杰 提交于 2022-10-07 06:34 . build: v2.6.3
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
/*
Theme Name: JieStyle Two
Theme URI: https://tangjie.me/jiestyle-two
Author: Jarvis Tang
Author URI: https://tangjie.me/
Description: A responsible theme for WordPress.
Version: v2.6.3
License: GNU General Public License v3.0
Tags: black, white, blue, two-columns, right-sidebar
*/
body {
font-family: arial,sans-serif;
line-height: 1.8;
font-size: 16px;
color: #555;
font-weight: 300;
overflow-x: hidden;
background: #fff
}
a {
color: #5bc0eb;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s
}
a:hover {
text-decoration: none!important;
color: #2980b9!important
}
td, th {
border: 1px solid #dddddd;
padding: 6px 10px
}
#header {
position: fixed;
width: 12em;
height: 100%;
background: #5bc0eb;
text-align: center;
z-index: 999
}
#header .avatar {
margin-top: 30px
}
#header .avatar img {
border: 3px solid #fff
}
#header .avatar img:hover {
border-color: #d1f1e9
}
#header h1 {
color: #fff;
font-size: 24px
}
#header .sns a {
color: #d1f1e9;
margin: 0 3px;
font-size: 18px
}
#header .sns a:hover {
color: #fff!important
}
#header .nav {
margin: 20px 0;
font-weight: 400
}
#header .nav ul {
margin: 0 25%;
padding: 0
}
#header .nav ul li {
border-bottom: 1px dashed #d1f1e9;
padding: 6px 0;
list-style: none;
margin: 0
}
#header .nav a {
color: #fff;
font-size: 16px
}
#header .nav a:hover {
cursor: pointer;
color: #d1f1e9!important
}
#header .nav ul li ul {
position: absolute;
display: none;
margin-left: 6em;
margin-top: -34px;
padding: 0 15px;
border-radius: 4px;
background: #3498db;
white-space: nowrap;
z-index: 2000
}
#header .nav ul li ul a {
font-size: 14px
}
#header .nav ul li:hover ul {
display: block
}
#header .weixin {
color: #fff;
font-size: 14px;
position: absolute;
bottom: 10px
}
#main,#footer {
margin-left: 12em;
overflow: hidden;
padding-top: 2em
}
#main .box {
width: 90%;
margin: 0 auto
}
.uptop {
padding: 15px;
margin: 0 0 20px 0;
font-size: 20px;
background-color: whitesmoke;
border-left: 4px solid #f57e42;
box-sizing: border-box;
box-shadow: 0 0 1px #d9d9d9
}
.article-list-1 {
margin-bottom: 50px;
border: 1px solid #e0e0e0;
border-radius: 0;
padding: 10px 15px 20px 15px;
background: #fff
}
.article-list-1 .post-title a {
color: #1c1c1c;
-webkit-transition: color .3s;
transition: .3s;
text-decoration: none;
font-size: 25px
}
.article-list-1 .post-meta {
overflow: hidden;
margin-bottom: 10px;
font-size: 13px;
color: #b3b3b3
}
.article-list-1 .post-meta {
overflow: hidden;
margin-bottom: 10px;
font-size: 13px;
color: #b3b3b3;
white-space: nowrap
}
.article-list-1 .post-meta .meta-span {
margin-right: 15px
}
.article-list-1 .post-meta a {
font-size: 13px;
color: #b3b3b3
}
.article-list-2 {
border-bottom: 1px dashed #d9d9d9;
margin-bottom: 20px;
padding-bottom: 15px
}
.article-list-2 .post-time {
font-size: 12px;
margin-right: 10px;
color: #b3b3b3
}
.article-list-2 .post-title {
margin: 0;
font-size: 18px;
line-height: 2.5
}
.article-list-2 .post-title a {
font-size: 18px;
font-weight: bold;
color: #555
}
.article-list-2 .post-meta {
overflow: hidden;
margin-bottom: 10px;
font-size: 13px;
color: #b3b3b3
}
.article-list-2 .post-meta .meta-span {
margin-right: 15px
}
.article-list-2 .post-meta a {
font-size: 13px;
color: #b3b3b3
}
.article-list-2 .post-meta .post-tags {
margin-left: 10px
}
.widget {
margin-bottom: 25px;
padding: 30px;
background-color: #fff;
border: 1px solid #e0e0e0;
border-radius: 0
}
.widget a {
color: #4c4c4c;
text-decoration: none;
-webkit-transition: color .3s;
transition: color .3s
}
.widget ul {
padding: 0;
margin: 0
}
.widget li {
list-style: none;
padding: 2px 0;
margin: 0
}
.widget .widget-title {
position: relative;
margin: 0 0 15px;
padding-bottom: 15px
}
.widget .widget-title::after {
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 40px;
background-color: #5bc0eb;
content: ""
}
.widget-cat li::before {
content: "\f07b";
font-family: "Font Awesome 5 Free";
font-weight: 400;
margin-right: 8px
}
.widget-hot li::before {
content: "\f15b";
font-family: "Font Awesome 5 Free";
font-weight: 400;
margin-right: 8px
}
.widget-tags {
line-height: 1.5
}
.widget-links li::before {
content: "\f0c1";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 8px
}
.widget-links li a {
font-size: 14px
}
.view-title {
word-break: break-all;
font-size: 32px;
font-weight: bold;
line-height: 1.5;
color: #2f2f2f
}
.view-meta {
margin: 20px 0;
font-size: 13px
}
.view-meta a {
color: #555;
font-size: 13px
}
.view-meta span {
margin-right: 15px
}
.view-content {
color: #2f2f2f;
font-weight: 400;
word-wrap: break-word
}
.view-content h3 {
font-weight: bold;
margin-top: 40px;
margin-bottom: 21px
}
.view-content h4 {
font-weight: bold
}
.view-content img {
max-width: 100%
}
.view-content p {
margin: 0 0 20px 0
}
.view-content blockquote {
padding: 10px 15px;
margin-bottom: 20px;
background-color: whitesmoke;
border-left: 4px solid #999;
word-break: break-word;
font-size: 15px
}
.view-content blockquote p {
margin: 5px 0
}
.view-content h5 {
font-size: 16px;
font-weight: 600;
border: 1px dashed #ddd;
background: #f1f1f1;
padding: 10px;
margin: 20px 0
}
.view-tag {
font-size: 12px;
color: #666;
margin: 30px 0;
overflow: hidden
}
.view-tag a {
color: #666;
margin-right: 10px
}
.support-author {
padding: 25px;
margin-bottom: 40px;
background-color: whitesmoke;
border-left: 4px solid #f57e42;
box-sizing: border-box;
box-shadow: 0 0 1px #d9d9d9
}
.support-author p {
margin: 0 auto 10px;
font-size: 17px;
font-weight: bold
}
.support-author .btn-primary {
border-color: #f57e42;
background: #f57e42
}
.support-author .btn-primary:hover,.support-author .btn-primary:focus {
color: white;
border-color: #f5ad6e;
background-color: #f5ad6e
}
#comments {
margin-top: 50px
}
#comments .comment-head {
margin-bottom: 25px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
color: #666;
font-size: 13px;
font-weight: normal;
line-height: 52px
}
#comments .comment-head a {
margin: 0 5px;
color: #666
}
#comments ul {
margin: 0;
padding: 0
}
#comments ul li {
margin: 0;
padding: 0;
list-style: none
}
#comments .comment_li {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
font-size: 16px;
line-height: 1.5
}
#comments .comment_top {
padding-top: 10px;
margin: 0 0 10px
}
#comments .comment_avatar {
float: left;
width: 50px
}
#comments .comment_avatar img {
border-radius: 50%;
width: 40px
}
#comments .comment_author {
font-size: 14px;
margin: 0;
padding: 0;
color: #5bc0eb
}
#comments .comment_time {
font-size: 12px;
margin: 0;
padding: 0;
color: #b1b1b1
}
#comments .comment_top .pull-right {
margin-top: 10px
}
#comments .comment_top .pull-right a {
font-size: 14px
}
#comments .children {
padding: 0;
margin: 0
}
#comments .children .comment_li {
padding: 5px 0 5px 15px;
border-bottom: 1px dashed #d9d9d9;
border-left: 3px solid #d9d9d9;
font-size: 13px;
margin-bottom: 0;
background-color: #f9f9fa
}
#respond {
background-color: #f9f9fa;
padding: 10px 15px 20px 15px;
margin: 20px 0
}
#respond .comment-notes {
font-size: 12px
}
.required {
color: #f00;
padding: 0 4px
}
.read {
border-top: 1px solid #d9d9d9;
border-bottom: 1px solid whitesmoke;
background-color: whitesmoke;
padding: 1em;
margin-top: 2em
}
.read-head {
margin-bottom: 1em;
color: #555;
font-size: 14px;
font-weight: 600
}
.read-list ul {
margin: 0;
padding: 0
}
.read-list ul li {
padding: 2px 0;
margin: 0;
overflow: hidden;
white-space: nowrap
}
.read-list ul li a {
font-size: 14px;
color: #555
}
.copyright {
overflow: hidden;
padding: 10px 0;
width: 88%;
margin: 0 auto;
background: transparent url(images/footer-line.png) repeat-x top center
}
.copyright p {
font-size: 12px;
margin: 3px 0
}
.copyright a {
color: #555
}
.errors_404 {
width: 100%
}
.errors_404 img {
max-width: 100%;
min-width: 100%
}
.errors_link {
text-align: center;
margin: 20px 0 100px 0
}
.errors_link a {
margin: 0 20px
}
#titleBar {
display: none
}
@media screen and (max-width:1024px) {
#main,#footer {
margin-left: 0;
padding-top: 4em
}
#header {
position: fixed;
top: 0;
right: 0;
z-index: 10002;
display: block;
overflow-y: auto;
width: 23em;
height: 100%;
-webkit-transition: -webkit-transform .5s ease;
-moz-transition: -moz-transform .5s ease;
transition: transform .5s ease;
-webkit-transform: translateX(23em);
-moz-transform: translateX(23em);
transform: translateX(23em);
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-ms-transition: -ms-transform .5s ease;
-ms-transform: translateX(23em)
}
#titleBar {
position: fixed;
top: 0;
left: 0;
z-index: 10001;
display: block;
width: 100%;
height: 44px;
min-width: 320px;
background: #222;
color: #fff;
-webkit-transition: -webkit-transform .5s ease;
-moz-transition: -moz-transform .5s ease;
transition: transform .5s ease;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-ms-transition: -ms-transform .5s ease
}
#titleBar .title {
display: block;
padding: 0 1em;
width: 100%;
height: 44px;
color: #fff;
text-align: center;
font-weight: 700;
line-height: 44px
}
#titleBar .title a {
border: 0;
text-decoration: none
}
#titleBar .toggle {
position: absolute;
top: 0;
right: 0;
width: 6em;
height: 4em;
outline: 0;
border: 0;
text-decoration: none
}
#titleBar .toggle:before {
position: absolute;
top: 0;
right: 0;
display: block;
width: 64px;
height: 44px;
font-size: 18px;
line-height: 44px;
text-align: center;
color: #fff;
background: #5bc0eb;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f0c9"
}
body.header-visible #titleBar,body.header-visible #main {
-webkit-transform: translateX(-23em);
-moz-transform: translateX(-23em);
transform: translateX(-23em);
-ms-transform: translateX(-23em)
}
body.header-visible #header {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
-ms-transform: translateX(0)
}
#header .nav ul li ul {
margin-left: -1em;
margin-top: .5em
}
}
@media screen and (max-width:736px) {
#main {
margin-left: 0;
padding-top: 4em
}
#footer {
margin-left: 0;
padding-top: 1em
}
#main .box {
width: 100%
}
#header .avatar {
display: none
}
#header .weixin {
position: static;
bottom: none;
margin-top: 50px
}
#header {
right: 0;
width: 17em;
-webkit-transform: translateX(17em);
-moz-transform: translateX(17em);
transform: translateX(17em);
-ms-transform: translateX(17em)
}
#titleBar .toggle {
width: 6em;
height: 4em
}
#titleBar .toggle:before {
width: 44px;
font-size: 14px
}
body.header-visible #titleBar,body.header-visible #main {
-webkit-transform: translateX(-17em);
-moz-transform: translateX(-17em);
transform: translateX(-17em);
-ms-transform: translateX(-17em)
}
#header .nav ul li ul {
margin-left: -1em;
margin-top: .5em
}
.modal-dialog {
margin-top: 60px
}
}
.single-dashang img {
margin: 0 8%;
max-width: 180px;
max-height: 180px
}
.footer_search {
width: 88%;
margin: 0 auto;
padding-top: 1em
}
PHP
1
https://gitee.com/pmtangjie/JieStyle-Two.git
git@gitee.com:pmtangjie/JieStyle-Two.git
pmtangjie
JieStyle-Two
JieStyle Two
master

搜索帮助