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

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

update for 2.6

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  display:inline-block;
43  min-height:0;
44  padding:5px 5px 0 5px;
45  margin:0 5px 15px 5px;
46  font-weight:normal;
47  font-size:0.9em;
48}
49.my-warnings ul li {
50  list-style:none;
51}
52
53.chzn-choices li {
54  clear:none !important;
55}
56
57table.colors {
58  display:inline-block;
59  border-collapse:collapse;
60}
61  table.colors td, table.colors th {
62    padding:0 5px;
63    text-align:center;
64  }
65  table.colors td:nth-child(even), table.colors th:nth-child(even) {
66    background:rgba(127,127,127,0.2);
67  }
68
69
70.sp-palette-container {
71  max-width: 40px;
72}
73
74.preview {
75  display:none;
76  margin-left:200px;
77}
Note: See TracBrowser for help on using the repository browser.