• 博客园主题备份


    博客园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
    
    
  • 相关阅读:
    C++操作文件行(读取,删除,修改指定行)
    Windows注册表中修改UAC(用户账号控制)及批处理脚本
    Centos7.x 安装libevent2.x
    【Docker】:使用docker安装redis,挂载外部配置和数据
    【Docker】:使用docker安装mysql,挂载外部配置和数据
    开源定时任务框架Quartz(二)
    开源定时任务框架Quartz(一)
    Spring Boot系列教程十四:Spring boot同时支持HTTP和HTTPS
    数据结构与算法:单向链表实现与封装(有头)
    【C++札记】指针函数与函数指针
  • 原文地址:https://www.cnblogs.com/geoli/p/15730605.html
Copyright © 2020-2023  润新知