2424/* Custom headers (edit by nic)
2525==================================================*/
2626
27+ # mergeRow-gdpr p {
28+ padding : 0 ;
29+ }
30+
31+ .checkbox-red {
32+ border : 2px solid # ff9800 ;
33+ background-color : red;
34+ }
35+
2736nav li {
2837 font-size : large;
2938}
@@ -157,88 +166,6 @@ nav li {
157166 height : auto; }
158167
159168
160- /* #Buttons
161- ================================================== */
162-
163- .button ,
164- button ,
165- input [type = "submit" ],
166- input [type = "reset" ],
167- input [type = "button" ] {
168- background : # eee ; /* Old browsers */
169- background : # eee -moz-linear-gradient (top, rgba (255 , 255 , 255 , .2 ) 0% , rgba (0 , 0 , 0 , .2 ) 100% ); /* FF3.6+ */
170- background : # eee -webkit-gradient (linear, left top, left bottom, color-stop (0% , rgba (255 , 255 , 255 , .2 )), color-stop (100% , rgba (0 , 0 , 0 , .2 ))); /* Chrome,Safari4+ */
171- background : # eee -webkit-linear-gradient (top, rgba (255 , 255 , 255 , .2 ) 0% , rgba (0 , 0 , 0 , .2 ) 100% ); /* Chrome10+,Safari5.1+ */
172- background : # eee -o-linear-gradient (top, rgba (255 , 255 , 255 , .2 ) 0% , rgba (0 , 0 , 0 , .2 ) 100% ); /* Opera11.10+ */
173- background : # eee -ms-linear-gradient (top, rgba (255 , 255 , 255 , .2 ) 0% , rgba (0 , 0 , 0 , .2 ) 100% ); /* IE10+ */
174- background : # eee linear-gradient (top, rgba (255 , 255 , 255 , .2 ) 0% , rgba (0 , 0 , 0 , .2 ) 100% ); /* W3C */
175- border : 1px solid # aaa ;
176- border-top : 1px solid # ccc ;
177- border-left : 1px solid # ccc ;
178- -moz-border-radius : 3px ;
179- -webkit-border-radius : 3px ;
180- border-radius : 3px ;
181- color : # 444 ;
182- display : inline-block;
183- font-size : 11px ;
184- font-weight : bold;
185- text-decoration : none;
186- text-shadow : 0 1px rgba (255 , 255 , 255 , .75 );
187- cursor : pointer;
188- margin-bottom : 20px ;
189- line-height : normal;
190- padding : 8px 10px ;
191- font-family : "HelveticaNeue" , "Helvetica Neue" , Helvetica, Arial, sans-serif; }
192-
193- .button : hover ,
194- button : hover ,
195- input [type = "submit" ]: hover ,
196- input [type = "reset" ]: hover ,
197- input [type = "button" ]: hover {
198- color : # 222 ;
199- background : # ddd ; /* Old browsers */
200- background : # ddd -moz-linear-gradient (top, rgba (255 , 255 , 255 , .3 ) 0% , rgba (0 , 0 , 0 , .3 ) 100% ); /* FF3.6+ */
201- background : # ddd -webkit-gradient (linear, left top, left bottom, color-stop (0% , rgba (255 , 255 , 255 , .3 )), color-stop (100% , rgba (0 , 0 , 0 , .3 ))); /* Chrome,Safari4+ */
202- background : # ddd -webkit-linear-gradient (top, rgba (255 , 255 , 255 , .3 ) 0% , rgba (0 , 0 , 0 , .3 ) 100% ); /* Chrome10+,Safari5.1+ */
203- background : # ddd -o-linear-gradient (top, rgba (255 , 255 , 255 , .3 ) 0% , rgba (0 , 0 , 0 , .3 ) 100% ); /* Opera11.10+ */
204- background : # ddd -ms-linear-gradient (top, rgba (255 , 255 , 255 , .3 ) 0% , rgba (0 , 0 , 0 , .3 ) 100% ); /* IE10+ */
205- background : # ddd linear-gradient (top, rgba (255 , 255 , 255 , .3 ) 0% , rgba (0 , 0 , 0 , .3 ) 100% ); /* W3C */
206- border : 1px solid # 888 ;
207- border-top : 1px solid # aaa ;
208- border-left : 1px solid # aaa ; }
209-
210- .button : active ,
211- button : active ,
212- input [type = "submit" ]: active ,
213- input [type = "reset" ]: active ,
214- input [type = "button" ]: active {
215- border : 1px solid # 666 ;
216- background : # ccc ; /* Old browsers */
217- background : # ccc -moz-linear-gradient (top, rgba (255 , 255 , 255 , .35 ) 0% , rgba (10 , 10 , 10 , .4 ) 100% ); /* FF3.6+ */
218- background : # ccc -webkit-gradient (linear, left top, left bottom, color-stop (0% , rgba (255 , 255 , 255 , .35 )), color-stop (100% , rgba (10 , 10 , 10 , .4 ))); /* Chrome,Safari4+ */
219- background : # ccc -webkit-linear-gradient (top, rgba (255 , 255 , 255 , .35 ) 0% , rgba (10 , 10 , 10 , .4 ) 100% ); /* Chrome10+,Safari5.1+ */
220- background : # ccc -o-linear-gradient (top, rgba (255 , 255 , 255 , .35 ) 0% , rgba (10 , 10 , 10 , .4 ) 100% ); /* Opera11.10+ */
221- background : # ccc -ms-linear-gradient (top, rgba (255 , 255 , 255 , .35 ) 0% , rgba (10 , 10 , 10 , .4 ) 100% ); /* IE10+ */
222- background : # ccc linear-gradient (top, rgba (255 , 255 , 255 , .35 ) 0% , rgba (10 , 10 , 10 , .4 ) 100% ); /* W3C */ }
223-
224- .button .full-width ,
225- button .full-width ,
226- input [type = "submit" ].full-width ,
227- input [type = "reset" ].full-width ,
228- input [type = "button" ].full-width {
229- width : 100% ;
230- padding-left : 0 !important ;
231- padding-right : 0 !important ;
232- text-align : center; }
233-
234- /* Fix for odd Mozilla border & padding issues */
235- button ::-moz-focus-inner ,
236- input ::-moz-focus-inner {
237- border : 0 ;
238- padding : 0 ;
239- }
240-
241-
242169/* #Forms
243170================================================== */
244171
@@ -251,14 +178,13 @@ nav li {
251178 input [type = "email" ],
252179 textarea ,
253180 select {
254- border : 1 px solid # ccc ;
181+ border : 0 px solid # ccc ;
255182 padding : 6px 4px ;
256183 outline : none;
257- -moz-border-radius : 2px ;
258- -webkit-border-radius : 2px ;
259- border-radius : 2px ;
260- font : 13px "HelveticaNeue" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
261- color : # 777 ;
184+ -moz-border-radius : 0px ;
185+ -webkit-border-radius : 0px ;
186+ border-radius : 0px ;
187+ color : white;
262188 margin : 0 ;
263189 width : 210px ;
264190 max-width : 100% ;
@@ -267,31 +193,25 @@ nav li {
267193 background : # fff ; }
268194 select {
269195 padding : 0 ; }
270- input [type = "text" ]: focus ,
271- input [type = "password" ]: focus ,
272- input [type = "email" ]: focus ,
273- textarea : focus {
274- border : 1px solid # aaa ;
275- color : # 444 ;
276- -moz-box-shadow : 0 0 3px rgba (0 , 0 , 0 , .2 );
277- -webkit-box-shadow : 0 0 3px rgba (0 , 0 , 0 , .2 );
278- box-shadow : 0 0 3px rgba (0 , 0 , 0 , .2 ); }
279196 textarea {
280197 min-height : 60px ; }
281198 label ,
282199 legend {
200+ color : white;
283201 display : block;
284202 font-weight : bold;
285203 font-size : 13px ; }
286204 select {
287205 width : 220px ; }
288206 input [type = "checkbox" ] {
207+ color : white;
289208 display : inline; }
209+ input [type = "checkbox" ] span ,
290210 label span ,
291211 legend span {
212+ color : white;
292213 font-weight : normal;
293- font-size : 13px ;
294- color : # 444 ; }
214+ font-size : 13px ;}
295215
296216/* #Misc
297217================================================== */
0 commit comments