Commit | Line | Data |
---|---|---|
c495c100 P |
1 | div.spip_forms form label { |
2 | float:none; | |
3 | } | |
4 | div.spip_forms h2 { | |
5 | margin:.2em; | |
6 | color:#543E29; | |
7 | } | |
8 | div.spip_forms { | |
9 | color: black; | |
10 | margin: 0px; | |
11 | margin-bottom: 16px; | |
12 | padding: 6px; | |
13 | border: 1px solid #a0a0a0; | |
14 | background: #F8F7F6; | |
15 | font-family: Verdana, Arial, Helvetica, sans-serif; | |
16 | font-weight: normal; | |
17 | } | |
18 | div.spip_forms form { | |
19 | border:0; | |
20 | margin:0; | |
21 | padding:.5em 0 0 0; | |
22 | } | |
23 | div.spip_forms div.spip_descriptif { | |
24 | border:0; | |
25 | margin:0; | |
26 | clear:both; | |
27 | } | |
28 | div.spip_forms h3 { | |
29 | float:none;text-align:left; | |
30 | } | |
31 | div.spip_forms legend { | |
32 | font-size:1.15em; | |
33 | padding:5px; | |
34 | } | |
35 | div.spip_forms .spip_form_champ { | |
36 | margin-bottom:1em; | |
37 | } | |
38 | div.spip_forms .spip_form_label { | |
39 | font-weight: bold; | |
40 | text-align:left; | |
41 | color:#494949; | |
42 | } | |
43 | div.spip_forms .spip_form_label label, | |
44 | div.spip_forms .spip_form_label .label { | |
45 | text-align:left; | |
46 | font-weight: bold; | |
47 | color:#494949; | |
48 | } | |
49 | div.spip_forms .spip_form_label_obligatoire { | |
50 | font-weight: normal; | |
51 | font-style:italic; | |
52 | font-size:.9em; | |
53 | } | |
54 | div.spip_forms .obligatoire_oublie { | |
55 | color:red; | |
56 | } | |
57 | div.spip_forms .spip_form_label_details{ | |
58 | display:block; | |
59 | font-style:italic; | |
60 | text-align:left; | |
61 | } | |
62 | ||
63 | div.spip_forms .spip_form_choix_multiple { | |
64 | display:block; | |
65 | } | |
66 | ||
67 | div.spip_forms .spip_form_choix_unique input, div.spip_forms .spip_form_choix_unique input.fondo, div.spip_forms .spip_form_choix_unique input.fondl { | |
68 | width:auto; | |
69 | } | |
70 | ||
71 | div.spip_forms .spip_form_choix_unique label { | |
72 | margin:0 0 5px 0; | |
73 | } | |
74 | ||
75 | div.spip_forms .spip_form_choix_multiple input, div.spip_forms .spip_form_choix_multiple input.fondo, div.spip_forms .spip_form_choix_multiple input.fondl, ul.choix_mots li input { | |
76 | width:auto; | |
77 | margin:0 5px 0 0; | |
78 | } | |
79 | div.spip_forms ul.choix_mots { | |
80 | list-style:none; | |
81 | } | |
82 | div.spip_forms .spip_sondage { | |
83 | margin: auto; | |
84 | } | |
85 | ||
86 | div.spip_forms .spip_form_erreur { | |
87 | display:none; | |
88 | } | |
89 | div.spip_forms .spip_form_ok { | |
90 | font-weight: bold; | |
91 | background:#262626; | |
92 | color:#F1F1F1; | |
93 | margin: 1em 0 0 0; | |
94 | padding: .6em; | |
95 | } | |
96 | div.spip_forms .spip_form_ok a { | |
97 | color:#FFF9E2; | |
98 | } | |
99 | div.spip_forms .spip_form_ok a:hover { | |
100 | color:#DEB55E; | |
101 | } | |
102 | div.spip_forms .spip_form_ok_confirmation{ | |
103 | display:block; | |
104 | } | |
105 | div.spip_forms .spip_sondage strong { | |
106 | display:block; | |
107 | clear:both; | |
108 | margin-left:5px; | |
109 | color:#494949; | |
110 | } | |
111 | div.spip_forms .spip_sondage .ligne_nom { | |
112 | width:19%; | |
113 | text-align:right; | |
114 | padding-right:1%; | |
115 | } | |
116 | div.spip_forms .spip_sondage .ligne_nom:after { | |
117 | content:" :"; | |
118 | } | |
119 | div.spip_forms .spip_sondage ligne.chiffres { | |
120 | color:#525252; | |
121 | } | |
122 | div.spip_forms .spip_sondage .ligne_barre { | |
123 | height: 16px; | |
124 | background: url(ligne.gif) repeat-x; | |
125 | border: 1px solid black; | |
126 | width:80%; | |
127 | } | |
128 | div.spip_forms .spip_sondage .sondage_table { | |
129 | display: table; | |
130 | width:100%; | |
131 | } | |
132 | div.spip_forms .spip_sondage .sondage_ligne { | |
133 | display: table-row; | |
134 | } | |
135 | div.spip_forms .spip_sondage .sondage_ligne > div { | |
136 | display: table-cell; | |
137 | vertical-align: middle; | |
138 | padding: 2px; | |
139 | white-space: nowrap; | |
140 | } | |
141 | div.spip_forms .forml, div.spip_forms .formo { | |
142 | width:95%; | |
143 | border-bottom:solid 1px #E2CEC1; | |
144 | border-right:solid 1px #E2CEC1; | |
145 | border-top:1px solid #AF896F; | |
146 | border-left:1px solid #AF896F; | |
147 | padding:.5em; | |
148 | font-size:.9em; | |
149 | } | |
150 | div.spip_forms .forml, div.spip_forms .fondl { | |
151 | background: #FFFDE7; | |
152 | color:#4A4336; | |
153 | width:95%; | |
154 | } | |
155 | div.spip_forms .formo, div.spip_forms .fondo { | |
156 | background-color: white; | |
157 | color:#4A4336; | |
158 | width:95%; | |
159 | } | |
160 | div.spip_forms .champ_obli_oubli { | |
161 | border:2px solid red; | |
162 | } | |
163 | div.spip_forms form .forml-focus, div.spip_forms form input.forml-focus:focus, div.spip_forms form textarea.forml-focus:focus, .forml-focus { | |
164 | border-bottom:solid 1px #C9AB97; | |
165 | border-right:solid 1px #C9AB97; | |
166 | border-top:1px solid #81593E; | |
167 | border-left:1px solid #81593E; | |
168 | background: #FFF2C8; | |
169 | color:#433817; | |
170 | font-weight:normal; | |
171 | font-size:.9em; | |
172 | padding:.5em; | |
173 | width:95%; | |
174 | } | |
175 | div.spip_forms form .formo-focus, div.spip_forms form input.formo-focus:focus, div.spip_forms form textarea.formo-focus:focus, div.spip_forms .formo-focus { | |
176 | border-bottom:solid 1px #C9AB97; | |
177 | border-right:solid 1px #C9AB97; | |
178 | border-top:1px solid #81593E; | |
179 | border-left:1px solid #81593E; | |
180 | background:#FFF9EE ; | |
181 | color:#433817; | |
182 | font-weight:normal; | |
183 | font-size:.9em; | |
184 | padding:.5em; | |
185 | width:95%; | |
186 | } | |
187 | div.spip_forms form .champ_obli_oubli-focus, form input.champ_obli_oubli-focus:focus, form textarea.champ_obli_oubli-focus:focus { | |
188 | border-top:solid 2px #980F1B; | |
189 | border-left:solid 2px #980F1B; | |
190 | border-bottom:2px solid #F3192B; | |
191 | border-right:2px solid #F3192B; | |
192 | background: #FFF2C8; | |
193 | color:#4D161B; | |
194 | font-weight:normal; | |
195 | font-size:.9em; | |
196 | padding:.3em; | |
197 | } | |
198 | div.spip_forms .spip_bouton input { | |
199 | border: 1px solid #563033; | |
200 | cursor:pointer; | |
201 | padding:.4em; | |
202 | background:#F0E6DC; | |
203 | font-family: Verdana, Arial, Helvetica, sans-serif; | |
204 | font-weight:bold; | |
205 | font-size:.9em; | |
206 | width:100px ; | |
207 | color:#4A4336; | |
208 | } | |
209 | div.spip_forms fieldset { | |
210 | border:1px solid #8F8181; | |
211 | padding:.4em; | |
212 | margin:.5em 0 .5em 0; | |
213 | } | |
214 | div.spip_forms a.resultats_sondage { | |
215 | display:block; | |
216 | float:right; | |
217 | background:#FFFBED; | |
218 | color:#444040; | |
219 | padding:.2em; | |
220 | border:1px solid #A07D7A; | |
221 | text-decoration:none; | |
222 | } | |
223 | div.spip_forms a.resultats_sondage:hover { | |
224 | background:#444040; | |
225 | color:#F8F5EC; | |
226 | text-decoration:none; | |
227 | } | |
228 | div.spip_forms p.spip_form_ok, div.spip_forms p.spip_form_erreur, div.spip_forms form { | |
229 | clear:both; | |
230 | } |