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

Template:少女前线信息/styles.css

模板页面
/* ===== 基础容器 ===== */
.gf-infobox {
    float: right !important;
    clear: right !important;
    margin: 1em 0 1em 1em !important;
    border: 1px solid var(--border-color-base, #D0D0D0) !important;
    width: 280px !important;
    padding: 1px 4px !important;
    background-color: var(--background-color-base, #FAFAFA) !important;
    color: inherit;
    font-size: 90% !important;
}

/* ===== 大标题(顶部标题栏) ===== */
.gf-infobox .gf-title {
    margin: 3px 0;
    padding: 0.5em;
    background-color: var(--background-color-dark, #000000);
    color: var(--color-inverted, #FFFFFF);
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

/* ===== 图片容器 ===== */
.gf-infobox .gf-image-container {
    margin: 3px 0;
    text-align: center;
    padding: 0;
    color: inherit;
}

.gf-infobox .infobox-image {
    max-width: 100%;
    height: auto;
}

/* ===== 子标题/分区标题(如"基础资料"、"亲属或相关人") ===== */
.gf-infobox .gf-section {
    margin: 3px 0;
    padding: 0.3em 0.5em;
    text-align: center;
    font-weight: bold;
    color: inherit;
}

/* ===== 双栏行容器 ===== */
.gf-infobox .gf-row {
    display: flex;
    margin: 3px 0;
}

/* ===== 标签栏(左侧) ===== */
.gf-infobox .gf-label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 5em;
    padding: 2px 5px;
    font-weight: bold;
    text-align: center;
    color: inherit;
}

/* ===== 内容栏(右侧) ===== */
.gf-infobox .gf-value {
    padding: 2px 2px 2px 7px;
    flex: 1;
    color: inherit;
}

/* ===== 关联人物内容区 ===== */
.gf-infobox .gf-related {
    padding: 2px 5px;
    color: inherit;
}