/* 关键字".card"为anki正反模板基础样式 */
/* 注:名称不要定义为".question"否则有可能覆盖基础样式 */
.card {
font-family: "Microsoft YaHei";
font-size: 18px;
text-align: left;
color: #fff;
background-color: #272822;
}
div {
margin:5px auto;
}
#score_board {
color:#fff;
font-style:italic;
font-weight:50;
font-size:12px;
text-align:center;
margin-bottom:8px;
}
#is_random {
visibility: hidden;
}
#is_random + label {
//display: inline-block;
//vertical-align: middle;
width: 20px;
height: 20px;
zoom: 100%;
cursor: pointer;
border: 0px solid #ccc;
border-radius: 1px;
font-weight: 350;
background: none;
}
#is_random:checked + label:after {
//display: inline-block;
text-align: center;
content: " \2714";
color: rgba(234, 152, 54, 1);
font-weight: bold;
font-size: 12px;
}
#que_type {
color: #BA55D3;
font-weight: 700;
text-align: left;
margin-bottom: 10px;
}
#que_area {
color: #ddd689;
text-align: left;
}
.remark {
text-align: left;
margin-top: 15px;
font-size: 18px;
color: #79a967;
}
.remark a{
color: #6881d1;
}
.hint {
color: #a6e22e;
}
.cloze {
margin-left: 3px;
margin-right: 3px;
font-weight: bold;
color: #6881d1;
}
.right {
font-weight: bold;
color: #4cb050;
}
.right_unck {
font-weight: bold;
color: #4cb050;
text-decoration: underline #0eb83a;
}
.wrong {
font-weight: 400;
color: #d32f2e;
text-decoration:line-through;
}
/*列表项标记类型为大写字母*/
.options {
list-style:upper-latin;
margin-top:12px;
padding-left:24px;
}
.options *{
cursor:pointer;
}
.options *:hover{
font-weight:bold;
color:#6881d1;
}
.options li{
margin-top:6px;
}
.options label {
/*vertical-align:middle;*/
line-height:25px;
}
.options input[name="opt_cb"]{
display:inline-block;
margin-top:1px;
heigh:24px;
vertical-align:middle;
}