置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:赛马娘Profile/style.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
.umamusume-profile-table {
    border-radius: 0 0 10px 10px;
    border: thick solid #69C10C;
    border-top: none;
    width: 500px;
}
 
.umamusume-profile-table caption {
    color: white;
    font-weight:bold;
    background-color: #69C10C;
    border-radius: 10px 10px 0 0;
    padding: 0.4em;
    text-align: center;
}

.umamusume-profile-table table{
    width:100%
}

.umamusume-profile-table th{
    background:#63c404; 
    color:white;
    border-radius:5px 5px 0 0;
}

.umamusume-profile-table table th{
    width:80%;
}

.umamusume-profile-table table td:first-child{
    font-weight:bold;
    text-align:center;
}

/* Moeskin样式覆盖了以下两条规则,故使用高优先级 */
.umamusume-profile-table table .poem p {
	margin: .2em .5em !important;
}

.umamusume-profile-table table th p {
	margin: .1em .5em !important;
}

.umamusume-profile-table.button {
	background: #F5F5F5;
	padding: .1em;
	border: 1px solid black;
	border-radius: 0;
}

.umamusume-profile-table.button:hover {
	background: black;
	color: white;
}

@media screen and (max-width:1000px){
    .umamusume-profile-table {
        border: none;
    }
    .umamusume-profile-table > caption {
        border-radius: 0;
    }
    .umamusume-profile-table > tbody {
        border-radius: 0 0 10px 10px;
        border: thick solid #69C10C;
        border-top: none;
        width: 100%;
    }
    .umamusume-profile-table > tbody > tr > td{
        width:100vw;
    }
}
/* [[Category:赛马娘 Pretty Derby模板CSS]] */