-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
393 lines (346 loc) · 18.2 KB
/
footer.php
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!--
Authors :
Chathura Widanage
Sasith Wathmal Sonnadara
@Moraspirit
-->
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>UNIVERSITY SPORTS</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Oswald|Coda|Arimo' rel='stylesheet' type='text/css'>
<style type="text/css">
/* Sticky footer styles -------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
/* body {
Margin bottom by footer height
margin-bottom:600px;
}*/
@media (max-width: 768px) {
body{
margin-bottom:670px;
}
}
@media (min-width:768px) and (max-width: 970px){
body{
margin-bottom:540px;
}
}
@media (min-width: 970px) {
body{
margin-bottom:470px;
}
}
.footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
max-height: 100%;
// background-color: #f5f5f5;
background-image: url('http://sports.moraspirit.com/pics/footertexture.gif');
background-repeat: repeat;
}
#footer-wrapper{
padding-top: 10px;
}
#footer-wrapper a{
color: white;
font-size: 16px;
}
#bottom-footer{
padding-top: 15px;
font-family: 'Arimo', sans-serif;
color: #B2B2B2;
}
#bottom-footer td{
padding: 8px 8px 8px 8px;
}
#bottom-footer .form-type-textfield{
margin-top: 12px;
margin-bottom: 12px;
}
#bottom-footer .content{
font-family: 'Arimo', sans-serif;
padding-top: 10px;
padding-bottom: 20px;
}
#bottom-footer a{
color: #B2B2B2;
font-size: 13px;
}
/*
additional footer styles
from moraspirit site
*/
.titlecontainer h4{
font-family: 'Coda', cursive;
text-transform: uppercase;
margin-top: 15px;
color: #ffffff;
font-size: 15px;
font-weight: bold;
}
.form-required{color:#f00;}
.row-same-height {
display: table;
width: 100%;
/* fix overflow */
table-layout: fixed;
}
.equalheight {
overflow: hidden;
}
@media (max-width: 768px) {
.col-xs-6:nth-child(2n+1) {
clear:both;
}
}
/* .field-dark {
color: white;
background-color: var(--darken-3);
border: 1px solid var(--darken-1);
border-radius: var(--border-radius, 3px);
}*/
.field-dark::placeholder {
color: rgba(255,255,255,.75);
}
.field-dark:focus {
outline: 0;
border: 1px solid rgba(255,255,255,.5);
box-shadow: 0 0 0 2px rgba(255,255,255,.25);
}
/*
extracted css
*/
#INPUT_1 {
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-sizing: content-box;
color: rgb(85, 85, 85);
height: 20px;
vertical-align: middle;
width: 206px;
perspective-origin: 110px 15px;
transform-origin: 110px 15px;
background: rgb(64, 64, 64) none repeat scroll 0% 0% / auto padding-box border-box;
border: 1px solid rgb(34, 34, 34);
border-radius: 3px 3px 3px 3px;
font: normal normal normal normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px 0px 9px;
outline: rgb(85, 85, 85) none 0px;
padding: 4px 6px;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}/*#INPUT_1*/
#DIV_1 {
color: rgb(102, 102, 102);
height: 46px;
text-align: center;
width: 100%;
margin-right: auto;
margin-left: auto;
perspective-origin: 580px 30.5px;
transform-origin: 580px 30.5px;
border: 0px none rgb(102, 102, 102);
font: normal normal normal normal 12px/18px Arimo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(102, 102, 102) none 0px;
padding: 0px 0px 15px 15px;
}/*#DIV_1*/
#DIV_2 {
box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 3px 0px inset;
color: rgb(102, 102, 102);
height: 44px;
text-align: center;
perspective-origin: 580px 23px;
transform-origin: 580px 23px;
background: rgb(17, 17, 17) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(30, 30, 30);
border-right: 0px none rgb(102, 102, 102);
border-bottom: 1px solid rgb(30, 30, 30);
border-left: 0px none rgb(102, 102, 102);
font: normal normal normal normal 12px/18px Arimo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(102, 102, 102) none 0px;
}/*#DIV_2*/
#DIV_3 {
color: rgb(102, 102, 102);
height: 44px;
text-align: center;
perspective-origin: 580px 22px;
transform-origin: 580px 22px;
border: 0px none rgb(102, 102, 102);
font: normal normal normal normal 12px/18px Arimo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(102, 102, 102) none 0px;
padding: 0px 10px 0px 0px;
}/*#DIV_3*/
#DIV_3:after {
clear: both;
color: rgb(102, 102, 102);
display: table;
text-align: center;
visibility: hidden;
width: 1px;
perspective-origin: 0.5px 0px;
transform-origin: 0.5px 0px;
content: '';
border: 0px none rgb(102, 102, 102);
font: normal normal normal normal 12px/0px Arimo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(102, 102, 102) none 0px;
}/*#DIV_3:after*/
#DIV_3:before {
color: rgb(102, 102, 102);
display: table;
text-align: center;
width: 1px;
perspective-origin: 0.5px 0px;
transform-origin: 0.5px 0px;
content: '';
border: 0px none rgb(102, 102, 102);
font: normal normal normal normal 12px/0px Arimo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(102, 102, 102) none 0px;
}/*#DIV_3:before*/
#DIV_4 {
color: rgb(102, 102, 102);
display: inline-block;
height: 18px;
text-align: center;
perspective-origin: 144.015625px 22px;
transform-origin: 144.015625px 22px;
border: 0px none rgb(102, 102, 102);
font: normal normal normal normal 12px/18px Arimo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(102, 102, 102) none 0px;
padding: 13px;
}/*#DIV_4*/
#A_5 {
color: rgb(240, 40, 40);
text-align: center;
text-decoration: none;
border: 0px none rgb(240, 40, 40);
font: normal normal normal normal 12px/18px Arimo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(240, 40, 40) none 0px;
}/*#A_5*/
</style>
</head>
<body>
<div class="container-fluid">
<!--<div class="row social_bar">
<ul>
<li></li>
</ul>
</div>-->
<br><br>
<div class="container" ng-app="mspApp" ng-controller="scoreCtrl">
<!--End of body-->
<footer class="footer container-fluid">
<div id="footer-wrapper">
<div class="row" style="background-color: rgb(234, 46, 43);">
</div>
</div>
<div class="container" id="bottom-footer" style="padding-top: 30px; text-align: center; color: grey">
<div class="row" style="text-align: left;">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6">
<div id="block-simplenews-0" class="clearfix block block-simplenews">
<div class="titlecontainer"><h4>Receive our Newsletter</h4></div>
<div class="content">
<form action="http://moraspirit.com/" method="post" id="simplenews-subscriptions-multi-block-form" accept-charset="UTF-8">
<div>
<div id="edit-newsletters" class="form-checkboxes">
<div class="form-item form-type-checkbox form-item-newsletters-58">
<input id="edit-newsletters-58" name="newsletters[58]" value="58" class="form-checkbox" type="checkbox">
<label class="option" for="edit-newsletters-58" >MoraSpirit newsletter </label>
</div>
</div>
<input name="form_build_id" value="form-ZAUCxflEAFf7D7SBXEO7s1FogUNBH55DpUjhV0eZ3PE" type="hidden">
<input name="form_id" value="simplenews_subscriptions_multi_block_form" type="hidden">
<div class="form-item form-type-textfield form-item-mail">
<label for="edit-mail">E-mail <span class="form-required" title="This field is required.">*</span></label>
<br>
<input id="INPUT_1" name="mail" value="" size="24" maxlength="128" class="form-text required" type="text" style="padding-right: 20px;">
</div>
<input class=" btn form-submit text-black" id="edit-subscribe" name="op" value="Subscribe" type="submit" style="margin-bottom: 5px; margin-right: 5px;">
<input class=" btn form-submit text-black" id="edit-unsubscribe" name="op" value="Unsubscribe" type="submit" style="margin-bottom: 5px; margin-right: 5px;">
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6">
<table>
<tbody>
<tr>
<td style="border: none; vertical-align: top;">
<a href="http://old.moraspirit.com" target="_blank" style="line-height: 200%; font-weight: 300;">| Archives</a><br>
<!--<a href="http://moraspirit.com/careers" style="line-height: 250%; font-weight: 300;">| Careers</a><br>-->
<a href="http://moraspirit.com/site-map" style="line-height: 250%; font-weight: 300;">| Site Map</a><br>
<a data-toggle="modal" role="button" href="#myModal3" style="line-height: 250%; font-weight: 300;">| Report a bug</a><br>
<a href="sites/default/files/spaces.pdf" target="_blank" style="line-height: 200%; font-weight: 300;">| Advertise with us</a><br>
</td>
<td style="border:none;">
<a href="https://www.facebook.com/moraspirit.fanpage" target="_blank" style="line-height: 200%; font-weight: 300;">| Facebook</a><br>
<a href="https://twitter.com/moraspiritNews" target="_blank" style="line-height: 200%; font-weight: 300;">| Twitter</a><br>
<a href="https://plus.google.com/108795907592684921602/posts" target="_blank" style="line-height: 200%; font-weight: 300;">| Google Plus</a><br>
<a href="http://www.youtube.com/user/moraspiritNews?feature=watch" target="_blank" style="line-height: 200%; font-weight: 300;">| Youtube</a><br>
<a href="http://www.linkedin.com/company/moraspirit-initiative" target="_blank" style="line-height: 200%; font-weight: 300;">| LinkedIn</a><br>
<a href="http://www.stumbleupon.com/submit" target="_blank" style="line-height: 200%; font-weight: 300;">| Bookmark us</a><br>
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6">
<table>
<tbody>
<tr>
<td style="border: none; float: right;"><img src="http://moraspirit.com/sites/default/files/footer_contact/address.png"></td>
<td style="border: none; color:#B2B2B2">
MoraSpirit Initiative,<br>
125/56A, Peterson Lane,<br>
Colombo 06.
</td>
</tr>
<tr>
</tr>
<tr>
<td style="border: none; float: right;"><img src="http://moraspirit.com/sites/default/files/footer_contact/email.png"></td>
<td style="border: none; color:#B2B2B2">
</td>
</tr>
<tr>
</tr>
<tr>
<td style="border: none; float: right;"><img src="http://moraspirit.com/sites/default/files/footer_contact/phone.png"></td>
<td style="border: none; color:#B2B2B2">
+(94) 767895100
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6">
<img class="imageblock-image img-responsive" typeof="foaf:Image" src="http://moraspirit.com/sites/default/files/styles/medium/public/imageblock/moraspirit_logo.png?itok=JxjE2Hat" alt="MoraSpirit Logo" title="MoraSpirit">
</div>
</div>
<div class="row" style="padding-bottom: 15px">
<div id="DIV_1">
<div id="DIV_2">
<div id="DIV_3">
<div id="DIV_4">
©2015 All Rights Reserved | <a href="http://moraspirit.com" id="A_5" style="color: rgb(240, 40, 40);">www.moraspirit.com</a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>