/*圆角*/
.infoBox, .toc, pre, .card, .radius, .table , .navbox {
border-radius: 7px;
}
/* 信息框 */
.infoBoxContent {
border-radius: 0 5px 5px 0;
}
/* 调整黑幕颜色 */
.heimu {
background-color:#800000;
color: #800000;
}
/* 链接样式 */
a:link {
color: #E69966;
}
a:visited {
color: #B87333;
}
a:hover {
text-decoration: underline dotted;
}
a.new {
color: #E69966;
}
/** {{UserName}} **/
a[href*="#cite_note-UserName-Tips-"] {
display: none !important;
}
/** 标题 **/
h2 {
font-family: Roboto, sans-serif;
font-size: 1.5rem;
letter-spacing: -.0083333333em;
font-weight: 400;
line-height: 1.2;
color: #212121;
border-bottom: 1px dotted #FFCC00;
}
h3 {
font-size: 1.375rem;
line-height: 1.2;
font-weight: 400;
color: #212121;
}
h4, dt {
font-size: 1.25rem;
line-height: 1.625rem;
font-weight: 400;
letter-spacing: 0.0073529412em;
color: #212121;
margin: 8px 0 0;
margin-top: 8px;
line-height: 1.2;
}
/** 目录 **/
.mw-body-content p{
margin:0.3em;
}
.underline{
width:80%;
height:5px;
border-radius:6px;
background-color:#FFDAB9;
margin-top:-10px;
overflow: hidden;
}
/* Toxiad Tabbox Style */
.tabbox_outerbox {
background-color: #FFDAB9;
border: 1px solid #FFDAB9;
padding: 5px;
border-radius: 12px;
box-sizing: border-box;
}
.tabbox_tablabel {
box-sizing: border-box;
}
.TabLabelText {
margin-left: 5px;
margin-right: 5px;
border-radius: 8px 8px 0 0;
position: relative;
color: #fff;
min-width: 100px;
text-align: center;
font-size: 1.1em;
transition: all ease .2s;
}
.TabLabelText.selected {
color: #333;
box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.2);
background-color: #fff;
transition: all ease .2s;
}
.TabLabel {
justify-content: center;
}
.TabLabelText::after {
content: '';
position: absolute;
height: 3px;
border-radius: 2px;
background: #f48f49;
left: 50px;
right: 50px;
width: 0;
bottom: 5px;
transition: all ease .2s;
}
.TabLabelText.selected::after {
content: '';
position: absolute;
height: 3px;
border-radius: 2px;
background: #f48f49;
left: 10px;
right: 10px;
width: auto;
bottom: 5px;
transition: all ease .2s;
}
.TabContent {
border-radius: 9px;
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.scrollview{
padding: 0;
height: 70vh;
overflow-y: scroll;
}
.scrollview.flex{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
/** 按钮 **/
.lbbtn{
display:inline-block;
padding:10px 20px;
background-color:#2bd155;
border-radius:5px;
color:#fff;
font-weight:600;
box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.3);
cursor:pointer;
}
.lbbtn:active{
background-color:#1f943c;
box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
}