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

来自互联网一战博物馆
Iopk123451留言 | 贡献
创建页面,内容为“[[Category:模板样式]]:​ [[lzh:Template:Infobox/styles.css]]:​ .notaninfobox { position: relative; clear: right; margin: 0 0 1em 1em; width: 300px; font-size: 90%; float: right; border: 1px solid var(--custom-border-gray); padding: 2px; overflow: auto; z-index: 1; overflow-wrap: anywhere; } @media all and (max-width: 511px) { .notaninfobox { float: none; margin-left: 0; width: auto; } } @media all and (max-width: 337px) { .notanin…”
标签移动版编辑 移动版网页编辑
 
Iopk123451留言 | 贡献
无编辑摘要
标签移动版编辑 移动版网页编辑
 
(未显示同一用户的4个中间版本)
第8行: 第8行:
font-size: 90%;
font-size: 90%;
float: right;
float: right;
border: 1px solid var(--custom-border-gray);
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);
}
}