Stapx Steve(讨论 | 贡献) 小无编辑摘要 |
Stapx Steve(讨论 | 贡献) 小 (Tabs) |
||
| 第30行: | 第30行: | ||
.ajaxpoll-answer-vote { | .ajaxpoll-answer-vote { | ||
border-radius: 7px !important; | border-radius: 7px !important; | ||
} | |||
/* Tabs 插件样式覆盖 */ | |||
.tabs-input, .tabs-close, #tabs-inputform, body.tabs-oldbrowserscript .tabs-content { | |||
display: none !important; | |||
} | |||
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label { | |||
z-index: 2; | |||
background-color: #4188f1; | |||
color: #fff; | |||
} | |||
.tabs-tabbox > .tabs-label { | |||
margin: 0; | |||
border-bottom: none; | |||
border-radius: 0; | |||
position: relative; | |||
display: inline-block; | |||
vertical-align: bottom; | |||
min-width: 10%; | |||
text-align: center; | |||
height: 30px; | |||
} | |||
.tabs-tabbox > .tabs-label:first-child { | |||
margin: 0; | |||
border-bottom: none; | |||
border-radius: 7px 0 0 7px; | |||
position: relative; | |||
display: inline-block; | |||
vertical-align: bottom; | |||
min-width: 10%; | |||
text-align: center; | |||
height: 30px; | |||
} | } | ||
2022年1月27日 (四) 04:49的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* ajaxpoll 投票功能相关的样式覆盖 CSS */
.ajaxpoll {
border: 1px dashed #e1e8ed !important;
}
.ajaxpoll-hover-revoke {
background:#fff !important;
}
.ajaxpoll-hover-vote {
background:#fff !important;
}
.ajaxpoll-ajax {
background:#fff !important;
box-shadow:inset 0 -0.2rem 0 #4188F1 !important;
border-radius: 0 !important;
}
.ajaxpoll-answer-vote {
height:22px !important;
}
.ajaxpoll-our-vote div {
border: 1px solid #4188F1 !important;
border-radius: 7px !important;
}
.ajaxpoll-answer-vote div {
background: #9EC3E6 !important;
height: 22px !important;
border-radius: 7px !important;
}
.ajaxpoll-answer-vote {
border-radius: 7px !important;
}
/* Tabs 插件样式覆盖 */
.tabs-input, .tabs-close, #tabs-inputform, body.tabs-oldbrowserscript .tabs-content {
display: none !important;
}
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
z-index: 2;
background-color: #4188f1;
color: #fff;
}
.tabs-tabbox > .tabs-label {
margin: 0;
border-bottom: none;
border-radius: 0;
position: relative;
display: inline-block;
vertical-align: bottom;
min-width: 10%;
text-align: center;
height: 30px;
}
.tabs-tabbox > .tabs-label:first-child {
margin: 0;
border-bottom: none;
border-radius: 7px 0 0 7px;
position: relative;
display: inline-block;
vertical-align: bottom;
min-width: 10%;
text-align: center;
height: 30px;
}