Template:STR主题:修订间差异
来自HUIJIA FUN
Plurimod学生会(留言 | 贡献) 小 (修改页面) |
Plurimod学生会(留言 | 贡献) 无编辑摘要 |
||
| 第1行: | 第1行: | ||
{{#CSS: | {{#CSS: | ||
body { | |||
background-color: #f4f0e0; | |||
{ | color: #000000; | ||
font-family: sans-serif; | |||
} | |||
#mw-content-wrapper { | |||
background: none; | |||
#mw-content-wrapper{background: none;} | } | ||
#mw-content{background-color: rgba( | |||
#mw-content { | |||
# | background-color: #ffffff; | ||
# | padding: 20px; | ||
# | border-radius: 8px; | ||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); | |||
margin-bottom: 20px; | |||
border: 1px solid #b2ebf2; | |||
} | |||
}} | .sidebar-chunk { | ||
background-color: #b2ebf2; | |||
padding: 15px; | |||
margin-bottom: 18px; | |||
border-radius: 8px; | |||
border: 1px solid #80deea; | |||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); | |||
} | |||
h1, h2, h3, h4, h5, h6 { | |||
color: #004d40; | |||
border-bottom-color: #f4f0e0; | |||
} | |||
a { | |||
color: #006064; | |||
text-decoration: none; | |||
} | |||
a:hover { | |||
text-decoration: underline; | |||
color: #00838f; | |||
} | |||
a:visited { | |||
color: #004d40; | |||
} | |||
table.wikitable { | |||
background-color: #ffffff; | |||
border: 1px solid #80deea; | |||
border-collapse: collapse; | |||
margin: 1em 0; | |||
} | |||
table.wikitable th, | |||
table.wikitable td { | |||
border: 1px solid #80deea; | |||
padding: 0.5em; | |||
} | |||
table.wikitable th { | |||
background-color: #b2ebf2; | |||
text-align: center; | |||
color: #004d40; | |||
} | |||
.mw-footer { | |||
background-color: #b2ebf2; | |||
padding: 15px; | |||
margin-top: 20px; | |||
border-radius: 8px; | |||
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05); | |||
font-size: 0.9em; | |||
color: #000000; | |||
} | |||
}}<noinclude> | |||
==测试== | |||
测试 | |||
[[测试]] | |||
[[分类:模板-主题]] | |||
</noinclude> | |||