32 lines
610 B
CSS
32 lines
610 B
CSS
![]() |
/* 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;
|
||
|
}
|