博客园主题备份

博客园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 {
	width: 90%;
	min-width: 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


2024年1月30日更新

body {
	font-family: Arial,Casacade,Monaco;
	
}

#sideBar a{
	/* font-size:12px; */
	color: black;
}

#cnblogs_ch,
.itnews, .under-post-card,.under-post-card,
#cnblogs_c1 {
    display: none;
}
// NEW
#home {
	padding:5px;
	box-shadow: 12px 12px 16px rgba(100, 100, 100, 0.903);
	
}
#blogTitle h1 a{
	color:black;
	/* font-size: 40px; */
}


.postTitle {
	color: black;
}
.catListTitle{
	border-left: 5px solid black;
	padding: 8px 8px 8px 8px;
	background-color: #eeeeee;
	color:black;
}

.postTitle {
	border-left: 5px solid black;
	color: black;
}


.postTitle a:link,
.postTitle a:visited,
.postTitle a:active,
#navList a:link,
#navList a:visited,
#navList a:active {
	color: black;
	font-size: 18;
}

#mainContent{
	float: right;
}
#sideBar{
	float:left;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active{
	transition: all .08s linear 999999s;
	/* transition: none; */
}

.postCon{
	color: grey
}
#myposts .PostList{
	padding: 0;
	margin:0;
}
.postDesc2{
	display: none;;
}

#navList li{
	margin: 0;
	font-size:14px;
}

#cb_post_title_url  span{
	font-size: 28px;
	padding: 0px;
	margin: 0px;
}
#vip_tip{
	display: none;
}
posted @ 2021-12-25 15:14  GeoAi  阅读(46)  评论(0编辑  收藏  举报