This repository has been archived by the owner on Jan 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
255 lines (222 loc) · 4.33 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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
a, a:hover, a:active, a:focus {
outline: 0;
}
body {
position: relative;
}
body, h1, h2, h3, h4, h5, h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
h2 {
font-size: 30px;
}
p {
font-size: 18px;
font-weight: 400;
text-align:justify;
}
header {
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: 0px 0px 200px 500px rgba(0,0,0,0.2) inset;
}
.logo-name{
padding-top: 62px;
}
.logo-link {
font-size: 3em;
letter-spacing: -0.04em;
}
.tagline, .logo-link, .logo-link:hover, .logo-link:visited, .logo-link:focus {
color: #fff;
text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
text-decoration: none;
}
body { margin-top: 50px; }
section {
padding-top: 50px;
}
.navbar-default{
background-image: linear-gradient(to bottom, #F8F8F8 0px, #DDD 90%);
}
footer {
background-color: #f8f8f8;
border-top: 2px solid #CCC;
padding: 30px;
}
h2.subtitle {
margin-bottom: 20px;
}
.schedule-tbl table {
border-collapse: collapse;
font-size: 1em;
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.schedule-tbl th{
text-align:center;
}
.schedule-tbl td, .schedule-tbl th{
border: 1px solid #ddd;
}
.schedule-tbl span {
width:100%;
display:block;
}
.schedule-tbl .schedule-empty{
text-align:center;
}
.schedule-tbl a:not(.presentation),
.schedule-tbl a:not(.presentation):hover,
.schedule-tbl a:not(.presentation):active,
.schedule-tbl a:not(.presentation):focus {
color: inherit;
}
.speech-container{
padding-top: 60px;
margin-top: -30px;
}
.speech-title {
font-size: 20px;
margin: 0px 0px 0px 58px;
}
.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:58px;
}
.speech-description{
font-weight:normal;
text-align: justify;
display: block;
}
.speaker-name{
display:block;
font-size: 20px;
margin: 10px 0px 0px 58px;
}
.speaker-bio{
font-weight:normal;
text-align: justify;
display:block;
}
#eventick{
border: 1px solid #CCC;
border-radius: 4px;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
#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);
padding: 20px;
}
@media (max-width: 480px) {
.logo-link {
font-size: 2em;
letter-spacing: -0.04em;
}
}
footer .github, footer .github p{
text-align: center;
}
footer {
padding-bottom: 0;
}
.apoio-item, .partner-item {
display: inline-block;
margin: 0 30px 30px 0;
}
.apoio-link, .partner-link {
display: table;
width: 200px;
height: 150px;
text-align: center;
vertical-align: middle;
line-height: 150px;
}
.photo {
display:inline-block;
max-width: 200px;
max-height: 150px;
}
div#imagens img{
margin-right: 10px;
margin-bottom: 10px;
max-height: 300px;
height: auto;
max-width: 100%;
width:auto;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.apoio-link, .partner-link {
background: #fff;
border: 1px solid #ccc;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
border-radius: 4px;
padding: 3px;
}
a.apoio-logo.apoio-link:hover {
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 1.15);
}
.individual-link{
padding: 15px;
border: 1px solid #CCC;
border-radius: 4px;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
#edicoes{
padding-bottom: 50px;
}
.aniversario{
position: absolute;
left: 80px;
width: 85px;
}
@media (max-width: 1024px) {
.aniversario{
left: 40px;
}
}
@media (max-width: 850px) {
.aniversario{
display: none;
}
}