source: trunk/www.guidonia.net/wp/wp-content/plugins/contact-form-7/admin/admin-stylesheet.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.9 KB
Line 
1div.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
15div.wpcf7 div.donation p {
16 margin: 0.5em 0;
17 line-height: 1;
18 padding: 2px;
19}
20
21div.wpcf7 div.donation p img {
22 vertical-align: text-bottom;
23}
24
25div.wpcf7 div.donation p em {
26 padding-left: 1em;
27 color: #555;
28 font-weight: bold;
29}
30
31div.wpcf7 ul.subsubsub {
32 white-space: normal;
33}
34ul.subsubsub li.addnew {
35 margin-left: 0.5em;
36}
37ul.subsubsub li.addnew a {
38 color: #e6255b;
39}
40ul.subsubsub li.addnew a:hover,
41ul.subsubsub li.addnew a:active {
42 color: #999;
43}
44div.save-contact-form {
45 padding: 1.4em 0 0 0;
46 text-align: right;
47}
48div.actions-link {
49 position: absolute;
50 top: 0;
51 right: 0;
52 margin: 0;
53 padding: 0;
54}
55div.actions-link input {
56 padding: 0;
57 margin: 0;
58 border: none;
59 background-color: #fff;
60 font-size: 11px;
61 cursor: pointer;
62}
63div.actions-link input.copy {
64 color: #006505;
65}
66div.actions-link input.delete {
67 color: #bc0b0b;
68}
69input#wpcf7-title {
70 color: #555;
71 background-color: #fff;
72 border: none;
73 font: bold 20px serif;
74}
75p.tagcode {
76 color: #333;
77 margin: 2ex 0 1ex 1em;
78}
79input#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}
89span#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}
96div.pseudo-hr {
97 border-bottom: 1px solid #fff;
98 margin: 0.7em 0;
99}
100input, textarea {
101 border: 1px solid #dfdfdf;
102}
103input.wide {
104 width: 100%;
105}
106textarea {
107 width: 100%;
108}
109label.disabled {
110 color: #777;
111}
112div.tag-generator {
113 position: relative;
114 background: #fff;
115 padding: 5px 0 5px 1px;
116}
117div.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}
127div.tg-pane table {
128 width: 100%;
129 margin: 0 0 0.7em 0;
130}
131div.tg-pane table caption {
132 text-align: left;
133 padding: 0 0 0.2em 0;
134 font-weight: bolder;
135 color: #777;
136}
137div.tg-pane table code {
138 background-color: inherit;
139}
140div.tg-pane table td {
141 vertical-align: top;
142 width: 50%;
143}
144div.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}
153div.tg-dropdown {
154 position: absolute;
155 top: 26px;
156 left: 0;
157 z-index: 10;
158 border: 1px solid #ddd;
159}
160span.tg-closebutton {
161 color: #777;
162 font: bold 18px monospace;
163 padding: 1px 4px;
164 cursor: pointer;
165}
166div.tg-panetitle {
167 font: bold 132% sans-serif;
168 margin: 0 0 10px;
169 color: #777;
170}
Note: See TracBrowser for help on using the repository browser.