source: extensions/EasyCaptcha/template/style.css @ 24215

Last change on this file since 24215 was 24215, checked in by mistic100, 11 years ago

add extension EasyCaptcha

File size: 1.2 KB
Line 
1.theme {
2  display:inline-block;
3  position:relative;
4  width:66px;
5  height:66px;
6}
7  .theme .title {
8    display:block;
9    position:absolute;
10    top:-1em;
11    width:100%;
12    text-align:center;
13  }
14  .theme .count {
15    display:block;
16    position:absolute;
17    bottom:-1em;
18    width:100%;
19    text-align:center;
20    font-size:0.7em;
21  }
22  .theme img {
23    margin:1px;
24    padding:3px;
25    border:1px solid #999;
26    width:56px;
27    height:56px;
28  }
29  .theme.selected img {
30    border-color:#f70;
31  }
32
33.properties b {
34  display:inline-block;
35  min-width:200px;
36  text-align:right;
37  vertical-align:top;
38}
39
40.my-warnings {
41  background-image:none;
42  min-height:0;
43  padding:0 0 0 5px;
44  margin:0 5px 15px 5px;
45  font-weight:normal;
46  font-size:0.9em;
47}
48.my-warnings ul li {
49  list-style:none;
50}
51
52.chzn-choices li {
53  clear:none !important;
54}
55
56table.colors {
57  display:inline-block;
58  border-collapse:collapse;
59}
60  table.colors td, table.colors th {
61    padding:0 5px;
62    text-align:center;
63  }
64  table.colors td:nth-child(even), table.colors th:nth-child(even) {
65    background:rgba(127,127,127,0.2);
66  }
67
68
69.sp-palette-container {
70  max-width: 40px;
71}
72
73.preview {
74  display:none;
75  margin-left:200px;
76}
Note: See TracBrowser for help on using the repository browser.