Mercurial > libervia-templates
comparison default/static/event.css @ 17:48b831ab4238
event: design improvment
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 04 May 2017 01:00:29 +0200 |
parents | 6f13b25f1ecf |
children | 24af9089aacd |
comparison
equal
deleted
inserted
replaced
16:8cdcbe0d7dee | 17:48b831ab4238 |
---|---|
1 @import 'blog.css'; /* needed as blog/articles.html is included %/ | 1 @import 'blog.css'; /* needed as blog/articles.html is included */ |
2 | |
3 .invitation_header { | |
4 text-align: center; | |
5 font-variant: small-caps; | |
6 border: none; | |
7 } | |
8 | |
9 .instructions { | |
10 font-style: italic; | |
11 margin: 0; | |
12 } | |
13 | |
14 #event_picture { | |
15 max-width: 100%; | |
16 border-radius: 2em; | |
17 } | |
18 | |
19 .attendance { | |
20 background-color: #9ca0a8; | |
21 padding: 0 0.3em; | |
22 max-width: 580px; | |
23 margin: 0 auto; | |
24 color: #3A3A3A; | |
25 } | |
26 | |
27 .attending { | |
28 width: 5em; | |
29 margin: 0 auto; | |
30 } | |
31 | |
32 .attending label { | |
33 /* display: inline; */ | |
34 margin: 0.8em 0; | |
35 } | |
36 | |
37 .guests label { | |
38 display: block; | |
39 margin: 1em 0; | |
40 } | |
41 | |
42 .guests input { | |
43 width: 2.5em; | |
44 margin: 0 1em; | |
45 } | |
46 | |
47 .poll_instructions { | |
48 font-weight: bold; | |
49 font-size: 0.9em; | |
50 font-size: 1.1em; | |
51 text-align: center; | |
52 } | |
53 | |
54 .guests label{ | |
55 text-align: center; | |
56 /* font-style: italic */ | |
57 } | |
58 | |
59 .guests input { | |
60 display: block; | |
61 margin: 0 auto; | |
62 } | |
63 | |
64 .submit { | |
65 width: 15em; | |
66 margin: 0 auto; | |
67 padding: 1em 0; | |
68 } | |
69 | |
70 .submit input { | |
71 width: 100%; | |
72 } | |
73 | |
74 @media (min-width: 500px) { | |
75 .invitation_header { | |
76 width: 94%; | |
77 margin: 0 auto; | |
78 border: solid 1px; | |
79 border-color: #9ca0a8; | |
80 } | |
81 } |