模板:Rail line box/styles.css:修订间差异
来自RIA | Wiki
更多操作
(InPageEdit-preference-summary-default) 标签:手工回退 |
标签:撤销 |
||
| 第8行: | 第8行: | ||
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); | box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); | ||
} | } | ||
.template-routemark.inline { | .template-routemark.inline { | ||
display: inline- | display: inline-flex; | ||
} | } | ||
2025年12月16日 (二) 18:13的最新版本
.template-routemark {
display: flex;
max-width: max-content;
border-radius: 0.25em;
background-color: white;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.template-routemark.inline {
display: inline-flex;
}
.template-routemark > * {
padding: 0 0.25em;
}
.template-routemark > *:first-child {
border-radius: 0.25em 0 0 0.25em;
}
.template-routemark > *:last-child {
border-radius: 0 0.25em 0.25em 0;
}
.template-routemark-system,
.template-routemark-line {
font-weight: bold;
}