source: extensions/EasyCaptcha/template/tictac.css @ 26923

Last change on this file since 26923 was 26867, checked in by mistic100, 10 years ago

don't define dynamic tictac background in static css !

File size: 611 bytes
Line 
1#easycaptcha table {
2  width: {$EASYCAPTCHA.tictac.size}px;
3  height: {$EASYCAPTCHA.tictac.size}px;
4  border-collapse: collapse;
5  display: inline-block;
6  margin: 0;
7}
8#easycaptcha td {
9  border: none;
10  padding: 0;
11}
12#easycaptcha label {
13  display: block;
14  width: {math equation="floor(x/3)" x=$EASYCAPTCHA.tictac.size}px;
15  height: {math equation="floor(x/3)" x=$EASYCAPTCHA.tictac.size}px;
16  cursor: url('../tictac/gen.php?cross=96') 16 16, pointer;
17}
18#easycaptcha input {
19  display: none;
20}
21#easycaptcha label.selected {
22  background: url('../tictac/gen.php?cross={$EASYCAPTCHA.tictac.size}') no-repeat;
23}
Note: See TracBrowser for help on using the repository browser.