Files
plugins/IQapTcha/static/QapTcha.jquery.css
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

45 lines
712 B
CSS

/*****************/
/** QapTcha CSS **/
/*****************/
#QapTcha {
margin-top:10px;
}
#QapTcha .clr{ clear:both}
#QapTcha #bgSlider {
width:202px;
height:22px;
background:transparent url('sprites.png') no-repeat 0 -22px;
float:left
}
#QapTcha #Slider {
width:48px;
height:22px;
background:transparent url('sprites.png') no-repeat -32px 0;
cursor:e-resize
}
#QapTcha #Icons {
float:left;
width:16px;
height:16px;
background:transparent url('sprites.png') no-repeat 0 0;
margin-top:3px;
margin-left:10px;
}
#QapTcha #TxtStatus {
float:left;
width:202px;
margin:4px 0 0 5px;
font-size:12px;
}
/** States **/
#QapTcha .dropSuccess {
color:#67A611
}
#QapTcha .dropError {
color:#bb2828
}