更多操作
小无编辑摘要 标签:已被回退 |
标签:撤销 |
||
第1行: | 第1行: | ||
.infobox { | |||
display: table; | display: table; | ||
overflow: visible; | overflow: visible; | ||
第19行: | 第19行: | ||
color: var(--color-base--emphasized); | color: var(--color-base--emphasized); | ||
font-size: 1em; | font-size: 1em; | ||
} | |||
.infobox-header { | |||
/*width: 25%;*/ | |||
border-top: 1px solid; | |||
border-color: var(--border-color-base); | |||
background: linear-gradient(135deg, #d8dbe3, transparent 15%); | |||
border-radius: 4px 0 0 4px; | |||
color: var(--color-base--emphasized); | |||
font-size: 1em; | |||
font-weight: bold; | |||
} | } | ||
第34行: | 第45行: | ||
max-height: 500px; | max-height: 500px; | ||
max-width: calc(100% - 20px); | max-width: calc(100% - 20px); | ||
} | } |
2024年12月12日 (四) 00:17的版本
.infobox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.infobox tr {
display: flex;
box-sizing: border-box;
flex-direction: column;
padding: 0 10px;
}
.infobox-icon {
border-top: 2px solid;
border-color: var(--border-color-base);
color: var(--color-base--emphasized);
font-size: 1em;
}
.infobox-header {
/*width: 25%;*/
border-top: 1px solid;
border-color: var(--border-color-base);
background: linear-gradient(135deg, #d8dbe3, transparent 15%);
border-radius: 4px 0 0 4px;
color: var(--color-base--emphasized);
font-size: 1em;
font-weight: bold;
}
.infobox-data td {
/*text-align: right;*/
margin-left: auto;
width: 90%;
background-color: transparent;
font-size: 0.875em;
}
#portrait-image img {
width: auto;
height: auto;
max-height: 500px;
max-width: calc(100% - 20px);
}