-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
206 lines (179 loc) · 4.26 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
/* General Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* P22 Mackinac Pro – Book (peso normale, stile normale) */
@font-face {
font-family: 'P22MackinacPro';
src: url('fonts/P22MackinacPro-Book_25.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
/* P22 Mackinac Pro – Book Italic (peso normale, stile italic) */
@font-face {
font-family: 'P22MackinacPro';
src: url('fonts/P22MackinacPro-BookItalic_15.otf') format('opentype');
font-weight: 400;
font-style: italic;
}
/* P22 Mackinac Pro – Medium (peso medio, stile normale) */
@font-face {
font-family: 'P22MackinacPro';
src: url('fonts/P22MackinacPro-Medium_26.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
/* P22 Mackinac Pro – Medium Italic (peso medio, stile italic) */
@font-face {
font-family: 'P22MackinacPro';
src: url('fonts/P22MackinacPro-MedItalic_18.otf') format('opentype');
font-weight: 500;
font-style: italic;
}
/* P22 Mackinac Pro – Bold (peso grassetto, stile normale) */
@font-face {
font-family: 'P22MackinacPro';
src: url('fonts/P22MackinacPro-Bold_16.otf') format('opentype');
font-weight: 700;
font-style: normal;
}
/* P22 Mackinac Pro – Bold Italic (peso grassetto, stile italic) */
@font-face {
font-family: 'P22MackinacPro';
src: url('fonts/P22MackinacPro-BoldItalic_11.otf') format('opentype');
font-weight: 700;
font-style: italic;
}
/* P22 Mackinac Pro – ExtraBold (peso molto grassetto, stile normale) */
@font-face {
font-family: 'P22MackinacPro';
src: url('fonts/P22MackinacPro-ExtraBold_12.otf') format('opentype');
font-weight: 800;
font-style: normal;
}
/* P22 Mackinac Pro – ExtraBold Italic (peso molto grassetto, stile italic) */
@font-face {
font-family: 'P22MackinacPro';
src: url('fonts/P22MackinacPro-ExBoldItalic_17.otf') format('opentype');
font-weight: 800;
font-style: italic;
}
/* Body */
body {
font-family: 'P22MackinacPro', Arial, sans-serif;
background-color: #3F6578; /* Light background */
color: #333333;
margin: 0 auto;
}
/* Header */
.header {
background-color: #3F6578; /* Some placeholder color */
padding: 20px;
text-align: center;
}
.title {
font-size: 24px;
color: #FFFFFF;
margin-bottom: 20px;
}
.main-image img {
width: 98%;
max-width: 500px;
height: auto;
}
/* Date Times Section */
.date-times {
background-color: #3F6578;
color: #FFFFFF;
text-align: center;
padding: 20px;
}
.highlight-text {
font-size: 30px;
margin-bottom: 10px;
font-weight: 600;
color: #92B6A6;
}
.schedule-container {
margin-top: 10px;
margin-bottom: 80px;
}
.schedule-item {
display: block;
justify-content: center;
margin-bottom: 5px;
font-size: 16px;
}
.schedule-item .bar{
color: #92B6A6
display: inline-block;
margin: 6px 0;
}
.schedule-item .time {
font-size: 15px;
color: #92B6A6;
}
.schedule-item .label {
font-size: 20px;
font-weight: 500;
font-style: italic;
color: #EFE1D1;
margin-top: 2px;
}
.location {
font-size: 16px;
margin-bottom: 10px;
padding: 10px 24px 12px 24px;
background: #EFE1D1;
color: #333;
width: fit-content;
text-align: center;
display: inline-block;
border-radius: 16px;
}
.location img{
width: 20px;
height: 20px;
position: relative;
top: 3px;
}
/* Caccia Il Grano Section */
.caccia-section {
background-color: #91B5A5;
color: #333;
text-align: center;
padding: 80px 0;
}
.sub-title {
font-size: 20px;
margin-bottom: -1px;
}
.caccia-text{
font-size: 15px;;
}
.iban {
font-size: 18px;
margin-top: 10px;
}
/* Dress Code Section */
.dress-code {
background-color: #FAFAFA;
color: #333333;
text-align: center;
padding: 80px 0 0 0;
}
.dress-code .sub-title {
margin-bottom: 20px;
padding: 0 24px;
font-size: 20px;
color: #92B6A6;
font-weight: 500;
font-style: italic;
}
.brushes-image img {
width: 100%;
max-width: 500px;
height: auto;
}