-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
222 lines (186 loc) · 4.77 KB
/
Copy pathheader.php
File metadata and controls
222 lines (186 loc) · 4.77 KB
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
<script>
// Change country flag
function toggleImage(inputImg) {
var aboutImg = document.getElementById("about-natal");
var img1 = "images/icon/en.png";
var img2 = "images/icon/pt.png";
var source = inputImg.getAttribute('src');
// Identifica a página atual
var url = window.location.pathname;
var absoluto = url.split("/")[url.split("/").length -1];
if (source === img1) {
inputImg.src = img2;
inputImg.value = "en";
// Se estiver na página sobre Natal
if(absoluto === "sobre-natal.php")
aboutImg.src = "images/quick-facts/qf1-en.png"; // Imagem da página sobre Natal português
} else {
inputImg.src = img1;
inputImg.value = "pt";
if(absoluto === "sobre-natal.php")
aboutImg.src = "images/quick-facts/qf1-br.png"; // Imagem da página sobre Natal inglês
}
}
</script>
<head>
<!-- SITE TITTLE -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title data-i18n="menu.titulo"></title>
<!-- PLUGINS CSS STYLE -->
<!-- Bootstrap -->
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Themefisher Font -->
<link href="plugins/themefisher-font/style.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="plugins/font-awsome/css/font-awesome.min.css" rel="stylesheet">
<!-- Magnific Popup -->
<link href="plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Slick Carousel -->
<link href="plugins/slick/slick.css" rel="stylesheet">
<link href="plugins/slick/slick-theme.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- FAVICON -->
<link href="images/favicon.png" rel="shortcut icon">
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<style type="text/css">
.modal-header {
height: 50px;
background-color: #f4b321;
}
.modal-body p, ol li {
color: black;
line-height: 20px;
font-size: 14.5px;
margin-bottom: 10px;
text-align: justify;
}
#logo-sbc {
margin: -340px -30px;
}
@media (min-width: 767px) {
#announcement {
display: none;
}
}
@media (min-width: 767px) {
#registration-div {
display: none;
}
}
@media (max-width: 767px) {
#registration-button {
display: none;
}
}
@media (min-width: 767px) {
#program-full-div {
display: none;
}
}
@media (max-width: 767px) {
#program-full-button {
display: none;
}
}
@media (min-width: 1584px) {
#logo-sbc {
margin: -315px -90px;
}
}
@media (min-width: 1920px) {
#logo-sbc {
margin: -290px -150px;
}
}
#datas-sbes tr td p span::before {
content: "\A";
white-space: pre;
}
#tabela-inscricoes tr td p span::before {
content: "\A";
white-space: pre;
}
#datas-workshops tr td p span::before {
content: "\A";
white-space: pre;
}
label {
margin-bottom: 5px;
}
input, textarea {
font-family: 'FontAwesome', 'Gotham', sans-serif;
}
.affiliation {
text-align: center;
}
.tag-event {
float: left;
position: absolute;
left: 0px;
bottom: 0px;
z-index: 1000;
background-color: #f4b321;
padding: 5px;
color: #ffffff;
font-weight: bold;
width: 100%;
text-align: center;
}
.menu-sbes {
font-size: 15px;
}
.menu-wtdsoft {
font-size: 15px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
background: #fff !important;
color: #f4b321 !important;
}
.btn-main-md-2 {
padding: 15px 40px;
border-radius: 0;
background: #f4b321;
color: #fff;
outline: none;
font-size: 1.0625rem;
font-weight: bold;
}
.btn-main-md-2:hover {
color: #fff;
background: #2f92d0;
}
.btn-main-md-2:focus {
color: #fff;
box-shadow: none;
}
#program-table tr th p {
font-weight: 300;
text-transform: uppercase;
color: white;
font-size: 16px;
text-align: center;
}
#program-table tr td {
font-size: 16px;
text-align: center;
}
i {
font-size: 1em;
color: #9a9d9e;
}
.paper-li {
font-size: 16px; color: black; line-height: 22px; margin-bottom: 5px;
}
.paper-li:before {
content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
color: black; /* Change the color */
font-weight: bold; /* If you want it to be bold */
display: inline-block; /* Needed to add space between the bullet and the text */
width: 1em; /* Also needed for space (tweak if needed) */
margin-left: -1em; /* Also needed for space (tweak if needed) */
}
</style>
</head>