
/*
 2025-09-09下方css来源
 https://www.cnblogs.com/badnuker/p/17536445.html
  */
body {
    background-image: url(https://images.cnblogs.com/cnblogs_com/shousiji/895484/o_c8177f3e6709c93d023a72a29c3df8dcd000549e.jpg);
    background-width: 100%;
    background-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center 0;
}
.postTitle {
	font-size:x-large !important;
}
#home,pre {
	background-color:rgba(255,255,255,0.95) !important;
	border-radius:10px;
}
code {
	background-color:rgba(0,0,0,0) !important;
}
#sideBar div {
	background-color:transparent !important;
}
.table-wrapper {
	background-color:#fff9;
}
.table-wrapper th {
	background-color:#fff9 !important;
}
blockquote,details {
	background:none !important;
	background-color:#eee8 !important;
	border-radius:10px;
}
summary {
	border-radius:10px;
	background-color:#eee9;
	font-size:large;
	font-weight:bold;
}



