博客园整体样式备份(monokai)

目录

  • 侧边栏
  • 页脚

monokai

a {
    color: #2d8cf0;
}
.day {
    border: none;
}
.day:hover {
    border: none;
}
body {
    background: none;
}
#navigator {
    display: block;
    z-index: 500;
    width: 100%;
    font-size: 14px;
    background: #fff;
    color: rgba(0, 0, 0, 0.44);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    top: 0;
    border: none;
}
#navigator:after {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
    display: block;
    position: absolute;
    top: 60px;
    color: rgba(0, 0, 0, 0.07);
    content:"";
    width: 100%;
    height: 2px;
}
#navigator li > a {
    font-size: 18px;
    color: #c7c7c7;
    cursor: pointer;
    text-shadow: none !important;
}
#navList {
    width: 1000px;
}
#main {
    width: 1000px;
}
#mainContent {
    width: 690px;
}
#navList a:link {
    color: #2d2d2f !important;
    text-shadow: none !important;
}
#blog-calendar {
    display: none;
}
#blogTitle {
    display: none;
}
#sidebar_recentcomments {
    display: none;
}
#sidebar_scorerank {
    display: none;
}
#sidebar_recentposts {
    display: none;
}
a:link {
    color: #2d8cf0;
}
.catListTitle {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0785);
    font-weight: bold;
    font-size: 16px;
    color: #2d2d2f;
}
.sidebar-block h3 {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0785);
    font-weight: bold;
    font-size: 16px;
    color: #2d2d2f;
}
.sidebar-block ul {
    border: none;
}
.sidebar-block ul li {
    border: none;
}
#blog-calendar {
    display: none !important;
}
#cnblogs_post_body {
    color: #111;
    font-size: 15px;
}
#cnblogs_post_body img {
    max-height: 400px;
}
#under_post_kb {
    display: none;
}
#cnblogs_c2 {
    display: none;
}
#cnblogs_c1 {
    display: none;
}
#under_post_news {
    display: none;
}
#ad_t2 {
    display: none;
}
#profile_block {
    border: none;
}
#profile_block:hover {
    border: none;
}
#cnblogs_post_body li {
    line-height: 30px;
}
#catalog > h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color:#111;
}
/* #cnblogs_post_body h2 {
    
  font-size: 22px;
  margin: 15px 0;
  padding: 5px 0;
  background-color: #169fe6;
  border: 1px solid #169fe6;
  color: #fff;
  border-radius: 4px;
  text-indent: 5px;
} */
 #cnblogs_post_body h2 {
    font-size: 22px;
    color: #111;
}
#cnblogs_post_body h3 {
    font-size: 20px;
    color: #111;
}
#cnblogs_post_body h4 {
    font-size: 18px;
    color:#111;
}
#cnblogs_post_body h5 {
    font-size: 16px;
    color: #111;
}
#cnblogs_post_body h6 {
    font-size: 16px;
    color: #5c5c5c;
}
img {
    margin-top: 10px;
}
#topics {
    border: none;
}
#topics .postBody blockquote {
    padding: 10px 20px !important;
    margin-top: 10px;
}
#topics .postBody blockquote {
    padding: 20px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    border-left: 6px solid #b4b4b4;
    word-break: break-word !important;
    word-break: break-all;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    max-height: 480px;
}
#cnblogs_post_body ol, #cnblogs_post_body ul {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    margin: 0 20px;
    line-height: 1.6em;
}
#catalog > ul li {
    margin-bottom: 5px;
    list-style-type: disc;
}
#catalog > ul {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    margin: 0 20px;
    line-height: 1.6em;
}
#catalog > ul a {
    font-size: 14px;
}
code {
    margin: 5px 0 !important;
}
#catalog a {
    text-decoration: none !important;
    font-weight: bold;
    color: #555;
    white-space: nowrap;
}
#catalog a:hover {
    text-decoration: none !important;
}
#sideBarMain {
    position: relative;
}
html::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
html::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
}
html::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    border-radius: 4px;
    background: #ededed;
}
code::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
code::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
}
code::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    border-radius: 4px;
    background: #ededed;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    max-height: 1200px;
    border-radius: 5px;
    font-size: 14px !important;
    color: #fff;
}
/*

Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/

*/
 .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f;
}
.hljs, .hljs-tag, .hljs-subst {
    color: #f8f8f2;
}
.hljs-strong, .hljs-emphasis {
    color: #a8a8a2;
}
.hljs-bullet, .hljs-quote, .hljs-number, .hljs-regexp, .hljs-literal, .hljs-link {
    color: #ae81ff;
}
.hljs-code, .hljs-title, .hljs-section, .hljs-selector-class {
    color: #a6e22e;
}
.hljs-strong {
    font-weight: bold;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-keyword, .hljs-selector-tag, .hljs-name, .hljs-attr {
    color: #f92672;
}
.hljs-symbol, .hljs-attribute {
    color: #66d9ef;
}
.hljs-params, .hljs-class .hljs-title {
    color: #f8f8f2;
}
.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;
}
.hljs-comment, .hljs-deletion, .hljs-meta {
    color: #75715e;
}
/****思维导图样式*****/
 #LiuChengTu {
    width: 100%;
    display: none;
    min-height: 1150px;
    opacity: 0;
}
svg#mindmap {
    width: 100%;
    height: 100%;
}
.markmap-node {
    cursor: pointer;
}
.markmap-node-circle {
    fill: #fff;
    stroke-width: 1.5px;
}
.markmap-node-text {
    fill: #000;
    font: 10px sans-serif;
}
.markmap-link {
    fill: none;
}

侧边栏


页脚


  

你可能感兴趣的:(博客园整体样式备份(monokai))