打开/关闭菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Infobox/shared/styles.css

来自骷髅女孩Wiki
圈圈菌Q留言 | 贡献2024年12月11日 (三) 23:31的版本
.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(-45deg, #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);
}