博客园设置
/去广告/
ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb
/设置字体/
div.post h2 a{
color: #F4606C !important;
}
/设置背景/
body:before {
background: url(https://img2018.cnblogs.com/blog/1526094/201911/1526094-20191121075011125-1813838485.jpg) center/cover no-repeat;
content: '';
background-repeat: no-repeat;
background-position: center;
opacity: 0.08;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
-webkit-filter: grayscale(40%);
-moz-filter: grayscale(40%);
-ms-filter: grayscale(40%);
-o-filter: grayscale(40%);
filter: grayscale(40%);
filter: gray;
}
h1{
background:none;
}
top{
background:none;
}
top h1{
background:none;
}
main{
background:none;
}
div.post{
background:none;
}
rightmenu h3{
background:none;
}
/表单标题/
cnblogs_post_body th {
background: none;
}
/设置个性签名/
tagline {
font-family: verdana,arial,sans-serif;
font-size: .6em;
color: #ccc;
}
/设置侧边栏新闻模块/
profile_block {
display:none;
}
/设置代码块/
.cnblogs-markdown .hljs {
display: block ;
overflow-x: auto ;
padding: 0.5em ;
background: #303336 !important;
border: none !important;
font-family: "Consolas",sans-serif !important;
}
.hljs,
.hljs-tag,
.hljs-subst {
color: #f8f8f2 !important;
}
.hljs-strong,
.hljs-emphasis {
color: #a8a8a2 !important;
}
.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
color: #ae81ff !important;
}
.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
color: #a6e22e !important;
}
.hljs-strong {
font-weight: bold !important;
}
.hljs-emphasis {
font-style: italic !important;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
color: #f92672 !important;
}
.hljs-symbol,
.hljs-attribute {
color: #66d9ef !important;
}
.hljs-params,
.hljs-class .hljs-title {
color: #f8f8f2 !important;
}
.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
color: #e6db74 !important;
}
.hljs-deletion,
.hljs-meta {
color: #75715e !important;
}
/注释/
.hljs-comment {
color: #2482FF !important;
}
/取消推荐和反对功能/
div_digg {
display:none;
}
/博客签名/
MySignature{
color:#19CAAD;
font-weight:bold;
}