zoukankan      html  css  js  c++  java
  • 博客园主题备份

    博客园CSS备份

    1、切换主题到simple memory
    2、自定义CSS输入以下下代码

    #cnblogs_ch{
        display: none;
    }
    .under-post-card{
        display: none;
    }
    .itnews under-post-card{
        display: none;
    
    }
    #cnblogs_c1{
        display: none;
    }
    
    
    // NEW
    #home {
    	 90%;
    	min- 950px;
    	background-color: #fff;
    	padding:30px;
    	margin-top: 20px;
    	margin-bottom: 20px;
    	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    }
    #blogTitle h1 a{
    	color: #515151;
    	font-size: 60px;
    }
    #navList {
    	font-size: 18px;
    }
    #navList a {
    	padding-top: 15%;
    }
    #navList a:hover{
    	color: #4C9ED9 ;
    }
    .catListTitle{
    	font-size: 2.35em;
    	margin-top: 21px;
    	margin-bottom: 10.5px;
    	border-left: 10px solid #21759b;
    	padding: 10px 0 10px 14px;
    	background-color: #f7f7f7;
    }
    .catListTag{
    	font-size: 18px;
    }
    #mainContent{
    	float: right;
    }
    #sideBar{
    	float:left;
    }
    .PostList{
    	padding: 0;
    	margin-top:0px;
    }
    
    .postTitl2{
    	font-size: 18px;
    }
    
    
    
    
    
    
    .cnblogs-markdown pre {
    	white-space: pre!important
    }
    
    .cnblogs-markdown .hljs {
    	display: block!important;
    	overflow-x: auto!important;
    	padding: 1em!important;
    	background: #282c34!important;
    	border: 1px solid #fff!important;
    	border-radius: 5px!important;
    	font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace!important;
    	font-size: 15px!important
    }
    
    .hljs,.hljs-subst,.hljs-tag {
    	color: #f8f8f2!important
    }
    
    .hljs-emphasis,.hljs-strong {
    	color: #a8a8a2!important
    }
    
    .hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-quote {
    	color: #ae81ff!important
    }
    
    .hljs-meta,.hljs-regexp {
    	color: #fd971f!important
    }
    
    .hljs-built_in,.hljs-builtin-name,.hljs-code,.hljs-section,.hljs-selector-class,.hljs-title {
    	color: #a6e22e!important
    }
    
    .hljs-strong {
    	font-weight: 700
    }
    
    .hljs-emphasis {
    	font-style: italic!important
    }
    
    .hljs-attr,.hljs-name,.hljs-selector-tag,.hljs-symbol {
    	color: #f74449!important
    }
    
    .hljs-attribute,.hljs-keyword {
    	color: #66d9ef!important
    }
    
    .hljs-class .hljs-title,.hljs-params {
    	color: #f8f8f2!important
    }
    
    .hljs-addition,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-variable,.hljs-type,.hljs-variable {
    	color: #e6db74!important
    }
    
    .hljs-comment,.hljs-deletion {
    	color: #999!important
    }
    
    
    //new
    
    
  • 相关阅读:
    字节流 数据报 原始套接字
    付宝研究员王益:“对我影响最大的三本编程书”
    e^π和π^e谁大的问题
    https://stackoverflow.com/questions/3232943/update-value-of-a-nested-dictionary-of-varying-depth
    计算机 人造学科
    位域 内存对齐
    LeetCode上并发题目无Go版本:台湾同胞试水 — 交替打印FooBar
    a
    Hash-based .pyc Files
    Most basic operations in Go are not synchronized. In other words, they are not concurrency-safe.
  • 原文地址:https://www.cnblogs.com/geoli/p/15730605.html
Copyright © 2011-2022 走看看