-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
executable file
·241 lines (230 loc) · 3.95 KB
/
style.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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
/* tags */
html {
height: 100%;
}
body {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
height: 100%;
margin: 0;
padding: 50px 0 0;
position: relative;
}
/* headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-weight: bold;
}
h2 {
font-size: 30px;
}
h2.subtitle {
margin-bottom: 20px;
}
/* components */
.section {
padding-top: 50px;
}
.table {
font-size: 14px;
}
/* header */
.navbar {
font-size: 14px;
font-weight: bold;
margin-bottom: 0;
}
.header {
color: #fff;
overflow: hidden;
padding: 0px 0 62px;
text-align: center;
background-image: url("images/tchelinux.png");
background-color: #000;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: right bottom;
box-shadow: 10px 10px 250px 100px #000 inset;
padding-top: 62px;
text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.logo-name {
font-size: 5.5em;
letter-spacing: -0.04em;
margin-top: 0;
}
/* programação */
.schedule-tbl {
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.schedule-tbl table {
border-collapse: collapse;
font-size: 1em;
}
.schedule-tbl table tr td,
.schedule-tbl table tr th {
border:1px solid #ddd;
}
.schedule-tbl a:hover {
text-decoration:none;
}
.info {
font-weight: bold;
}
.info th,
.info td {
background-color: #ecf6fb !important;
}
.schedule-time {
color: #777;
text-align: center;
}
.schedule-speech-title {
font-weight: bold;
}
.schedule-speaker {
color: #555;
}
/* palestrantes */
.speech-container {
font-size: 14px;
padding-top: 30px;
}
.speech-title {
font-size: 20px;
margin-top: 5px;
margin-bottom: 5px;
}
.speech-time {
font-size: 16px;
padding: 5px;
letter-spacing: -0.03em;
color: #fff;
background: #2b2b2b;
border-radius: 4px;
margin-bottom: 5px;
float:left;
}
.speech-info {
margin-left: 70px;
}
.speech-description {
font-weight: normal;
text-align: justify;
display: block;
}
.speaker-container {
margin-top: -20px;
padding-top: 20px;
}
.speaker-name {
display: block;
font-size: 17px;
margin-bottom: 5px;
}
.speaker-bio {
display: block;
font-weight: normal;
text-align: justify;
}
/* local */
.local__address {
margin-bottom: 30px;
}
.local h3 {
margin-top: 40px;
margin-bottom: 20px;
}
#search-route {
width: 100%;
margin: auto;
padding: 0 5px;
margin: 10px 0px 20px 0px;
}
#directions-panel {
box-shadow: 0px 5px 10px 0px #838888;
width: 100%;
margin: auto;
margin-top: -10px;
}
#directions-panel .adp-directions {
width: 100%;
}
#directions-panel .adp-directions td {
margin: 50px;
}
.map-canvas {
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
height: 350px;
width: 100%;
}
/* apoio*/
.apoio-list {
display: flex;
justify-content: center;
margin-bottom: 45px;
padding-left: 0;
}
.apoio-item {
align-items: center;
display: flex;
height: 101px;
justify-content: center;
}
.apoio-item + .apoio-item {
margin-left: 50px;
}
/* footer */
.footer {
background-color: #f8f8f8;
border-top: 2px solid #CCC;
font-size: 14px;
padding: 30px 30px 10px;
}
.footer-menu {
font-weight: bold;
margin-bottom: 30px;
}
.github img {
margin-bottom: 5px;
}
/* helpers */
.center{
text-align:center;
}
.riscado {
text-decoration: line-through;
}
/* mobile only */
@media (max-width: 767px) {
.navbar-nav {
margin-bottom: 0;
}
.navbar-btn {
display: inline-block;
margin-bottom: 15px;
}
.logo-name {
font-size: 2em;
letter-spacing: -0.04em;
}
.header__date {
font-size: 1.5em;
}
}
/* tablet up */
@media (min-width: 768px) {
.navbar-btn {
float: right;
}
}