<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
 font-family:sans-serif;
 -ms-text-size-adjust:100%;
 -webkit-text-size-adjust:100%
}
body {
  margin: 0;
  /*background: #000;;*/
  background-image: url(https://tencent.91wann.com/wp-content-cloud/2025/01/2025.webp);
  color: aliceblue;
}
.navbar-logo &gt; img {
  height: 36px;
  padding: 0 3px;
}
* {
 box-sizing:border-box
}
.footer-copyright {
    text-align: center;
}

.pagination a {
    text-decoration: none; /* åŽ»é™¤ä¸‹åˆ’çº¿ */
}



@media only screen and (min-width: 768px) {
    .footer-copyright {
        width: 1200px;
        margin: 0 auto;
    }
}
.pagination {
    text-align: center;
    display: block;
    background: aliceblue;
    width: 1200px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 4px;
}
.github-badge {
	display:inline-block;
	border-radius:4px;
	text-shadow:none;
	font-size:12px;
	color:#fff;
	background-color:#abbac3;
	margin-bottom:5px;
}
.github-badge .badge-subject {
	display:inline-block;
	background-color:#f6b044;
	padding:4px 4px 4px 6px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.github-badge .badge-value {
	display:inline-block;
	padding:4px 6px 4px 4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.github-badge .bg-blue {
	background-image:-webkit-linear-gradient(0deg,#3ca5f6 0%,#a86af9 100%);
}
.github-badge .bg-orange {
	background-color:#05b1a4;
}
.github-badge .bg-red {
	background-color:#f55066;
}
.github-badge .bg-green {
	background-color:#e76dcb;
}
.post-link:hover {
	color:#666;
	/* ç‚¹å‡»åŽå˜ä¸ºç°è‰² */
}
.post-link.visited {
	color:red;
}
.post-list {
	margin:20px auto;
	/* å±…ä¸­ */
    padding:20px;
	background-color:#f9f9f9;
	text-align:left;
	/* æ–‡å­—å·¦å¯¹é½ */
    max-width:1200px;
	/* è®¾ç½®æœ€å¤§å®½åº¦ï¼Œå¯ä»¥æ&nbsp;¹æ®éœ€è¦è°ƒæ•´ */
}
.post-link {
	display:block;
	margin-bottom:10px;
	text-decoration:none;
	color:#007bff;
	transition:color 0.3s ease;
	text-indent:0;
}
.post-link::first-letter {
	text-indent:0;
	/* å–æ¶ˆé¦–å­—ç¼©è¿› */
}
.post-link:hover {
	color:#0056b3;
}
.search-form {
	margin-top:20px;
	text-align:center;
}
.search-form input[type="text"] {
	padding:5px;
	width:200px;
	margin-right:10px;
}
.search-form button {
	padding:8px 10px;
	background-color:#007bff;
	color:white;
	border:none;
	border-radius:5px;
	cursor:pointer;
	transition:background-color 0.3s ease;
}
.search-form button:hover {
	background-color:#0056b3;
}
.search-form {
	text-align:center;
}
.search-form form {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.search-form input[type="text"] {
	flex:1 0 70%;
	margin:5px;
}
.search-form button {
	flex:1 0 30%;
	margin:5px;
}
@media only screen and (max-width:600px) {
	.navbar-logo {
	margin-top:-10px;
	margin-bottom:10px;
	/* åœ¨æ‰‹æœºç«¯ä¿æŒlogoä¸‹æ–¹è·ç¦»ä¸º10px */
}
.search-form input[type="text"],.search-form button {
	}
}
@media only screen and (min-width:601px) {
	.search-form input[type="text"],.search-form button {
	flex:none;
	width:auto;
}
}</pre></body></html>