模板:主题-米:修订间差异
来自SOKA CAFE
![]() こばと(留言 | 贡献) (创建页面,内容为“{{#CSS: →MediaWiki Timeless Skin - Warm & Earthy Theme: →Overall body background: body { background-color: #f8f0e3; →柔和的淡米色背景: color: #333; →默认文本颜色使用深灰: font-family: sans-serif; →可以指定一个字体,这里使用默认: } →Wrapper around content and sidebar - remove its background: #mw-content-wrapper { background: none; →允许 body 的背景色显示: } /* Main conten…”) |
|||
第1行: | 第1行: | ||
{{#CSS: | {{#CSS: | ||
body { | body { | ||
background-color: #f8f0e3; | background-color: #f8f0e3; | ||
color: #333; | color: #333; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
} | } | ||
#mw-content-wrapper { | #mw-content-wrapper { | ||
background: none; | background: none; | ||
} | } | ||
#mw-content { | #mw-content { | ||
background-color: #fffdfa; | background-color: #fffdfa; | ||
padding: 20px; | padding: 20px; | ||
border-radius: 8px; | border-radius: 8px; | ||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); | box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
border: 1px solid #e0d8cc; | border: 1px solid #e0d8cc; | ||
} | } | ||
.sidebar-chunk { | .sidebar-chunk { | ||
background-color: #f0e6d4; | background-color: #f0e6d4; | ||
padding: 15px; | padding: 15px; | ||
margin-bottom: 18px; | margin-bottom: 18px; | ||
border-radius: 8px; | border-radius: 8px; | ||
border: 1px solid #d3cbbd; | |||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); | box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: #6b4f4f; | color: #6b4f4f; | ||
border-bottom-color: #d3cbbd; | border-bottom-color: #d3cbbd; | ||
} | } | ||
a { | a { | ||
color: #00796b; | color: #00796b; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
a:hover { | a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: #004d40; | color: #004d40; | ||
} | } | ||
a:visited { | a:visited { | ||
color: #004d40; | color: #004d40; | ||
} | } | ||
table.wikitable { | table.wikitable { | ||
background-color: #fffdfa; | background-color: #fffdfa; | ||
第77行: | 第65行: | ||
} | } | ||
.mw-footer { | .mw-footer { | ||
background-color: #f0e6d4; | background-color: #f0e6d4; | ||
第89行: | 第76行: | ||
}}<noinclude> | }}<noinclude> | ||
==测试== | |||
测试 | |||
[[测试]] | |||
[[分类:模板-主题]] | [[分类:模板-主题]] | ||
</noinclude> | </noinclude> |