User:Irukaza/common.css:修订间差异

删除963字节 、​ 2021年8月5日 (星期四)
无编辑摘要
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第1行: 第1行:
/*边框*/
 
.infoBoxContent, .toc, pre, table {
border: none !important;
}
/*圆角*/
.infoBox, .infoBoxContent, .toc, pre, .card, .radius {
border-radius: 7px;
}
/*阴影*/
.AmeroBg, .infoBox, .toc, .wikitable, pre, .card, .shadow {
box-shadow: 0 2px 5px #FFC0C0;
}
h2, h3, h4, h5 {
text-shadow: -0.05em 0.05em 0.1em #FFC0C0;
}
/*背景色*/
.infoBoxContent, .toc, .wikitable, pre, .bgcolor {
background-color: #FFF;
}
/*特殊*/
.stubborn>table {
border-radius: 7px;
background: #FFF !important;
box-shadow: 0 2px 5px #FFC0C0;
overflow: hidden;
}
/*排版*/
.AmeroBg {
color: #3d0041;
padding: 2em 3em;
background: #FFF;
border-radius: 1em;
margin: 1em auto;
max-width: 1080px;
}
h2 {
h2 {
overflow: visible;
overflow: visible;
第59行: 第25行:
h5 {
h5 {
font: 400 1.1em serif;
font: 400 1.1em serif;
}
p {
text-indent: 2em;
}
ul li {
margin-left: 0.8em;
}
ol li {
margin-left: 0.3em;
}
dd {
margin-left: 2em;
}
code {
background: #fff1f1;
border-width: 0 0 2px;
border-color: #ffc0c0;
margin: 0 2px;
color: inherit;
border-radius: 3px;
padding: 1px 3px 0;
}
}
匿名用户