模板:Markup/styles.css:修订间差异
来自RIA | Wiki
更多操作
添加边距 |
加粗标题 |
||
| 第9行: | 第9行: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
.template-markup-title { | |||
font-weight: bold; | |||
} | |||
.template-markup .template-markup-colheader { | .template-markup .template-markup-colheader { | ||
width: 50%; | width: 50%; | ||
} | } | ||
.template-markup .template-markup-cell { | .template-markup .template-markup-cell { | ||
width: 50%; | width: 50%; | ||
| 第22行: | 第28行: | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.template-markup tr .template-markup-cell:first-of-type > pre { | .template-markup tr .template-markup-cell:first-of-type > pre { | ||
margin: 0; | margin: 0; | ||
2024年7月31日 (三) 14:18的最新版本
.template-markup {
width: 100%;
max-width: 100%;
margin-top: 0;
margin-left: 0;
margin-bottom: 1em;
padding: 0;
border-width: medium;
border-collapse: collapse;
}
.template-markup-title {
font-weight: bold;
}
.template-markup .template-markup-colheader {
width: 50%;
}
.template-markup .template-markup-cell {
width: 50%;
max-width: 50%;
padding: 6px;
background-color: rgb(249, 249, 249);
border-width: 1px;
border-style: solid;
border-color: rgb(200, 204, 209);
vertical-align: top;
}
.template-markup tr .template-markup-cell:first-of-type > pre {
margin: 0;
border: none;
padding: 0;
word-wrap: break-word;
white-space: pre-wrap;
}