背景与皮肤

Posted on 2021-11-13 16:11  Capterlliar  阅读(40)  评论(2编辑  收藏  举报

0.背景

---------------------------%%%以上图片来源于网络%%%---------------------------

 

 

 

 

 1.皮肤

  第一套:2021 灰黑色 拉普兰德

                               ---------不知乘月几人归,落月摇情满江树。

  1 a {
  2     text-decoration: none;
  3     color: wheat;
  4 }
  5 /*---------------全局设定---------------*/
  6 #container {
  7     width: auto;
  8     margin: 0;
  9     /*整体背景颜色*/
 10     background-color:#333;
 11 }
 12 #header {
 13     height: 450px;
 14     position: relative;
 15     padding-bottom: 5px;
 16     border-bottom: 10px;
 17     border-bottom-style: solid;
 18     /*封面颜色与图片*/
 19     border-bottom-color: black;
 20     background: url(https://img2020.cnblogs.com/blog/2238275/202111/2238275-20211113171633649-1313276565.png) no-repeat top center;
 21     background-size: cover;/*要放在background下面*/
 22 }
 23 #Header1_HeaderTitle {
 24     position: absolute;
 25     left: 50px;
 26     top: 92px;
 27     font-size: 40px;
 28     /*名字字体与颜色*/
 29     color: wheat;
 30     font-style: italic;
 31     font-family: FZYaoti;
 32 }
 33 #top p {
 34     margin: 0;
 35     text-transform: uppercase;
 36     padding-top: 0;
 37     padding-right: 0;
 38     padding-bottom: 0;
 39     padding-left: 0;
 40     /*以上为覆盖内容*/
 41     position: absolute;
 42     top: 150px;
 43     left: 90px;
 44     font-size: 15px;
 45     font-family: Kaiti;
 46 }
 47 #nav {
 48     margin-top: 0;
 49     text-align: left;
 50     border-bottom-width: 0;
 51     border-bottom-style: none;
 52     border-bottom-color: #666;
 53     padding-top: 0;
 54     padding-bottom: 0;
 55     /*以上为覆盖内容*/
 56     position: absolute;
 57     bottom: 1%;
 58 }
 59 #nav ul li a {
 60     padding: 0.2em 1em;
 61     text-decoration: none;
 62     float: left;
 63     margin-top: 0;
 64     border-right-width: 1px;
 65     border-right-style: solid;
 66     font-weight: bold;
 67     font-size: 20px;
 68     /*color*/
 69     color: wheat;
 70     border-right-color: wheat;
 71 }
 72 #navstats {
 73     text-align: right;
 74     font-size: .9em;
 75     padding: 0;
 76     margin-right: 0;
 77     float: right;
 78     /*以上为覆盖内容*/
 79     width: 340px;
 80     position: absolute;
 81     bottom: 10px;
 82     right: 10px;
 83     color: wheat;
 84 }
 85 /*---------------顶部---------------*/
 86 .post {
 87     padding: 0;
 88     margin: 0;
 89     border-bottom-width: 0;
 90     border-left-width: 0;
 91     border-bottom-style: none;
 92     border-left-style: none;
 93     border-bottom-color: #666;
 94     border-left-color: #666;
 95     /*以上为覆盖内容*/
 96     border-top-style: solid;
 97     border-top-width: 10px;
 98     border-top-color: #666;
 99 }
100 .posthead {
101     padding: 2px 1em;
102     font-size: .9em;
103     margin: 20px;
104 }
105 .posthead h2 {
106     margin: 0;
107     letter-spacing: 1px;
108     /*以上为覆盖内容*/
109     font-size: 30px;
110     padding-top: 20px;
111     padding-bottom: 20px;
112     text-transform: initial;
113 }
114 #cnblogs_post_body {
115     word-break: break-word;
116     opacity: 0.9;
117     padding: 30px;
118     border-radius: 10px;
119     min-height: 600px;
120     background: wheat;
121     color: black;/*字体颜色*/
122 }
123 p a,.postbody{
124     color: peru;
125 }
126 .post img {
127     border: none;
128 }
129 #post_next_prev {
130     padding-top: 100px;
131 }
132 /*---------------发表内容---------------*/
133 .comment_textarea {
134     -webkit-box-sizing: border-box;
135     box-sizing: border-box;
136     border: 0 solid #ddd;
137     max-width: 100%;
138     -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
139     -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
140     margin-bottom: 0;
141     /*以上为覆盖内容*/
142     padding: 8px 14px;
143     border-radius: 3px;
144     background-color: wheat;
145     width: auto;
146     margin-left: 20px;
147 }
148 #commentform_title {
149     background-image:none;/*去掉那个图片*/
150     background-repeat: no-repeat;
151     padding: 0 0 0 25px;
152     margin-bottom: 10px;
153 }
154 .comment_preview p, div.commentform p {
155     margin: 10px 0;
156     text-align: right;
157 }
158 .ad_text_commentbox {
159     margin-top: 200px;
160     margin-bottom: 5px;
161 }
162 /*---------------评论界面---------------*/
163 .postfoot {
164     padding: 0.5em 1em;
165     margin: 0;
166     color: #eee;
167     font-size: .9em;
168     text-align: right;
169 }
170 /*不知道是什么但还是不要删的好*/
View Code

     

  第二套:2022 蓝白色 塞雷娅

                                ---------你我是一丘之貉,也是同墓之骸。

  • 新增部分屏蔽广告

  upd 2022/1/28

  • 新写评论区界面 
  • 再次屏蔽广告,并优化广告界面
  • 注释从底部调到顶部,从下往上看太阴间了我怎么写出这种东西的
/*---------------全局设定---------------*/
a {
    text-decoration: none;
    color: darkblue;
}
p.date a {/*日期颜色*/
    color: black;
}
/*---------------顶部---------------*/
#container {
    width: auto;
    margin: 0;
    /*整体背景颜色*/
    background: url(https://img2020.cnblogs.com/blog/2238275/202112/2238275-20211230195051190-1790619175.jpg);
    background-size: contain;
}
#header {
    height: 500px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 10px;
    border-bottom-style: solid;
    /*封面颜色与图片*/
    border-bottom-color: black;
    background: url(https://img2020.cnblogs.com/blog/2238275/202112/2238275-20211230194711298-29797239.jpg) no-repeat top center;
    background-size: cover;/*要放在background下面*/
}
#Header1_HeaderTitle {
    position: absolute;
    left: 50px;
    top: 40px;
    font-size: 50px;
    /*名字字体与颜色*/
    color: darkblue;
    font-style: italic;
    font-family: FZYaoti;
}
#top p {
    margin: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    /*以上为覆盖内容*/
    position: absolute;
    top: 110px;
    left: 80px;
    font-size: 20px;
    font-family: Kaiti;
    color: darkblue;
}
#nav {
    margin-top: 0;
    text-align: left;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-top: 0;
    padding-bottom: 0;
    /*以上为覆盖内容*/
    position: absolute;
    bottom: 1%;
}
#nav ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    float: left;
    margin-top: 0;
    border-right-width: 0px;
    border-right-style: solid;
    font-weight: bold;
    font-size: 20px;
    /*color*/
    color: lightblue;
    border-right-color: wheat;
}
#nav ul li a:hover{
    background: black;
    color: white;
}
#navstats {
    text-align: right;
    font-size: .9em;
    padding: 0;
    margin-right: 0;
    float: right;
    /*以上为覆盖内容*/
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
}
/*---------------发表内容---------------*/
.post {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666;
    border-left-color: #666;
    /*以上为覆盖内容*/
    border-top-style: none;
    border-top-width: 10px;
    border-top-color: #666;
    color: black;
}
.posthead {
    padding: 2px 1em;
    font-size: .9em;
    margin: 20px 20px 10px 5em;
}
.posthead h2 {
    margin: 0;
    letter-spacing: 1px;
    /*以上为覆盖内容*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}
.postbody {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 5em;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-bottom: 2em;
    line-height: 150%;
    font-size: 1em;
}
#cnblogs_post_body {
    word-break: break-word;
    padding: 30px;
    border-radius: 5px;
    min-height: 600px;
    background: rgba(255,255,255,0.7);
    color: black;
}
p a, .postbody {
    color: cornflowerblue;
}
.post img {
    border: none;
}
#post_next_prev {
    padding-top: 100px;
}
.postfoot {
    padding: 0.5em 1em;
    margin: 0;
    color: black;
    font-size: .9em;
    text-align: right;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    color: black;
    padding-left: 30px;
}
/*---------------标签页---------------*/
#myposts .postDesc2 {
    font-size: 12px;
    color: black;
}
#myposts .myposts_title {
    font-size: 15px;
    color: black;
}
/*---------------评论界面---------------*/
.comment_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ddd;
    max-width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    /*以上为覆盖内容*/
    padding: 8px 14px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    width: auto;
    margin-left: 20px;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
    color: black;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
.ad_text_commentbox {
    margin-top: 100px;
    margin-bottom: 5px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
    color: black;
}
#comment_form{
    padding-left: 50px;
}
#comment_nav {
    margin: 10px;
    text-align: right;
}
/*---------------日历和边栏---------------*/
.CalTitle {
    background-color: lightblue;
    font-size: 13px;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
.CalWeekendDay {
    background:none;
}
.CalDayHeader {
    background: none;
    font-weight: bold;
}
.Cal {
    width: 180px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    border-color: azure;
    background: none;
    color: black;
}
#sidebar-a h3 {
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    margin-top: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    padding-bottom: 5px;
    margin-left: 1em;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    color: black;
}
/*---------------底部--------------*/
#footer {
    clear: both;
    padding: 100px 5px 5px 5px;
    font-size: .9em;
}
/*---------------评论区---------------*/
#blog-comments-placeholder{
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-left: 75px;
}
#blog-comments-placeholder h2{
    font-size: 10px;
}
#blog-comments-placeholder h3{
    visibility: hidden;
}
#tip_comment2{
    visibility: hidden;
}
/*---------------广告管理---------------*/
#cnblogs_c1, #cnblogs_c1 img {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_c2 {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_ch {
    margin-top: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
    color: black;
}
#under_post_card1{
    float: left;
    width: 40%;
    margin-left: 25px
}
#under_post_card2{
    float: right;
    width: 50%;
}
View Code

  

第三套:2022 青绿色 夕

                                ---------生活需要点随心所欲,所以我学会了修摩托。

  • 增加mix-blend-mode
  • 细化不同超链接颜色
  • 调整日历界面
  • 调整代码框
/*---------------全局设定---------------*/
a{
    color: aliceblue;
}
p.date a {/*日期颜色*/
    color: black;
}
/*---------------顶部---------------*/
#container {
    width: auto;
    margin: 0;
    /*整体背景颜色*/
    background: url(https://img2022.cnblogs.com/blog/2238275/202205/2238275-20220526180811429-1497659745.jpg);
    background-size: auto;
}
#header {
    height: 500px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 10px;
    border-bottom-style: solid;
    /*封面颜色与图片*/
    border-bottom-color: black;
    background: url(https://img2022.cnblogs.com/blog/2238275/202205/2238275-20220525215236685-146078178.jpg) no-repeat top center;
    background-size: cover;/*要放在background下面*/
}
#Header1_HeaderTitle {
    position: absolute;
    right: 50px;
    top: 40px;
    font-size: 50px;
    /*名字字体与颜色*/
    color: white;
    mix-blend-mode: overlay;
    font-style: italic;
    font-family: FZYaoti;
}
#top p {
    margin: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    /*以上为覆盖内容*/
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 20px;
    font-family: Kaiti;
    color: white;
}
#nav {
    margin-top: 0;
    text-align: left;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-top: 0;
    padding-bottom: 0;
    /*以上为覆盖内容*/
    position: absolute;
    bottom: 1%;
}
#nav ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    float: left;
    margin-top: 0;
    border-right-width: 0px;
    border-right-style: solid;
    font-weight: bold;
    font-size: 20px;
    /*color*/
    color: white;
    mix-blend-mode: overlay;
    border-right-color: wheat;
}
#nav ul li a:hover{
    background: black;
    color: white;
}
#navstats {
    text-align: right;
    font-size: .9em;
    padding: 0;
    margin-right: 0;
    float: right;
    /*以上为覆盖内容*/
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
}
/*---------------发表内容---------------*/
.post {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666;
    border-left-color: #666;
    /*以上为覆盖内容*/
    border-top-style: none;
    border-top-width: 10px;
    border-top-color: #666;
    color: black;
}
.posthead {
    padding: 2px 1em;
    font-size: .9em;
    margin: 20px 20px 10px 5em;
}
.posthead h2 {
    margin: 0;
    letter-spacing: 1px;
    /*以上为覆盖内容*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}
.postbody {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 5em;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-bottom: 2em;
    line-height: 150%;
    font-size: 1em;
}
#cnblogs_post_body a{
    color: cadetblue;
}
#cnblogs_post_body {
    word-break: break-word;
    padding: 30px;
    border-radius: 5px;
    min-height: 600px;
    background: rgba(255,255,255,0.7);
    color: black;
}
p a, .postbody {
    color: black;
}
.post img {
    border: none;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
.postfoot {
    padding: 0.5em 1em;
    margin: 0;
    color: black;
    font-size: .9em;
    text-align: right;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    color: black;
    padding-left: 30px;
}
.c_b_p_desc_readmore {
    padding-left: 5px;
    float: right;
}
.blogpost-body blockquote {
    background: rgba(255,255,255,0.7);
    border-left: 3px solid #e2dfdf;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 10px 0;
    padding: 5px 10px;
    color: #555;
}
.cnblogs_code {
    background-color: rgba(244,244,244,0.5);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 2px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    border-radius: 10px;
    color: #000;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(244,244,244,0) !important;
    border: none !important;
}
.cnblogs_code div {
    background-color: rgba(244,244,244,0);
}
/* .cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(255,255,255,0);
    border: none !important;
} */
/*---------------标签页---------------*/
#myposts .postDesc2 {
    font-size: 12px;
    color: black;
}
#myposts .myposts_title {
    font-size: 15px;
    color: black;
}
#taglist_main {
    color: black;
    margin-top: 20px;
}
#MyTag1_dtTagList{
    width: 100%;
}
/*---------------评论界面---------------*/
.comment_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ddd;
    max-width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    /*以上为覆盖内容*/
    padding: 8px 14px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    width: auto;
    margin-left: 20px;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
    color: black;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
.ad_text_commentbox {
    margin-top: 100px;
    margin-bottom: 5px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
    color: black;
}
#comment_form{
    padding-left: 50px;
}
#comment_nav {
    margin: 10px;
    text-align: right;
}
/*---------------日历和边栏---------------*/
.CalTitle {
    background-color: rgba(255,255,255,0.3);
    font-size: 13px;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
.CalWeekendDay {
    background:none;
}
.CalDayHeader {
    background: none;
    font-weight: bold;
    mix-blend-mode: overlay;
    color: antiquewhite;
}
#calendar {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.3);
    width: fit-content;
}
.Cal {
    width: 180px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    border-color: azure;
    background: none;
    color: black;
}
#sidebar-a h3 {
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    margin-top: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    padding-bottom: 5px;
    margin-left: 1em;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
    text-decoration: none;
    margin-right: 0;
    mix-blend-mode: overlay;
    padding: 2px;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    color: black;
}
/*---------------底部--------------*/
#footer {
    clear: both;
    padding: 100px 5px 5px 5px;
    font-size: .9em;
}
/*---------------评论区---------------*/
#blog-comments-placeholder{
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-left: 75px;
}
#blog-comments-placeholder h2{
    font-size: 10px;
}
#blog-comments-placeholder h3{
    visibility: hidden;
}
#tip_comment2{
    visibility: hidden;
}
#blog_post_info_block {
    display: block;
}
#div_digg {
    float: right;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 0px;
    width: 0px;
    text-align: center;
    margin: 0px;
    visibility: hidden;
}
#blog_post_info {
    float: left;
    height: 100px;
    width: 80%;
    /* padding-top: 20px; */
}
#green_channel {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
#EntryTag {
    margin-top: 0;
    width: 20%;
    height: 100px;
    float: right;
    text-align: end;
}
#blog-comments-placeholder a{
    color: black;
}
/*---------------广告管理---------------*/
#cnblogs_c1, #cnblogs_c1 img {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_c2 {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_ch {
    margin-top: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
    color: black;
}
#under_post_card1{
    float: left;
    width: 40%;
    margin-left: 25px
}
#under_post_card2{
    float: right;
    width: 50%;
}
/*---------------翻页动画---------------*/
.pager a:hover{
    background: white;
    color: lightblue;
}
View Code

 

  第四套:2022 深蓝色 莫斯提马

                                ---------押し寄せた闇 振り払って進むよ

  • 页面颜色集中设置
/*---------------快速调色---------------*/
/*文章标题,首页发布日期*/
a,p.date a, #commentbox_opt a, .pager a:hover, .c_ad_block, .under-post-card{
    color: lightblue;
}
/*ID,文章标题下的字,下一篇,首页文章标题下的字*/
#Header1_HeaderTitle, .posthead, #post_next_prev, .postfoot, 
#myposts .postDesc2, #taglist_main, #myposts .myposts_title,
#commentform_title, .comment_preview p, div.commentform p,
#sidebar-a h3, #blog-comments-placeholder a{
    color: cornflowerblue;
}
/*子标题,*/
#top p {
    color: darkblue;
}
/*导航,*/
#nav ul li a {
    color: white;
}
/*文章内链接,*/
#cnblogs_post_body a{
    color: lavender;
}
/*摘要,*/
.c_b_p_desc{
    color: white;
}
/*---------------顶部---------------*/
#container {
    width: auto;
    margin: 0;
    background: url(https://img2022.cnblogs.com/blog/2238275/202210/2238275-20221022173829287-507137839.png);
    background-position-x: 0px;
    background-position-y: 470px;
    background-size: 100%;
}
#header {
    height: 470px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: black;
    background: url(https://img2022.cnblogs.com/blog/2238275/202210/2238275-20221022171638995-1638781242.png) no-repeat top center;
    background-size: 100%;
}
#Header1_HeaderTitle {
    position: absolute;
    right: 50px;
    top: 30px;
    font-size: 50px;
    /* mix-blend-mode: color-burn; */
    font-style: italic;
    font-family: STLiti;
}
#top p {
    margin: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 95px;
    right: 30px;
    font-size: 20px;
    font-family: cursive;
}
#nav {
    margin-top: 0;
    text-align: left;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-top: 0;
    padding-bottom: 0;
    /*以上为覆盖内容*/
    position: absolute;
    bottom: 1%;
}
#nav ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    float: left;
    margin-top: 0;
    border-right-width: 0px;
    border-right-style: solid;
    font-weight: bold;
    font-size: 20px;
    /*color*/
    mix-blend-mode: overlay;
    border-right-color: wheat;
}
#nav ul li a:hover{
    background: black;
    color: white;
}
#navstats {
    text-align: right;
    font-size: .9em;
    padding: 0;
    margin-right: 0;
    float: right;
    /*以上为覆盖内容*/
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
}
/*---------------发表内容---------------*/
.post {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666;
    border-left-color: #666;
    /*以上为覆盖内容*/
    border-top-style: none;
    border-top-width: 10px;
    border-top-color: #666;
    color: black;
}
.posthead {
    padding: 2px 1em;
    font-size: .9em;
    margin: 20px 20px 10px 5em;
}
.posthead h2 {
    margin: 0;
    letter-spacing: 1px;
    /*以上为覆盖内容*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}
.postbody {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 5em;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-bottom: 2em;
    line-height: 150%;
    font-size: 1em;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
#cnblogs_post_body {
    word-break: break-word;
    padding: 30px;
    border-radius: 5px;
    min-height: 600px;
    background: rgba(255,255,255,0.7);
    color: black;
}
#cnblogs_post_body hr {
    border-top: 1px solid black;
}
p a, .postbody {
    color: black;
}
.post img {
    border: none;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
.postfoot {
    padding: 0.5em 1em;
    margin: 0;
    font-size: .9em;
    text-align: right;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    padding-left: 30px;
}
.c_b_p_desc_readmore {
    padding-left: 5px;
    float: right;
}
.blogpost-body blockquote {
    background: rgba(255,255,255,0.7);
    border-left: 3px solid #e2dfdf;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 10px 0;
    padding: 5px 10px;
    color: #555;
}
.cnblogs_code {
    background-color: rgba(244,244,244,0.5);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 2px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    border-radius: 10px;
    color: #000;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(244,244,244,0) !important;
    border: none !important;
}
.cnblogs_code div {
    background-color: rgba(244,244,244,0);
}
/* .cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(255,255,255,0);
    border: none !important;
} */
/*---------------标签页---------------*/
#myposts .postDesc2 {
    font-size: 12px;
}
#myposts .myposts_title {
    font-size: 15px;
}
#taglist_main {
    margin-top: 20px;
}
#MyTag1_dtTagList{
    width: 100%;
}
/*---------------评论界面---------------*/
.comment_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ddd;
    max-width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    /*以上为覆盖内容*/
    padding: 8px 14px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    width: auto;
    margin-left: 20px;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
.ad_text_commentbox {
    margin-top: 100px;
    margin-bottom: 5px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
#commentbox_opt a {
    padding-left: 10px;
}
#comment_form{
    padding-left: 50px;
}
#comment_nav {
    margin: 10px;
    text-align: right;
}
/*---------------日历和边栏---------------*/
.CalTitle {
    background-color: rgba(255,255,255,0.3);
    font-size: 13px;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
.CalWeekendDay {
    background:none;
}
.CalDayHeader {
    background: none;
    font-weight: bold;
    mix-blend-mode: overlay;
    color: antiquewhite;
}
#calendar {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.3);
    width: fit-content;
}
.Cal {
    width: 180px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    border-color: azure;
    background: none;
    color: black;
}
#sidebar-a h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    margin-top: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    padding-bottom: 5px;
    margin-left: 1em;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
    text-decoration: none;
    margin-right: 0;
    //mix-blend-mode: overlay;
    padding: 2px;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    color: aliceblue;
}
#news {
    margin-bottom: .5em;
    border: 1px dotted #ccc;
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
    width: 167px;
    margin-left: 10px;
}
/*---------------底部--------------*/
#footer {
    clear: both;
    padding: 100px 5px 5px 5px;
    font-size: .9em;
}
/*---------------评论区---------------*/
#blog-comments-placeholder{
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-left: 75px;
}
#blog-comments-placeholder h2{
    font-size: 10px;
}
#blog-comments-placeholder h3{
    visibility: hidden;
}
#tip_comment2{
    visibility: hidden;
}
#blog_post_info_block {
    display: block;
}
#div_digg {
    float: right;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 0px;
    width: 0px;
    text-align: center;
    margin: 0px;
    visibility: hidden;
}
#blog_post_info {
    float: left;
    height: 100px;
    width: 80%;
    /* padding-top: 20px; */
}
#green_channel {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
#EntryTag {
    margin-top: 0;
    width: 20%;
    height: 100px;
    float: right;
    text-align: end;
}
/*---------------广告管理---------------*/
#cnblogs_c1, #cnblogs_c1 img {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_c2 {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_ch {
    margin-top: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
}
#under_post_card1{
    float: left;
    width: 40%;
    margin-left: 25px
}
#under_post_card2{
    float: right;
    width: 50%;
}
/*---------------翻页动画---------------*/
.pager a:hover{
    background: white;
}
View Code

 

  第五套:2023 粉黄色 澄闪

                                ---------いつになったらなくした未来を

                                      私ここでまた見ることできるの?

  •  微调
/*---------------快速调色---------------*/
/*文章标题,首页发布日期*/
a,p.date a, #commentbox_opt a, .pager a:hover, .c_ad_block, .under-post-card{
    color: lightcoral;
}
/*ID,文章标题下的字,下一篇,首页文章标题下的字*/
#Header1_HeaderTitle{
    color: lightcoral;
}
.posthead, #post_next_prev, .postfoot, 
#myposts .postDesc2, #taglist_main, #myposts .myposts_title,
#commentform_title, .comment_preview p, div.commentform p,
#sidebar-a h3, #blog-comments-placeholder a, .entrylistTitle{
    color: rgb(211,82,82);
}
/*子标题,*/
#top p {
    color: burlywood;
}
/*文章内链接,*/
#cnblogs_post_body a{
    color: lightcoral;
}
/*摘要,*/
.c_b_p_desc{
    color: black;
}
/*引用,*/
.blogpost-body blockquote {
    background: rgba(255,255,255,0.3);
}
/*边栏*/
.CalDayHeader, #profile_block, #footer, #navstats {
    color: rgb(139,55,55) !important;
}
/*日历今日日期颜色*/
.CalTodayDay{
    color: rgb(139,55,55);
}
/*工具栏*/
#nav ul li a {
    /* mix-blend-mode: multiply; */
    color: rgb(255,255,255,0.8);
    background-color: rgb(243 127 127 / 50%);
    border-right-color: lightcoral;
}
.pager a{
    color: lightcoral;
}
.pager{
    color: rgb(211,82,82)
}
/*---------------全局设定---------------*/
/*---------------顶部---------------*/
#container {
    width: auto;
    margin: 0;
    background: url(https://img2023.cnblogs.com/blog/2238275/202212/2238275-20221224191910700-1547432009.png);
    background-position-x: 0px;
    background-position-y: 430px;
    background-size: 100%;
}
#header {
    height: 430px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: black;
    background: url(https://img2023.cnblogs.com/blog/2238275/202212/2238275-20221224191337027-80185492.png) no-repeat top center;
    background-size: 100%;
}
#Header1_HeaderTitle {
    position: absolute;
    right: 50px;
    top: 30px;
    font-size: 50px;
    /* mix-blend-mode: color-burn; */
    font-style: italic;
    font-family: STLiti;
}
#top p {
    margin: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 95px;
    right: 30px;
    font-size: 20px;
    font-family: cursive;
}
#nav {
    margin-top: 0;
    text-align: left;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-top: 0;
    padding-bottom: 0;
    /*以上为覆盖内容*/
    position: absolute;
    bottom: 1%;
}
#nav ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    float: left;
    margin-top: 0;
    border-right-width: 0px;
    border-right-style: solid;
    font-weight: bold;
    font-size: 20px;
}
#nav ul li a:hover{
    background: black;
    color: white;
}
#navstats {
    text-align: right;
    font-size: .9em;
    padding: 0;
    margin-right: 0;
    float: right;
    /*以上为覆盖内容*/
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.pager a {
    border: 0px solid #9aafe5;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
}
/*---------------发表内容---------------*/
.post {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666;
    border-left-color: #666;
    /*以上为覆盖内容*/
    border-top-style: none;
    border-top-width: 10px;
    border-top-color: #666;
    color: black;
}
.posthead {
    padding: 2px 1em;
    font-size: .9em;
    margin: 20px 20px 10px 5em;
}
.posthead h2 {
    margin: 0;
    letter-spacing: 1px;
    /*以上为覆盖内容*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}
.postbody {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 5em;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-bottom: 2em;
    line-height: 150%;
    font-size: 1em;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
#cnblogs_post_body {
    word-break: break-word;
    padding: 30px;
    border-radius: 5px;
    min-height: 600px;
    background: rgba(255,255,255,0.7);
    color: black;
}
#cnblogs_post_body hr {
    border-top: 1px solid black;
}
p a, .postbody {
    color: black;
}
.post img {
    border: none;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
.postfoot {
    padding: 0.5em 1em;
    margin: 0;
    font-size: .9em;
    text-align: right;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    padding-left: 30px;
}
.c_b_p_desc_readmore {
    padding-left: 5px;
    float: right;
}
.blogpost-body blockquote {
    border-left: 3px solid #e2dfdf;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 10px 0;
    padding: 5px 10px;
    color: #555;
}
.cnblogs_code {
    background-color: rgba(244,244,244,0.5);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 2px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    border-radius: 10px;
    color: #000;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(244,244,244,0) !important;
    border: none !important;
}
.cnblogs_code div {
    background-color: rgba(244,244,244,0);
}
/* .cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(255,255,255,0);
    border: none !important;
} */
/*---------------标签页---------------*/
#myposts .postDesc2 {
    font-size: 12px;
}
#myposts .myposts_title {
    font-size: 15px;
}
#taglist_main {
    margin-top: 20px;
}
#MyTag1_dtTagList{
    width: 100%;
}
/*---------------评论界面---------------*/
.comment_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ddd;
    max-width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    /*以上为覆盖内容*/
    padding: 8px 14px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    width: auto;
    margin-left: 20px;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
.ad_text_commentbox {
    margin-top: 100px;
    margin-bottom: 5px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
#commentbox_opt a {
    padding-left: 10px;
}
#comment_form{
    padding-left: 50px;
}
#comment_nav {
    margin: 10px;
    text-align: right;
}
.blog_comment_body{
    padding-left: 2em;
}
/*---------------日历和边栏---------------*/
.CalTitle {
    background-color: rgba(255,255,255,0.3);
    font-size: 13px;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
.CalWeekendDay {
    background:none;
}
.CalDayHeader {
    font-weight: bold;
    mix-blend-mode: overlay;
    background-color: white;
}
#calendar {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.3);
    width: fit-content;
}
.Cal {
    width: 180px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    border-color: azure;
    background: none;
    color: black;
}
#sidebar-a h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    margin-top: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    padding-bottom: 5px;
    margin-left: 1em;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
    text-decoration: none;
    margin-right: 0;
    //mix-blend-mode: overlay;
    padding: 2px;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}
#news {
    margin-bottom: .5em;
    border: 1px dotted #ccc;
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
    width: 167px;
    margin-left: 10px;
}
/*---------------底部--------------*/
#footer {
    clear: both;
    padding: 100px 5px 5px 5px;
    font-size: .9em;
}
/*---------------评论区---------------*/
#blog-comments-placeholder{
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-left: 75px;
}
#blog-comments-placeholder h2{
    font-size: 10px;
}
#blog-comments-placeholder h3{
    visibility: hidden;
}
#tip_comment2{
    visibility: hidden;
}
#blog_post_info_block {
    display: block;
}
#div_digg {
    float: right;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 0px;
    width: 0px;
    text-align: center;
    margin: 0px;
    visibility: hidden;
}
#blog_post_info {
    float: left;
    height: 100px;
    width: 80%;
    /* padding-top: 20px; */
}
#green_channel {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
#EntryTag {
    margin-top: 0;
    width: 20%;
    height: 100px;
    float: right;
    text-align: end;
}
/*---------------广告管理---------------*/
#cnblogs_c1, #cnblogs_c1 img {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_c2 {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_ch {
    margin-top: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
}
#under_post_card1{
    float: left;
    width: 40%;
    margin-left: 25px
}
#under_post_card2{
    float: right;
    width: 50%;
}
#HistoryToday, .recomm-block {
    max-width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
/*---------------翻页动画---------------*/
View Code

 

第六套:2023 棕红色 莫斯提马

                                ---------那么,你为我的坟墓献过花吗?

 

/*---------------快速调色---------------*/
/*文章标题,首页发布日期*/
a,p.date a, #commentbox_opt a, .pager a:hover, .c_ad_block, .under-post-card{
    color: wheat;
}
/*ID,文章标题下的字,下一篇,首页文章标题下的字*/
#Header1_HeaderTitle{
    color: darkblue;
}
.posthead, #post_next_prev, .postfoot, 
#myposts .postDesc2, #taglist_main, #myposts .myposts_title,
#commentform_title, .comment_preview p, div.commentform p,
#sidebar-a h3, #blog-comments-placeholder a, .entrylistTitle{
    color: antiquewhite;
}
/*子标题,*/
#top p {
    color: dimgray;
}
/*文章内链接,*/
#cnblogs_post_body a{
    color: darkolivegreen;
}
/*摘要,*/
.c_b_p_desc{
    color: white;
}
/*引用,*/
.blogpost-body blockquote {
    background: rgba(255,255,255,0.3);
}
/*边栏*/
.CalDayHeader, #profile_block, #footer, #navstats {
    color: wheat !important;
}
/*日历今日日期颜色*/
.CalTodayDay{
    color: sandybrown;
}
/*工具栏*/
#nav ul li a {
    /* mix-blend-mode: multiply; */
    color: rgb(255,255,255,0.8);
    //background-color: rgb(243 127 127 / 50%);
    mix-blend-mode: overlay;
    border-right-color: wheat;
}
.pager a{
    color: wheat;
}
.pager{
    color: khaki
}
/*---------------全局设定---------------*/
/*---------------顶部---------------*/
#container {
    width: auto;
    margin: 0;
    background: url(https://img2023.cnblogs.com/blog/2238275/202301/2238275-20230131175758778-1960005793.png);
    background-position-x: 0px;
    background-position-y: 480px;
    background-size: 100%;
}
#header {
    height: 480px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: black;
    background: url(https://img2023.cnblogs.com/blog/2238275/202301/2238275-20230131175246169-1586514656.png) no-repeat top center;
    background-size: 100%;
}
#Header1_HeaderTitle {
    position: absolute;
    left: 50px;
    top: 30px;
    font-size: 50px;
    /* mix-blend-mode: color-burn; */
    font-style: italic;
    font-family: STLiti;
}
#top p {
    margin: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 95px;
    left: 90px;
    font-size: 20px;
    font-family: cursive;
}
#nav {
    margin-top: 0;
    text-align: left;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-top: 0;
    padding-bottom: 0;
    /*以上为覆盖内容*/
    position: absolute;
    bottom: 1%;
}
#nav ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    float: left;
    margin-top: 0;
    border-right-width: 0px;
    border-right-style: solid;
    font-weight: bold;
    font-size: 20px;
}
#nav ul li a:hover{
    background: black;
    color: white;
}
#navstats {
    text-align: right;
    font-size: .9em;
    padding: 0;
    margin-right: 0;
    float: right;
    /*以上为覆盖内容*/
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.pager a {
    border: 0px solid #9aafe5;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
}
/*---------------发表内容---------------*/
.post {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666;
    border-left-color: #666;
    /*以上为覆盖内容*/
    border-top-style: none;
    border-top-width: 10px;
    border-top-color: #666;
    color: black;
}
.posthead {
    padding: 2px 1em;
    font-size: .9em;
    margin: 20px 20px 10px 5em;
}
.posthead h2 {
    margin: 0;
    letter-spacing: 1px;
    /*以上为覆盖内容*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}
.postbody {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 5em;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-bottom: 2em;
    line-height: 150%;
    font-size: 1em;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
#cnblogs_post_body {
    word-break: break-word;
    padding: 30px;
    border-radius: 5px;
    min-height: 600px;
    background: rgba(255,255,255,0.7);
    color: black;
}
#cnblogs_post_body hr {
    border-top: 1px solid black;
}
p a, .postbody {
    color: black;
}
.post img {
    border: none;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
.postfoot {
    padding: 0.5em 1em;
    margin: 0;
    font-size: .9em;
    text-align: right;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    padding-left: 30px;
}
.c_b_p_desc_readmore {
    padding-left: 5px;
    float: right;
}
.blogpost-body blockquote {
    border-left: 3px solid #e2dfdf;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 10px 0;
    padding: 5px 10px;
    color: #555;
}
.cnblogs_code {
    background-color: rgba(244,244,244,0.5);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 2px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    border-radius: 10px;
    color: #000;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(244,244,244,0) !important;
    border: none !important;
}
.cnblogs_code div {
    background-color: rgba(244,244,244,0);
}
/* .cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(255,255,255,0);
    border: none !important;
} */
/*---------------标签页---------------*/
#myposts .postDesc2 {
    font-size: 12px;
}
#myposts .myposts_title {
    font-size: 15px;
}
#taglist_main {
    margin-top: 20px;
}
#MyTag1_dtTagList{
    width: 100%;
}
/*---------------评论界面---------------*/
.comment_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ddd;
    max-width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    /*以上为覆盖内容*/
    padding: 8px 14px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    width: auto;
    margin-left: 20px;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
.ad_text_commentbox {
    margin-top: 100px;
    margin-bottom: 5px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
#commentbox_opt a {
    padding-left: 10px;
}
#comment_form{
    padding-left: 50px;
}
#comment_nav {
    margin: 10px;
    text-align: right;
}
.blog_comment_body{
    padding-left: 2em;
}
/*---------------日历和边栏---------------*/
.CalTitle {
    background-color: rgba(255,255,255,0.3);
    font-size: 13px;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
.CalWeekendDay {
    background:none;
}
.CalDayHeader {
    font-weight: bold;
    mix-blend-mode: overlay;
    background-color: white;
}
#calendar {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.3);
    width: fit-content;
}
.Cal {
    width: 180px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    border-color: azure;
    background: none;
    color: black;
}
#sidebar-a h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    margin-top: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    padding-bottom: 5px;
    margin-left: 1em;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
    text-decoration: none;
    margin-right: 0;
    //mix-blend-mode: overlay;
    padding: 2px;
}
#sidebar_search_box{
    margin-left: 10px;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}
#news {
    margin-bottom: .5em;
    border: 1px dotted #ccc;
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
    width: 167px;
    margin-left: 10px;
}
/*---------------底部--------------*/
#footer {
    clear: both;
    padding: 100px 5px 5px 5px;
    font-size: .9em;
}
/*---------------评论区---------------*/
#blog-comments-placeholder{
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-left: 75px;
}
#blog-comments-placeholder h2{
    font-size: 10px;
}
#blog-comments-placeholder h3{
    visibility: hidden;
}
#tip_comment2{
    visibility: hidden;
}
#blog_post_info_block {
    display: block;
}
#div_digg {
    float: right;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 0px;
    width: 0px;
    text-align: center;
    margin: 0px;
    visibility: hidden;
}
#blog_post_info {
    float: left;
    height: 100px;
    width: 80%;
    /* padding-top: 20px; */
}
#green_channel {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
#EntryTag {
    margin-top: 0;
    width: 20%;
    height: 100px;
    float: right;
    text-align: end;
}
/*---------------广告管理---------------*/
#cnblogs_c1, #cnblogs_c1 img {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_c2 {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_ch {
    margin-top: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
}
#under_post_card1{
    float: left;
    width: 40%;
    margin-left: 25px
}
#under_post_card2{
    float: right;
    width: 50%;
}
#HistoryToday, .recomm-block {
    max-width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
/*---------------翻页动画---------------*/
View Code

 

第七套:2023 红色 伊地知虹夏(Heaven for Death)

                                ---------我亦是行人

 

/*---------------快速调色---------------*/
/*文章标题,首页发布日期*/
a,p.date a, #commentbox_opt a, .pager a:hover, .c_ad_block, .under-post-card{
    color: chocolate;
}
/*ID*/
#Header1_HeaderTitle{
    color: aliceblue;
}
/*子标题,*/
#top p {
    color: teal;
}
/*摘要,*/
.c_b_p_desc{
    color: black;
}
/*文章内链接,*/
#cnblogs_post_body a{
    color: coral;
}
.posthead, #post_next_prev, .postfoot, 
#myposts .postDesc2, #taglist_main, #myposts .myposts_title,
#sidebar-a h3, .entrylistTitle, #commentform_title, .comment_preview p, div.commentform p,
#blog-comments-placeholder a{
    color: maroon;
}

/*引用,*/
.blogpost-body blockquote {
    background: rgba(255,255,255,0.3);
}
/*边栏*/
.CalDayHeader, #profile_block, #footer, #navstats {
    color: maroon !important;
}
/*日历今日日期颜色*/
.CalTodayDay{
    color: sandybrown;
}
/*工具栏*/
#nav ul li a {
    /* mix-blend-mode: multiply; */
    color: rgb(255,255,255,0.8);
    //background-color: rgb(243 127 127 / 50%);
    mix-blend-mode: overlay;
    border-right-color: wheat;
}
.pager a{
    color: maroon;
}
.pager{
    color: cornflowerblue;
}
/*---------------全局设定---------------*/
/*---------------顶部---------------*/
#container {
    width: auto;
    margin: 0;
    background: url(https://img2023.cnblogs.com/blog/2238275/202304/2238275-20230409162857537-698550986.png);
    background-position-x: 0px;
    background-position-y: 480px;
    background-size: 100%;
}
#header {
    height: 550px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: black;
    background: url(https://img2023.cnblogs.com/blog/2238275/202304/2238275-20230409162936648-194188561.png) no-repeat top center;
    background-size: 100%;
}
#Header1_HeaderTitle {
    position: absolute;
    right: 90px;
    top: 30px;
    font-size: 50px;
    /* mix-blend-mode: color-burn; */
    font-style: italic;
    font-family: STLiti;
}
#top p {
    margin: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 95px;
    right: 250px;
    font-size: 20px;
    font-family: cursive;
}
#nav {
    margin-top: 0;
    text-align: left;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-top: 0;
    padding-bottom: 0;
    /*以上为覆盖内容*/
    position: absolute;
    bottom: 1%;
}
#nav ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    float: left;
    margin-top: 0;
    border-right-width: 0px;
    border-right-style: solid;
    font-weight: bold;
    font-size: 20px;
}
#nav ul li a:hover{
    background: black;
    color: white;
}
#navstats {
    text-align: right;
    font-size: .9em;
    padding: 0;
    margin-right: 0;
    float: right;
    /*以上为覆盖内容*/
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.pager a {
    border: 0px solid #9aafe5;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
}
/*---------------发表内容---------------*/
.post {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666;
    border-left-color: #666;
    /*以上为覆盖内容*/
    border-top-style: none;
    border-top-width: 10px;
    border-top-color: #666;
    color: black;
}
.posthead {
    padding: 2px 1em;
    font-size: .9em;
    margin: 20px 20px 10px 5em;
}
.posthead h2 {
    margin: 0;
    letter-spacing: 1px;
    /*以上为覆盖内容*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}
.postbody {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 5em;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-bottom: 2em;
    line-height: 150%;
    font-size: 1em;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
#cnblogs_post_body {
    word-break: break-word;
    padding: 30px;
    border-radius: 5px;
    min-height: 600px;
    background: rgba(255,255,255,0.7);
    color: black;
}
#cnblogs_post_body hr {
    border-top: 1px solid black;
}
p a, .postbody {
    color: black;
}
.post img {
    border: none;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
.postfoot {
    padding: 0.5em 1em;
    margin: 0;
    font-size: .9em;
    text-align: right;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    padding-left: 30px;
}
.c_b_p_desc_readmore {
    padding-left: 5px;
    float: right;
}
.blogpost-body blockquote {
    border-left: 3px solid #e2dfdf;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 10px 0;
    padding: 5px 10px;
    color: #555;
}
.cnblogs_code {
    background-color: rgba(244,244,244,0.5);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 2px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    border-radius: 10px;
    color: #000;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(244,244,244,0) !important;
    border: none !important;
}
.cnblogs_code div {
    background-color: rgba(244,244,244,0);
}
/* .cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(255,255,255,0);
    border: none !important;
} */
/*---------------标签页---------------*/
#myposts .postDesc2 {
    font-size: 12px;
}
#myposts .myposts_title {
    font-size: 15px;
}
#taglist_main {
    margin-top: 20px;
}
#MyTag1_dtTagList{
    width: 100%;
}
/*---------------评论界面---------------*/
.comment_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ddd;
    max-width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    /*以上为覆盖内容*/
    padding: 8px 14px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    width: auto;
    margin-left: 20px;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
.ad_text_commentbox {
    margin-top: 100px;
    margin-bottom: 5px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
#commentbox_opt a {
    padding-left: 10px;
}
#comment_form{
    padding-left: 50px;
}
#comment_nav {
    margin: 10px;
    text-align: right;
}
.blog_comment_body{
    padding-left: 2em;
}
/*---------------日历和边栏---------------*/
.CalTitle {
    background-color: rgba(255,255,255,0.3);
    font-size: 13px;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
.CalWeekendDay {
    background:none;
}
.CalDayHeader {
    font-weight: bold;
    mix-blend-mode: overlay;
    background-color: white;
}
#calendar {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.3);
    width: fit-content;
}
.Cal {
    width: 180px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    border-color: azure;
    background: none;
    color: black;
}
#sidebar-a h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    margin-top: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    padding-bottom: 5px;
    margin-left: 1em;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
    text-decoration: none;
    margin-right: 0;
    //mix-blend-mode: overlay;
    padding: 2px;
}
#sidebar_search_box{
    margin-left: 10px;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}
#news {
    margin-bottom: .5em;
    border: 1px dotted #ccc;
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
    width: 167px;
    margin-left: 10px;
}
/*---------------底部--------------*/
#footer {
    clear: both;
    padding: 100px 5px 5px 5px;
    font-size: .9em;
}
/*---------------评论区---------------*/
#blog-comments-placeholder{
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    margin-left: 75px;
}
#blog-comments-placeholder h2{
    font-size: 10px;
}
#blog-comments-placeholder h3{
    visibility: hidden;
}
#tip_comment2{
    visibility: hidden;
}
#blog_post_info_block {
    display: block;
}
#div_digg {
    float: right;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 0px;
    width: 0px;
    text-align: center;
    margin: 0px;
    visibility: hidden;
}
#blog_post_info {
    float: left;
    height: 100px;
    width: 80%;
    /* padding-top: 20px; */
}
#green_channel {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
#EntryTag {
    margin-top: 0;
    width: 20%;
    height: 100px;
    float: right;
    text-align: end;
}
/*---------------广告管理---------------*/
#cnblogs_c1, #cnblogs_c1 img {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_c2 {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_ch {
    margin-top: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
}
#under_post_card1{
    float: left;
    width: 40%;
    margin-left: 25px
}
#under_post_card2{
    float: right;
    width: 50%;
}
#HistoryToday, .recomm-block {
    max-width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
/*---------------翻页动画---------------*/
View Code

 

第七套:2023 白色 远坂凛&间桐樱

                                ---------ねぇ輪になって踊りましょう

/*---------------快速调色---------------*/
/*文章标题,首页发布日期*/
a,p.date a, #commentbox_opt a, .pager a:hover, .c_ad_block, .under-post-card{
    color: chocolate;
}
/*ID*/
#Header1_HeaderTitle{
    color: burlywood;
}
/*子标题,*/
#top p {
    color: darkgray;
}
/*摘要,*/
.c_b_p_desc{
    color: black;
}
/*文章内链接,*/
#cnblogs_post_body a{
    color: coral;
}
.posthead, #post_next_prev, .postfoot, 
#myposts .postDesc2, #taglist_main, #myposts .myposts_title,
#sidebar-a h3, .entrylistTitle, #commentform_title, .comment_preview p, div.commentform p,
#blog-comments-placeholder a{
    color: maroon;
}

/*引用,*/
.blogpost-body blockquote {
    background: rgba(255,255,255,0.3);
}
/*边栏*/
.CalDayHeader, #profile_block, #footer, #navstats {
    color: maroon !important;
}
/*日历今日日期颜色*/
.CalTodayDay{
    color: sandybrown;
}
/*工具栏*/
#nav ul li a {
    /* mix-blend-mode: multiply; */
    color: chocolate;
    //background-color: rgb(243 127 127 / 50%);
    //mix-blend-mode: overlay;
    border-right-color: wheat;
}
.pager a{
    color: maroon;
}
.pager{
    color: cornflowerblue;
}
/*---------------全局设定---------------*/
/*---------------顶部---------------*/
#container {
    width: auto;
    margin: 0;
    background: url(https://img2023.cnblogs.com/blog/2238275/202305/2238275-20230520213559816-1835154953.png);
    background-position-x: 0px;
    background-position-y: 480px;
    background-size: 100%;
}
#header {
    height: 550px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: black;
    background: url(https://img2023.cnblogs.com/blog/2238275/202305/2238275-20230520220531221-1258452035.png) no-repeat top center;
    background-size: 100%;
    background-position-y: -70px;
}
#Header1_HeaderTitle {
    position: absolute;
    right: 90px;
    top: 30px;
    font-size: 50px;
    /* mix-blend-mode: color-burn; */
    font-style: italic;
    font-family: STLiti;
}
#top p {
    margin: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 95px;
    right: 50px;
    font-size: 20px;
    font-family: cursive;
}
#nav {
    margin-top: 0;
    text-align: left;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-top: 0;
    padding-bottom: 0;
    /*以上为覆盖内容*/
    position: absolute;
    bottom: 1%;
}
#nav ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    float: left;
    margin-top: 0;
    border-right-width: 0px;
    border-right-style: solid;
    font-weight: bold;
    font-size: 20px;
}
#nav ul li a:hover{
    background: black;
    color: white;
}
#navstats {
    text-align: right;
    font-size: .9em;
    padding: 0;
    margin-right: 0;
    float: right;
    /*以上为覆盖内容*/
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.pager a {
    border: 0px solid #9aafe5;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
}
/*---------------发表内容---------------*/
.post {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666;
    border-left-color: #666;
    /*以上为覆盖内容*/
    border-top-style: none;
    border-top-width: 10px;
    border-top-color: #666;
    color: black;
}
.posthead {
    padding: 2px 1em;
    font-size: .9em;
    margin: 20px 20px 10px 5em;
}
.posthead h2 {
    margin: 0;
    letter-spacing: 1px;
    /*以上为覆盖内容*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}
.postbody {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 5em;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-bottom: 2em;
    line-height: 150%;
    font-size: 1em;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
#cnblogs_post_body {
    word-break: break-word;
    padding: 30px;
    border-radius: 5px;
    min-height: 600px;
    background: rgba(255,255,255,0.7);
    color: black;
}
#cnblogs_post_body hr {
    border-top: 1px solid black;
}
p a, .postbody {
    color: black;
}
.post img {
    border: none;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
.postfoot {
    padding: 0.5em 1em;
    margin: 0;
    font-size: .9em;
    text-align: right;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    padding-left: 30px;
}
.c_b_p_desc_readmore {
    padding-left: 5px;
    float: right;
}
.blogpost-body blockquote {
    border-left: 3px solid #e2dfdf;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 10px 0;
    padding: 5px 10px;
    color: #555;
}
.cnblogs_code {
    background-color: rgba(244,244,244,0.5);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 2px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    border-radius: 10px;
    color: #000;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(244,244,244,0) !important;
    border: none !important;
}
.cnblogs_code div {
    background-color: rgba(244,244,244,0);
}
/* .cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(255,255,255,0);
    border: none !important;
} */
/*---------------标签页---------------*/
#myposts .postDesc2 {
    font-size: 12px;
}
#myposts .myposts_title {
    font-size: 15px;
}
#taglist_main {
    margin-top: 20px;
}
#MyTag1_dtTagList{
    width: 100%;
}
/*---------------评论界面---------------*/
.comment_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ddd;
    max-width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    /*以上为覆盖内容*/
    padding: 8px 14px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    width: auto;
    margin-left: 20px;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
.ad_text_commentbox {
    margin-top: 100px;
    margin-bottom: 5px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
#commentbox_opt a {
    padding-left: 10px;
}
#comment_form{
    padding-left: 50px;
}
#comment_nav {
    margin: 10px;
    text-align: right;
}
.blog_comment_body{
    padding-left: 2em;
}
/*---------------日历和边栏---------------*/
.CalTitle {
    background-color: rgba(255,255,255,0.3);
    font-size: 13px;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
.CalWeekendDay {
    background:none;
}
.CalDayHeader {
    font-weight: bold;
    mix-blend-mode: overlay;
    background-color: white;
}
#calendar {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.3);
    width: fit-content;
}
.Cal {
    width: 180px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    border-color: azure;
    background: none;
    color: black;
}
#sidebar-a h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    margin-top: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    padding-bottom: 5px;
    margin-left: 1em;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
    text-decoration: none;
    margin-right: 0;
    //mix-blend-mode: overlay;
    padding: 2px;
}
#sidebar_search_box{
    margin-left: 10px;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}
#news {
    margin-bottom: .5em;
    border: 1px dotted #ccc;
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
    width: 167px;
    margin-left: 10px;
}
/*---------------底部--------------*/
#footer {
    clear: both;
    padding: 100px 5px 5px 5px;
    font-size: .9em;
}
/*---------------评论区---------------*/
#blog-comments-placeholder{
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    margin-left: 75px;
}
#blog-comments-placeholder h2{
    font-size: 10px;
}
#blog-comments-placeholder h3{
    visibility: hidden;
}
#tip_comment2{
    visibility: hidden;
}
#blog_post_info_block {
    display: block;
}
#div_digg {
    float: right;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 0px;
    width: 0px;
    text-align: center;
    margin: 0px;
    visibility: hidden;
}
#blog_post_info {
    float: left;
    height: 100px;
    width: 80%;
    /* padding-top: 20px; */
}
#green_channel {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
#EntryTag {
    margin-top: 0;
    width: 20%;
    height: 100px;
    float: right;
    text-align: end;
}
/*---------------广告管理---------------*/
#cnblogs_c1, #cnblogs_c1 img {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_c2 {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_ch {
    margin-top: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
}
#under_post_card1{
    float: left;
    width: 40%;
    margin-left: 25px
}
#under_post_card2{
    float: right;
    width: 50%;
}
#HistoryToday, .recomm-block {
    max-width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
/*---------------翻页动画---------------*/
View Code

 

第八套:2024 浅黄色 远坂凛

                                ---------像是一个将完未完的愿望,一个几乎要脱口而出的梦。

/*---------------快速调色---------------*/
/*文章标题,首页发布日期*/
a,p.date a, #commentbox_opt a, .pager a:hover, .c_ad_block, .under-post-card{
    color: chocolate;
}
/*ID*/
#Header1_HeaderTitle{
    color: darkgoldenrod;
}
/*子标题,*/
#top p {
    color: lightsalmon;
    font-size: 17px;
    font-weight: lighter;
    font-style: italic;
    font-family: STKaiti;
}
/*摘要,*/
.c_b_p_desc{
    color: black;
}
/*文章内链接,*/
#cnblogs_post_body a{
    color: coral;
}
.posthead, #post_next_prev, .postfoot, 
#myposts .postDesc2, #taglist_main, #myposts .myposts_title,
#sidebar-a h3, .entrylistTitle, #commentform_title, .comment_preview p, div.commentform p,
#blog-comments-placeholder a{
    color: maroon;
}

/*引用,*/
.blogpost-body blockquote {
    background: rgba(255,255,255,0.3);
}
/*边栏*/
#navstats {
    color: burlywood !important;
}
.CalDayHeader, #profile_block, #footer {
    color: brown !important;
}
/*日历今日日期颜色*/
.CalTodayDay{
    color: sandybrown;
}
/*工具栏*/
#nav ul li a {
    /* mix-blend-mode: multiply; */
    color: darkred;
    //background-color: rgb(243 127 127 / 50%);
    mix-blend-mode: color-burn;
    border-right-color: wheat;
}
.pager a{
    color: maroon;
}
.pager{
    color: cornflowerblue;
}
/*---------------全局设定---------------*/
/*---------------顶部---------------*/
#container {
    width: auto;
    margin: 0;
    background: url(https://img2024.cnblogs.com/blog/2238275/202401/2238275-20240102194204703-734383065.png);
    background-position-x: 0px;
    background-position-y: 480px;
    background-size: 100%;
}
#header {
    height: 565px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: black;
    background: url(https://img2024.cnblogs.com/blog/2238275/202403/2238275-20240317194855939-857652727.png) no-repeat top center;
    background-size: 100%;
    background-position-y: 0px;
}
#Header1_HeaderTitle {
    position: absolute;
    left: 50px;
    top: 20px;
    font-size: 50px;
    //mix-blend-mode: color-dodge;
    font-style: italic;
    font-family: STLiti;
}
#top p {
    margin: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 70px;
    left: 70px;
}
#nav {
    margin-top: 0;
    text-align: left;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-top: 0;
    padding-bottom: 0;
    /*以上为覆盖内容*/
    position: absolute;
    bottom: 1%;
}
#nav ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    float: left;
    margin-top: 0;
    border-right-width: 0px;
    border-right-style: solid;
    font-weight: bold;
    font-size: 20px;
}
#nav ul li a:hover{
    background: black;
    color: white;
}
#navstats {
    text-align: right;
    font-size: .9em;
    padding: 0;
    margin-right: 0;
    float: right;
    /*以上为覆盖内容*/
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.pager a {
    border: 0px solid #9aafe5;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
}
/*---------------发表内容---------------*/
.post {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666;
    border-left-color: #666;
    /*以上为覆盖内容*/
    border-top-style: none;
    border-top-width: 10px;
    border-top-color: #666;
    color: black;
}
.posthead {
    padding: 2px 1em;
    font-size: .9em;
    margin: 20px 20px 10px 5em;
}
.posthead h2 {
    margin: 0;
    letter-spacing: 1px;
    /*以上为覆盖内容*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}
.postbody {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 5em;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-bottom: 2em;
    line-height: 150%;
    font-size: 1em;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
#cnblogs_post_body {
    word-break: break-word;
    padding: 30px;
    border-radius: 5px;
    min-height: 600px;
    background: rgba(255,255,255,0.7);
    color: black;
}
#cnblogs_post_body hr {
    border-top: 1px solid black;
}
p a, .postbody {
    color: black;
}
.post img {
    border: none;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
.postfoot {
    padding: 0.5em 1em;
    margin: 0;
    font-size: .9em;
    text-align: right;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    padding-left: 30px;
}
.c_b_p_desc_readmore {
    padding-left: 5px;
    float: right;
}
.blogpost-body blockquote {
    border-left: 3px solid #e2dfdf;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 10px 0;
    padding: 5px 10px;
    color: #555;
}
.cnblogs_code {
    background-color: rgba(244,244,244,0.5);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 2px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    border-radius: 10px;
    color: #000;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(244,244,244,0) !important;
    border: none !important;
}
.cnblogs_code div {
    background-color: rgba(244,244,244,0);
}
/* .cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(255,255,255,0);
    border: none !important;
} */
/*---------------标签页---------------*/
#myposts .postDesc2 {
    font-size: 12px;
}
#myposts .myposts_title {
    font-size: 15px;
}
#taglist_main {
    margin-top: 20px;
}
#MyTag1_dtTagList{
    width: 100%;
}
/*---------------评论界面---------------*/
.comment_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ddd;
    max-width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    /*以上为覆盖内容*/
    padding: 8px 14px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    width: auto;
    margin-left: 20px;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
.ad_text_commentbox {
    margin-top: 100px;
    margin-bottom: 5px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
#commentbox_opt a {
    padding-left: 10px;
}
#comment_form{
    padding-left: 50px;
}
#comment_nav {
    margin: 10px;
    text-align: right;
}
.blog_comment_body{
    padding-left: 2em;
}
/*---------------日历和边栏---------------*/
.CalTitle {
    background-color: rgba(255,255,255,0.3);
    font-size: 13px;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
.CalWeekendDay {
    background:none;
}
.CalDayHeader {
    font-weight: bold;
    mix-blend-mode: overlay;
    background-color: white;
}
#calendar {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.3);
    width: fit-content;
}
.Cal {
    width: 180px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    border-color: azure;
    background: none;
    color: black;
}
#sidebar-a h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    margin-top: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    padding-bottom: 5px;
    margin-left: 1em;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
    text-decoration: none;
    margin-right: 0;
    //mix-blend-mode: overlay;
    padding: 2px;
}
#sidebar_search_box{
    margin-left: 10px;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}
#news {
    margin-bottom: .5em;
    border: 1px dotted #ccc;
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
    width: 167px;
    margin-left: 10px;
}
/*---------------底部--------------*/
#footer {
    clear: both;
    padding: 100px 5px 5px 5px;
    font-size: .9em;
}
/*---------------评论区---------------*/
#blog-comments-placeholder{
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    margin-left: 75px;
}
#blog-comments-placeholder h2{
    font-size: 13px;
}
#blog-comments-placeholder h3{
    visibility: hidden;
}
#tip_comment2{
    visibility: hidden;
}
#blog_post_info_block {
    display: block;
}
#div_digg {
    float: right;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 0px;
    width: 0px;
    text-align: center;
    margin: 0px;
    visibility: hidden;
}
#blog_post_info {
    float: left;
    height: 100px;
    width: 80%;
    /* padding-top: 20px; */
}
#green_channel {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
#EntryTag {
    margin-top: 0;
    width: 20%;
    height: 100px;
    float: right;
    text-align: end;
}
/*---------------广告管理---------------*/
#cnblogs_c1, #cnblogs_c1 img {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_c2 {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_ch {
    margin-top: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
}
#under_post_card1{
    float: left;
    width: 40%;
    margin-left: 25px
}
#under_post_card2{
    float: right;
    width: 50%;
}
#HistoryToday, .recomm-block {
    max-width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
/*---------------翻页动画---------------*/
View Code