Template:Infobox/styles.css:修订间差异

来自互联网一战博物馆
Iopk123451留言 | 贡献
无编辑摘要
标签移动版编辑 移动版网页编辑
Iopk123451留言 | 贡献
无编辑摘要
标签移动版编辑 移动版网页编辑
 
(未显示同一用户的3个中间版本)
第8行: 第8行:
font-size: 90%;
font-size: 90%;
float: right;
float: right;
border: 1px solid var(--border-color);
border: 1px solid black;
padding: 2px;
padding: 2px;
overflow: auto;
overflow: auto;
第71行: 第71行:
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-label,
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-label,
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-field {
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-field {
background-color: var(--custom-table-alternate-background);
background-color: var(--border-color);
}
}


第129行: 第129行:
font-weight: bold;
font-weight: bold;
color: var(--link-color);
color: var(--link-color);
border-bottom: 2px solid var(--custom-mcwiki-header-color);
border-bottom: 2px solid var(--border-color);
}
}