blob: 8c9719a0b4e7b7d850ab888cf0aedc86b407593c (
plain)
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
|
@font-face{
font-family: gtrg;
src: url('../fonts/gtrg.ttf')
}
.reg {
float: left;
margin-left: 10px;
}
#header-wrapper{
border-top: 2px solid #86c543;
}
#jumbo{
height: 400px;
background-image: url('../img/square_bg_2.png');
background-color: #86c543;
font-family: gtrg;
}
#jumbo-inner{
padding: 95px 0 0 0;
}
#jumbo h1{
display:inline-block;
font-family: gtrg;
font-weight: lighter;
border-bottom: 2px solid #ffffff;
}
.wrap-in{
display:inline-block;
border-bottom: 3px solid #ffffff;
}
#first h5, #sponsors h5, #last h5{
padding: 25px 0 0 0;
font-weight: lighter;
padding: 10px 0 25px 0;
font-family: gtrg;
}
#first ul li, #sponsors ul li{
text-align: center;
}
#first img{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
#sponsors{
padding: 25px 0 25px 0;
background-color: #f5f5f5;
}
#last{
background: #ffffff;
padding: 25px 0 25px 0;
}
#last p{
text-align: justify;
font-size: .9em;
}
#previous-conference{
height: 200px;
border:2px solid #86c543;
text-align: center;
}
#previous-conference th{
width: 1000px;
text-align: center;
}
#previous-conference td{
padding: 19px 0;
}
#footer-wrapper{
padding: 25px 0 25px 0;
background: #111111;
}
#footer-inner{
}
#footer-inner h6{
font-family: gtrg;
font-weight: lighter;
color: #ffffff;
}
#footer-inner p{
font-size: .9em;
color: #ffffff;
}
#footer-inner #social img{
margin: 15px 0 0 20px;
}
#social #fossee-logo{
}
#social #fossee-logo img{
width: 60%;
margin-left: 20%;
padding: 5px;
background: #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
#credits{
padding: 15px 0 0 0;
border-top: 1px solid #000000;
color: #ffffff;
}
#credits .left{
padding-left: 0.9375em;
}
#credits .right{
padding-right: 0.9375em;
}
#credits a{
text-decoration: none;
color: #ffffff;
}
/* Page css */
#page-jumbo{
height: 50px;
background-image: url('../img/square_bg_2.png');
background-color: #86c543;
font-family: gtrg;
}
#page-jumbo-inner{
padding: 25px 0 25px 0;
}
#content-wrapper{
min-height: 400px;
padding: 25px 0 25px 0;
}
#register{
border: 3px solid #86c543;
}
.sponsor{
height: 200px;
padding: 25px 25px 25px 25px;
margin: 25px 0 25px 0;
border: 3px solid #f5f5f5;
}
.sponsor p{
text-align: justify;
}
.speaker{
height: 190px;
padding: 25px 25px 25px 25px;
margin: 25px 0 25px 0;
border: 3px solid #f5f5f5;
}
.speaker img{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.speaker p{
font-size: 0.9em;
}
#reach-scipy{
height: 400px;
padding: 5px 0.9375em;
margin-bottom: 25px;
}
#reach-scipy .side-nav{
height: 400px;
background: #f5f5f5;
padding: 25px;
}
#reach-scipy #fare{
overflow-x: hidden;
overflow-y: scroll;
padding:5px;
height: 150px;
margin-top: 15px;
font-size: .8em;
background: #ffffff;
text-align: justify;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
#reach-scipy #map{
height: 400px;
padding: 0;
background: #ffffff;
border: 1px solid #f5f5f5;
}
#map-loader{
display: block;
margin: 25% auto 0;
}
#mappy{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
|