blob: b815e6b9a20631743c6f632492c9a47354e846dd (
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
|
@font-face{
font-family: gtrg;
src: url('../fonts/gtrg.ttf')
}
#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{
padding: 25px 0 0 0;
}
#first h5, #sponsors h5, #last h5{
font-weight: lighter;
padding: 10px 0 25px 0;
font-family: gtrg;
}
#first ul li, #sponsors ul li{
text-align: center;
}
#first ul li img{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
#sponsors{
padding: 25px 0 25px 0;
background: #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: 25px 0 0 20px;
}
#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: 100px;
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;
}
|