h2 {
border: none;
overflow: visible;
background: linear-gradient(#B0E13E, #6BC30F);
border-radius: 12px 12px 0 0;
}
.toc .toctitle h2 {
background: none;
}
h2 .mw-headline {
font-family: "sans-serif";
position: relative;
padding-left: 30px;
color: white;
}
h2 .mw-headline::before {
content: "";
width: 50px;
height: 50px;
background-image: url("https://img.moegirl.org.cn/common/6/65/%E8%B5%9B%E9%A9%AC%E5%A8%98_%E9%87%91%E8%B9%84%E9%93%81%E5%9B%BE%E6%A0%87.png");
position: absolute;
background-size: 25px;
background-repeat: no-repeat;
left: 3px;
top: 3px;
}
.uma-info {
float: right;
background: #f9f9f9;
border: 1px solid #cccccc;
width: 40em;
}
@media screen and (max-width: 600px) {
.uma-info {
float: none;
width:100%;
}
}