.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]] */