vitro/webapp/web/css/jquery_plugins/jquery.realperson.css

32 lines
610 B
CSS
Raw Normal View History

/* Real Person jQuery plugin styles v1.0.1. */
.realperson-challenge {
display: inline-block;
background-color: #ddd;
width: 150px;
padding-top: 10px;
padding-left: 12px;
}
.realperson-text {
font-family: "Courier New",monospace;
font-size: 6px;
font-weight: bold;
letter-spacing: -1px;
line-height: 3px;
color: #000;
}
.realperson-regen {
padding-top: 4px;
padding-right: 6px;
font-size: 12px;
text-align: center;
cursor: pointer;
}
.realpersonLabel {
display: block;
}
#defaultReal {
margin-left: 20px;
vertical-align: top;
margin-top: 3px;
}