1 | div.wpcf7 div.donation {
|
---|
2 | border-width: 1px;
|
---|
3 | border-style: solid;
|
---|
4 | padding: 0 0.6em;
|
---|
5 | margin: 5px 0 15px;
|
---|
6 | -moz-border-radius: 3px;
|
---|
7 | -khtml-border-radius: 3px;
|
---|
8 | -webkit-border-radius: 3px;
|
---|
9 | border-radius: 3px;
|
---|
10 | background-color: #ffffe0;
|
---|
11 | border-color: #e6db55;
|
---|
12 | text-align: center;
|
---|
13 | }
|
---|
14 |
|
---|
15 | div.wpcf7 div.donation p {
|
---|
16 | margin: 0.5em 0;
|
---|
17 | line-height: 1;
|
---|
18 | padding: 2px;
|
---|
19 | }
|
---|
20 |
|
---|
21 | div.wpcf7 div.donation p img {
|
---|
22 | vertical-align: text-bottom;
|
---|
23 | }
|
---|
24 |
|
---|
25 | div.wpcf7 div.donation p em {
|
---|
26 | padding-left: 1em;
|
---|
27 | color: #555;
|
---|
28 | font-weight: bold;
|
---|
29 | }
|
---|
30 |
|
---|
31 | div.wpcf7 ul.subsubsub {
|
---|
32 | white-space: normal;
|
---|
33 | }
|
---|
34 | ul.subsubsub li.addnew {
|
---|
35 | margin-left: 0.5em;
|
---|
36 | }
|
---|
37 | ul.subsubsub li.addnew a {
|
---|
38 | color: #e6255b;
|
---|
39 | }
|
---|
40 | ul.subsubsub li.addnew a:hover,
|
---|
41 | ul.subsubsub li.addnew a:active {
|
---|
42 | color: #999;
|
---|
43 | }
|
---|
44 | div.save-contact-form {
|
---|
45 | padding: 1.4em 0 0 0;
|
---|
46 | text-align: right;
|
---|
47 | }
|
---|
48 | div.actions-link {
|
---|
49 | position: absolute;
|
---|
50 | top: 0;
|
---|
51 | right: 0;
|
---|
52 | margin: 0;
|
---|
53 | padding: 0;
|
---|
54 | }
|
---|
55 | div.actions-link input {
|
---|
56 | padding: 0;
|
---|
57 | margin: 0;
|
---|
58 | border: none;
|
---|
59 | background-color: #fff;
|
---|
60 | font-size: 11px;
|
---|
61 | cursor: pointer;
|
---|
62 | }
|
---|
63 | div.actions-link input.copy {
|
---|
64 | color: #006505;
|
---|
65 | }
|
---|
66 | div.actions-link input.delete {
|
---|
67 | color: #bc0b0b;
|
---|
68 | }
|
---|
69 | input#wpcf7-title {
|
---|
70 | color: #555;
|
---|
71 | background-color: #fff;
|
---|
72 | border: none;
|
---|
73 | font: bold 20px serif;
|
---|
74 | }
|
---|
75 | p.tagcode {
|
---|
76 | color: #333;
|
---|
77 | margin: 2ex 0 1ex 1em;
|
---|
78 | }
|
---|
79 | input#contact-form-anchor-text {
|
---|
80 | color: #fff;
|
---|
81 | background: #8a796d;
|
---|
82 | border: none;
|
---|
83 | width: 96%;
|
---|
84 | -moz-border-radius: 6px;
|
---|
85 | -khtml-border-radius: 6px;
|
---|
86 | -webkit-border-radius: 6px;
|
---|
87 | border-radius: 6px;
|
---|
88 | }
|
---|
89 | span#message-fields-toggle-switch, span#additional-settings-fields-toggle-switch {
|
---|
90 | margin-left: 1em;
|
---|
91 | font-weight: normal;
|
---|
92 | font-size: smaller;
|
---|
93 | color: #2583ad;
|
---|
94 | cursor: pointer;
|
---|
95 | }
|
---|
96 | div.pseudo-hr {
|
---|
97 | border-bottom: 1px solid #fff;
|
---|
98 | margin: 0.7em 0;
|
---|
99 | }
|
---|
100 | input, textarea {
|
---|
101 | border: 1px solid #dfdfdf;
|
---|
102 | }
|
---|
103 | input.wide {
|
---|
104 | width: 100%;
|
---|
105 | }
|
---|
106 | textarea {
|
---|
107 | width: 100%;
|
---|
108 | }
|
---|
109 | label.disabled {
|
---|
110 | color: #777;
|
---|
111 | }
|
---|
112 | div.tag-generator {
|
---|
113 | position: relative;
|
---|
114 | background: #fff;
|
---|
115 | padding: 5px 0 5px 1px;
|
---|
116 | }
|
---|
117 | div.tg-pane {
|
---|
118 | border: 1px dashed #999;
|
---|
119 | background: #f1f1f1;
|
---|
120 | margin: 1ex 0 0 0;
|
---|
121 | padding: 10px;
|
---|
122 | -moz-border-radius: 6px;
|
---|
123 | -khtml-border-radius: 6px;
|
---|
124 | -webkit-border-radius: 6px;
|
---|
125 | border-radius: 6px;
|
---|
126 | }
|
---|
127 | div.tg-pane table {
|
---|
128 | width: 100%;
|
---|
129 | margin: 0 0 0.7em 0;
|
---|
130 | }
|
---|
131 | div.tg-pane table caption {
|
---|
132 | text-align: left;
|
---|
133 | padding: 0 0 0.2em 0;
|
---|
134 | font-weight: bolder;
|
---|
135 | color: #777;
|
---|
136 | }
|
---|
137 | div.tg-pane table code {
|
---|
138 | background-color: inherit;
|
---|
139 | }
|
---|
140 | div.tg-pane table td {
|
---|
141 | vertical-align: top;
|
---|
142 | width: 50%;
|
---|
143 | }
|
---|
144 | div.tg-pane input.tag {
|
---|
145 | border: none;
|
---|
146 | color: #fff;
|
---|
147 | background-color: #8a796d;
|
---|
148 | -moz-border-radius: 6px;
|
---|
149 | -khtml-border-radius: 6px;
|
---|
150 | -webkit-border-radius: 6px;
|
---|
151 | border-radius: 6px;
|
---|
152 | }
|
---|
153 | div.tg-dropdown {
|
---|
154 | position: absolute;
|
---|
155 | top: 26px;
|
---|
156 | left: 0;
|
---|
157 | z-index: 10;
|
---|
158 | border: 1px solid #ddd;
|
---|
159 | }
|
---|
160 | span.tg-closebutton {
|
---|
161 | color: #777;
|
---|
162 | font: bold 18px monospace;
|
---|
163 | padding: 1px 4px;
|
---|
164 | cursor: pointer;
|
---|
165 | }
|
---|
166 | div.tg-panetitle {
|
---|
167 | font: bold 132% sans-serif;
|
---|
168 | margin: 0 0 10px;
|
---|
169 | color: #777;
|
---|
170 | }
|
---|