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