15 require_once
'../system/classes/cssFramework.php';
17 if (!isset($template)) { $template =
new template(); }
19 if (!isset($user)) { $user =
new user(
$db); }
21 $getID = settings::getSetting(
$db,
"selectedTemplate");
31 if (isset($_POST[
'save']) && (isset(
$_GET[
'action']) && (isset(
$_GET[
'id']))))
33 if (isset($_POST) && (!empty($_POST)))
35 if (isset(
$_GET[
'action']))
39 if (
$_GET[
'action'] ===
"template-positions")
45 alert::draw(
"success",
$lang[
'SUCCESS'],
$lang[
'POSITIONS'] .
" " .
$lang[
'SAVED'],
"", 6400);
49 alert::draw(
"danger",
$lang[
'ERROR'],
$lang[
'POSITIONS'] .
" " .
$lang[
'NOT_SAVED'],
"", 5000);
53 if (
$_GET[
'action'] ===
"template-redesign")
58 alert::draw(
"success",
$lang[
'SUCCESS'],
$lang[
'DESIGN_DETAILS'] .
" " .
$lang[
'SAVED'],
"", 2400);
62 alert::draw(
"danger",
$lang[
'ERROR'],
$lang[
'DESIGN_DETAILS'] .
" " .
$lang[
'NOT_SAVED'],
"", 5000);
66 if (
$_GET[
'action'] ===
"template-typography")
71 alert::draw(
"success",
$lang[
'SUCCESS'],
$lang[
'TYPO_DETAILS'] .
" " .
$lang[
'SAVED'],
"", 2400);
75 alert::draw(
"danger",
$lang[
'ERROR'],
$lang[
'TYPO_DETAILS'] .
" " .
$lang[
'NOT_SAVED'],
"", 5000);
79 if (
$_GET[
'action'] ===
"template-customcss")
81 if (isset($_POST[
'customCSS']) && (!empty($_POST[
'customCSS'])))
84 $template->setCustomCssFile(
$db, $_POST[
'customCSS'], 0,
$_GET[
'id']);
86 $template->setCustomCssFile(
$db, $_POST[
'customCSS'], 1,
$_GET[
'id']);
97 $h1Font = template::setCssFontSettings(
"h1", $tplSettings);
98 $h2Font = template::setCssFontSettings(
"h2", $tplSettings);
99 $h3Font = template::setCssFontSettings(
"h3", $tplSettings);
100 $h4Font = template::setCssFontSettings(
"h4", $tplSettings);
101 $h5Font = template::setCssFontSettings(
"h5", $tplSettings);
102 $h6Font = template::setCssFontSettings(
"h6", $tplSettings);
103 $bodyFontFaceSettings = template::setCssBodyFontFace(
"globaltext", $tplSettings);
104 $bodyLinkSettings = template::setCssBodyLinkTags(
"globaltext", $tplSettings);
105 $bodyFontSettings = template::setCssBodyFontSettings(
"globaltext", $tplSettings);
106 $bodySmallFontSettings = template::setCssBodySmallFontSettings(
"globaltext", $tplSettings);
109 $bootstrapVersion = $template->checkBootstrapVersion(
$db, $template->id,
$lang);
110 $bootstrap =
new cssFramework($bootstrapVersion, $tplSettings);
115 /* ATTENTION: THIS FILE IS AUTO-GENERATED. */
116 /* DO NOT EDIT THIS FILE DIRECTLY. USE RE-DESIGN INSTEAD. */
118 /* BODY TYPOGRAPHY */
119 ".$bodyFontFaceSettings.
"
125 overflow-y: ".$tplSettings[
'body-overflow-y'].
";
126 overflow-x: ".$tplSettings[
'body-overflow-x'].
";
127 background-color: #".$tplSettings[
'body-bg-color'].
";
128 margin-top: ".$tplSettings[
'body-margin-top'].
";
129 margin-bottom: ".$tplSettings[
'body-margin-bottom'].
";
130 margin-left: ".$tplSettings[
'body-margin-left'].
";
131 margin-right: ".$tplSettings[
'body-margin-right'].
";
132 text-align: ".$tplSettings[
'pos-body-text-align'].
";
134 /* BODY BACKGROUND IMAGE */
135 background-image: url('".$tplSettings[
'body-bg-image'].
"');
136 background-repeat:".$tplSettings[
'body-bg-repeat'].
";
137 background-position:".$tplSettings[
'body-bg-position'].
";
138 background-attachment:".$tplSettings[
'body-bg-attachment'].
";
139 background-size: ".$tplSettings[
'body-bg-size'].
";
141 /* BODY BACKGROUND GRADIENT */
142 ".$tplSettings[
'pos-body-bg-gradient-longValue'].
"
143 ".$tplSettings[
'pos-body-customCSS-longValue'].
"
145 /* BODY TYPOGRAPHY */
146 ".$bodyFontSettings.
"
148 /* H1 - H6 TYPOGRAPHY SETTINGS */
157 ".$bodyLinkSettings.
"
159 /* GLOBALTEXT SMALL */
160 ".$bodySmallFontSettings.
"
167 $content .=
"/* jQUERY form validate error mesage text color */
169 color: #".$tplSettings[
'form-error'].
";
173 color: #".$tplSettings[
'form-valid'].
";
177 /* YaWK ADDITIONAL CSS IMAGE SETTINGS */
179 -webkit-box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
180 box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
184 -ms-transform: rotate(".$tplSettings[
'img-righty'].
"); /* IE 9 */
185 -webkit-transform: rotate(".$tplSettings[
'img-righty'].
"); /* Chrome, Safari, Opera */
186 transform: rotate(".$tplSettings[
'img-righty'].
");
187 -webkit-filter: brightness(100%);
188 -webkit-box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
189 box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
193 -ms-transform: rotate(".$tplSettings[
'img-lefty'].
"); /* IE 9 */
194 -webkit-transform: rotate(".$tplSettings[
'img-lefty'].
"); /* Chrome, Safari, Opera */
195 transform: rotate(".$tplSettings[
'img-lefty'].
");
196 -webkit-filter: brightness(100%);
197 -webkit-box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
198 box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
202 -ms-transform: rotate(".$tplSettings[
'img-lefty-less'].
"); /* IE 9 */
203 -webkit-transform: rotate(".$tplSettings[
'img-lefty-less'].
"); /* Chrome, Safari, Opera */
204 transform: rotate(".$tplSettings[
'img-lefty-less'].
");
205 -webkit-filter: brightness(100%);
206 -webkit-box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
207 box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
211 -ms-transform: rotate(".$tplSettings[
'img-righty-less'].
"); /* IE 9 */
212 -webkit-transform: rotate(".$tplSettings[
'img-righty-less'].
"); /* Chrome, Safari, Opera */
213 transform: rotate(".$tplSettings[
'img-righty-less'].
");
214 -webkit-filter: brightness(100%);
215 -webkit-box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
216 box-shadow: ".$tplSettings[
'img-shadow'].
" #".$tplSettings[
'img-shadow-color'].
";
220 -webkit-filter: brightness(".$tplSettings[
'img-brightness'].
");
223 -webkit-filter: brightness(".$tplSettings[
'img-brightness'].
");
226 -webkit-filter: brightness(100%);
228 .img-thumbnail:hover {
229 -webkit-filter: brightness(".$tplSettings[
'img-brightness'].
");
235 -webkit-box-shadow: ".$tplSettings[
'pos-outerTop-box-shadow-width'].
" #".$tplSettings[
'pos-outerTop-box-shadow-color'].
";
236 -moz-box-shadow: ".$tplSettings[
'pos-outerTop-box-shadow-width'].
" #".$tplSettings[
'pos-outerTop-box-shadow-color'].
";
237 box-shadow: ".$tplSettings[
'pos-outerTop-box-shadow-width'].
" #".$tplSettings[
'pos-outerTop-box-shadow-color'].
";
238 border-width: ".$tplSettings[
'pos-outerTop-border-width'].
";
239 border-color: #".$tplSettings[
'pos-outerTop-border-color'].
";
240 border-style: ".$tplSettings[
'pos-outerTop-border-style'].
";
241 border-radius: ".$tplSettings[
'pos-outerTop-border-radius'].
";
242 padding: ".$tplSettings[
'pos-outerTop-padding'].
";
243 overflow: ".$tplSettings[
'pos-outerTop-overflow'].
";
244 visibility: ".$tplSettings[
'pos-outerTop-visibility'].
";
245 text-align: ".$tplSettings[
'pos-outerTop-text-align'].
";
246 vertical-align: ".$tplSettings[
'pos-outerTop-vertical-align'].
";
247 margin-top: ".$tplSettings[
'pos-outerTop-marginTop'].
";
248 margin-bottom: ".$tplSettings[
'pos-outerTop-marginBottom'].
";
249 position: ".$tplSettings[
'pos-outerTop-position'].
";
250 background-color: #".$tplSettings[
'pos-outerTop-bgcolor'].
";
251 width: ".$tplSettings[
'pos-outerTop-width'].
";
252 height: ".$tplSettings[
'pos-outerTop-height'].
";
253 z-index: ".$tplSettings[
'pos-outerTop-zindex'].
";
254 /* BACKGROUND IMAGE */
255 background-image: url('".$tplSettings[
'pos-outerTop-bg-image'].
"');
256 background-repeat:".$tplSettings[
'pos-outerTop-bg-repeat'].
";
257 background-position:".$tplSettings[
'pos-outerTop-bg-position'].
";
258 background-attachment:".$tplSettings[
'pos-outerTop-bg-attachment'].
";
259 background-size: ".$tplSettings[
'pos-outerTop-bg-size'].
";
260 ".$tplSettings[
'pos-outerTop-bg-gradient-longValue'].
"
261 ".$tplSettings[
'pos-outerTop-customCSS-longValue'].
"
262 background: ".$tplSettings[
'pos-outerTop-bgnone'].
";
266 -webkit-box-shadow: ".$tplSettings[
'pos-intro-box-shadow-width'].
" #".$tplSettings[
'pos-intro-box-shadow-color'].
";
267 -moz-box-shadow: ".$tplSettings[
'pos-intro-box-shadow-width'].
" #".$tplSettings[
'pos-intro-box-shadow-color'].
";
268 box-shadow: ".$tplSettings[
'pos-intro-box-shadow-width'].
" #".$tplSettings[
'pos-intro-box-shadow-color'].
";
269 border-width: ".$tplSettings[
'pos-intro-border-width'].
";
270 border-color: #".$tplSettings[
'pos-intro-border-color'].
";
271 border-style: ".$tplSettings[
'pos-intro-border-style'].
";
272 border-radius: ".$tplSettings[
'pos-intro-border-radius'].
";
273 padding: ".$tplSettings[
'pos-intro-padding'].
";
274 overflow: ".$tplSettings[
'pos-intro-overflow'].
";
275 visibility: ".$tplSettings[
'pos-intro-visibility'].
";
276 text-align: ".$tplSettings[
'pos-intro-text-align'].
";
277 vertical-align: ".$tplSettings[
'pos-intro-vertical-align'].
";
278 margin-top: ".$tplSettings[
'pos-intro-marginTop'].
";
279 margin-bottom: ".$tplSettings[
'pos-intro-marginBottom'].
";
280 position: ".$tplSettings[
'pos-intro-position'].
";
281 background-color: #".$tplSettings[
'pos-intro-bgcolor'].
";
282 width: ".$tplSettings[
'pos-intro-width'].
";
283 height: ".$tplSettings[
'pos-intro-height'].
";
284 z-index: ".$tplSettings[
'pos-intro-zindex'].
";
285 /* BACKGROUND IMAGE */
286 background-image: url('".$tplSettings[
'pos-intro-bg-image'].
"');
287 background-repeat:".$tplSettings[
'pos-intro-bg-repeat'].
";
288 background-position:".$tplSettings[
'pos-intro-bg-position'].
";
289 background-attachment:".$tplSettings[
'pos-intro-bg-attachment'].
";
290 background-size: ".$tplSettings[
'pos-intro-bg-size'].
";
291 ".$tplSettings[
'pos-intro-bg-gradient-longValue'].
"
292 ".$tplSettings[
'pos-intro-customCSS-longValue'].
"
293 background: ".$tplSettings[
'pos-intro-bgnone'].
";
297 -webkit-box-shadow: ".$tplSettings[
'pos-globalmenu-box-shadow-width'].
" #".$tplSettings[
'pos-globalmenu-box-shadow-color'].
";
298 -moz-box-shadow: ".$tplSettings[
'pos-globalmenu-box-shadow-width'].
" #".$tplSettings[
'pos-globalmenu-box-shadow-color'].
";
299 box-shadow: ".$tplSettings[
'pos-globalmenu-box-shadow-width'].
" #".$tplSettings[
'pos-globalmenu-box-shadow-color'].
";
300 border-width: ".$tplSettings[
'pos-globalmenu-border-width'].
";
301 border-color: #".$tplSettings[
'pos-globalmenu-border-color'].
";
302 border-style: ".$tplSettings[
'pos-globalmenu-border-style'].
";
303 border-radius: ".$tplSettings[
'pos-globalmenu-border-radius'].
";
304 padding: ".$tplSettings[
'pos-globalmenu-padding'].
";
305 overflow: ".$tplSettings[
'pos-globalmenu-overflow'].
";
306 visibility: ".$tplSettings[
'pos-globalmenu-visibility'].
";
307 text-align: ".$tplSettings[
'pos-globalmenu-text-align'].
";
308 vertical-align: ".$tplSettings[
'pos-globalmenu-vertical-align'].
";
309 margin-top: ".$tplSettings[
'pos-globalmenu-marginTop'].
";
310 margin-bottom: ".$tplSettings[
'pos-globalmenu-marginBottom'].
";
311 position: ".$tplSettings[
'pos-globalmenu-position'].
";
312 background-color: #".$tplSettings[
'pos-globalmenu-bgcolor'].
";
313 width: ".$tplSettings[
'pos-globalmenu-width'].
";
314 height: ".$tplSettings[
'pos-globalmenu-height'].
";
315 z-index: ".$tplSettings[
'pos-globalmenu-zindex'].
";
316 /* BACKGROUND IMAGE */
317 background-image: url('".$tplSettings[
'pos-globalmenu-bg-image'].
"');
318 background-repeat:".$tplSettings[
'pos-globalmenu-bg-repeat'].
";
319 background-position:".$tplSettings[
'pos-globalmenu-bg-position'].
";
320 background-attachment:".$tplSettings[
'pos-globalmenu-bg-attachment'].
";
321 background-size: ".$tplSettings[
'pos-globalmenu-bg-size'].
";
322 ".$tplSettings[
'pos-globalmenu-bg-gradient-longValue'].
"
323 ".$tplSettings[
'pos-globalmenu-customCSS-longValue'].
"
324 background: ".$tplSettings[
'pos-globalmenu-bgnone'].
";
328 -webkit-box-shadow: ".$tplSettings[
'pos-top-box-shadow-width'].
" #".$tplSettings[
'pos-top-box-shadow-color'].
";
329 -moz-box-shadow: ".$tplSettings[
'pos-top-box-shadow-width'].
" #".$tplSettings[
'pos-top-box-shadow-color'].
";
330 box-shadow: ".$tplSettings[
'pos-top-box-shadow-width'].
" #".$tplSettings[
'pos-top-box-shadow-color'].
";
331 border-width: ".$tplSettings[
'pos-top-border-width'].
";
332 border-color: #".$tplSettings[
'pos-top-border-color'].
";
333 border-style: ".$tplSettings[
'pos-top-border-style'].
";
334 border-radius: ".$tplSettings[
'pos-top-border-radius'].
";
335 padding: ".$tplSettings[
'pos-top-padding'].
";
336 overflow: ".$tplSettings[
'pos-top-overflow'].
";
337 visibility: ".$tplSettings[
'pos-top-visibility'].
";
338 text-align: ".$tplSettings[
'pos-top-text-align'].
";
339 vertical-align: ".$tplSettings[
'pos-top-vertical-align'].
";
340 margin-top: ".$tplSettings[
'pos-top-marginTop'].
";
341 margin-bottom: ".$tplSettings[
'pos-top-marginBottom'].
";
342 position: ".$tplSettings[
'pos-top-position'].
";
343 background-color: #".$tplSettings[
'pos-top-bgcolor'].
";
344 width: ".$tplSettings[
'pos-top-width'].
";
345 height: ".$tplSettings[
'pos-top-height'].
";
346 z-index: ".$tplSettings[
'pos-top-zindex'].
";
347 /* BACKGROUND IMAGE */
348 background-image: url('".$tplSettings[
'pos-top-bg-image'].
"');
349 background-repeat:".$tplSettings[
'pos-top-bg-repeat'].
";
350 background-position:".$tplSettings[
'pos-top-bg-position'].
";
351 background-attachment:".$tplSettings[
'pos-top-bg-attachment'].
";
352 background-size: ".$tplSettings[
'pos-top-bg-size'].
";
353 ".$tplSettings[
'pos-top-bg-gradient-longValue'].
"
354 ".$tplSettings[
'pos-top-customCSS-longValue'].
"
355 background: ".$tplSettings[
'pos-top-bgnone'].
";
359 -webkit-box-shadow: ".$tplSettings[
'pos-outerLeft-box-shadow-width'].
" #".$tplSettings[
'pos-outerLeft-box-shadow-color'].
";
360 -moz-box-shadow: ".$tplSettings[
'pos-outerLeft-box-shadow-width'].
" #".$tplSettings[
'pos-outerLeft-box-shadow-color'].
";
361 box-shadow: ".$tplSettings[
'pos-outerLeft-box-shadow-width'].
" #".$tplSettings[
'pos-outerLeft-box-shadow-color'].
";
362 border-width: ".$tplSettings[
'pos-outerLeft-border-width'].
";
363 border-color: #".$tplSettings[
'pos-outerLeft-border-color'].
";
364 border-style: ".$tplSettings[
'pos-outerLeft-border-style'].
";
365 border-radius: ".$tplSettings[
'pos-outerLeft-border-radius'].
";
366 padding: ".$tplSettings[
'pos-outerLeft-padding'].
";
367 overflow: ".$tplSettings[
'pos-outerLeft-overflow'].
";
368 visibility: ".$tplSettings[
'pos-outerLeft-visibility'].
";
369 text-align: ".$tplSettings[
'pos-outerLeft-text-align'].
";
370 vertical-align: ".$tplSettings[
'pos-outerLeft-vertical-align'].
";
371 margin-top: ".$tplSettings[
'pos-outerLeft-marginTop'].
";
372 margin-bottom: ".$tplSettings[
'pos-outerLeft-marginBottom'].
";
373 position: ".$tplSettings[
'pos-outerLeft-position'].
";
374 background-color: #".$tplSettings[
'pos-outerLeft-bgcolor'].
";
375 height: ".$tplSettings[
'pos-outerLeft-height'].
";
376 z-index: ".$tplSettings[
'pos-outerLeft-zindex'].
";
377 /* BACKGROUND IMAGE */
378 background-image: url('".$tplSettings[
'pos-outerLeft-bg-image'].
"');
379 background-repeat:".$tplSettings[
'pos-outerLeft-bg-repeat'].
";
380 background-position:".$tplSettings[
'pos-outerLeft-bg-position'].
";
381 background-attachment:".$tplSettings[
'pos-outerLeft-bg-attachment'].
";
382 background-size: ".$tplSettings[
'pos-outerLeft-bg-size'].
";
383 ".$tplSettings[
'pos-outerLeft-bg-gradient-longValue'].
"
384 ".$tplSettings[
'pos-outerLeft-customCSS-longValue'].
"
385 background: ".$tplSettings[
'pos-outerLeft-bgnone'].
";
389 -webkit-box-shadow: ".$tplSettings[
'pos-outerRight-box-shadow-width'].
" #".$tplSettings[
'pos-outerRight-box-shadow-color'].
";
390 -moz-box-shadow: ".$tplSettings[
'pos-outerRight-box-shadow-width'].
" #".$tplSettings[
'pos-outerRight-box-shadow-color'].
";
391 box-shadow: ".$tplSettings[
'pos-outerRight-box-shadow-width'].
" #".$tplSettings[
'pos-outerRight-box-shadow-color'].
";
392 border-width: ".$tplSettings[
'pos-outerRight-border-width'].
";
393 border-color: #".$tplSettings[
'pos-outerRight-border-color'].
";
394 border-style: ".$tplSettings[
'pos-outerRight-border-style'].
";
395 border-radius: ".$tplSettings[
'pos-outerRight-border-radius'].
";
396 padding: ".$tplSettings[
'pos-outerRight-padding'].
";
397 overflow: ".$tplSettings[
'pos-outerRight-overflow'].
";
398 visibility: ".$tplSettings[
'pos-outerRight-visibility'].
";
399 text-align: ".$tplSettings[
'pos-outerRight-text-align'].
";
400 vertical-align: ".$tplSettings[
'pos-outerRight-vertical-align'].
";
401 margin-top: ".$tplSettings[
'pos-outerRight-marginTop'].
";
402 margin-bottom: ".$tplSettings[
'pos-outerRight-marginBottom'].
";
403 position: ".$tplSettings[
'pos-outerRight-position'].
";
404 background-color: #".$tplSettings[
'pos-outerRight-bgcolor'].
";
405 height: ".$tplSettings[
'pos-outerRight-height'].
";
406 z-index: ".$tplSettings[
'pos-outerRight-zindex'].
";
407 /* BACKGROUND IMAGE */
408 background-image: url('".$tplSettings[
'pos-outerRight-bg-image'].
"');
409 background-repeat:".$tplSettings[
'pos-outerRight-bg-repeat'].
";
410 background-position:".$tplSettings[
'pos-outerRight-bg-position'].
";
411 background-attachment:".$tplSettings[
'pos-outerRight-bg-attachment'].
";
412 background-size: ".$tplSettings[
'pos-outerRight-bg-size'].
";
413 ".$tplSettings[
'pos-outerRight-bg-gradient-longValue'].
"
414 ".$tplSettings[
'pos-outerRight-customCSS-longValue'].
"
415 background: ".$tplSettings[
'pos-outerRight-bgnone'].
";
419 -webkit-box-shadow: ".$tplSettings[
'pos-leftMenu-box-shadow-width'].
" #".$tplSettings[
'pos-leftMenu-box-shadow-color'].
";
420 -moz-box-shadow: ".$tplSettings[
'pos-leftMenu-box-shadow-width'].
" #".$tplSettings[
'pos-leftMenu-box-shadow-color'].
";
421 box-shadow: ".$tplSettings[
'pos-leftMenu-box-shadow-width'].
" #".$tplSettings[
'pos-leftMenu-box-shadow-color'].
";
422 border-width: ".$tplSettings[
'pos-leftMenu-border-width'].
";
423 border-color: #".$tplSettings[
'pos-leftMenu-border-color'].
";
424 border-style: ".$tplSettings[
'pos-leftMenu-border-style'].
";
425 border-radius: ".$tplSettings[
'pos-leftMenu-border-radius'].
";
426 padding: ".$tplSettings[
'pos-leftMenu-padding'].
";
427 overflow: ".$tplSettings[
'pos-leftMenu-overflow'].
";
428 visibility: ".$tplSettings[
'pos-leftMenu-visibility'].
";
429 text-align: ".$tplSettings[
'pos-leftMenu-text-align'].
";
430 vertical-align: ".$tplSettings[
'pos-leftMenu-vertical-align'].
";
431 margin-top: ".$tplSettings[
'pos-leftMenu-marginTop'].
";
432 margin-bottom: ".$tplSettings[
'pos-leftMenu-marginBottom'].
";
433 position: ".$tplSettings[
'pos-leftMenu-position'].
";
434 background-color: #".$tplSettings[
'pos-leftMenu-bgcolor'].
";
435 height: ".$tplSettings[
'pos-leftMenu-height'].
";
436 z-index: ".$tplSettings[
'pos-leftMenu-zindex'].
";
437 /* BACKGROUND IMAGE */
438 background-image: url('".$tplSettings[
'pos-leftMenu-bg-image'].
"');
439 background-repeat:".$tplSettings[
'pos-leftMenu-bg-repeat'].
";
440 background-position:".$tplSettings[
'pos-leftMenu-bg-position'].
";
441 background-attachment:".$tplSettings[
'pos-leftMenu-bg-attachment'].
";
442 background-size: ".$tplSettings[
'pos-leftMenu-bg-size'].
";
443 ".$tplSettings[
'pos-leftMenu-bg-gradient-longValue'].
"
444 ".$tplSettings[
'pos-leftMenu-customCSS-longValue'].
"
445 background: ".$tplSettings[
'pos-leftMenu-bgnone'].
";
449 -webkit-box-shadow: ".$tplSettings[
'pos-rightMenu-box-shadow-width'].
" #".$tplSettings[
'pos-rightMenu-box-shadow-color'].
";
450 -moz-box-shadow: ".$tplSettings[
'pos-rightMenu-box-shadow-width'].
" #".$tplSettings[
'pos-rightMenu-box-shadow-color'].
";
451 box-shadow: ".$tplSettings[
'pos-rightMenu-box-shadow-width'].
" #".$tplSettings[
'pos-rightMenu-box-shadow-color'].
";
452 border-width: ".$tplSettings[
'pos-rightMenu-border-width'].
";
453 border-color: #".$tplSettings[
'pos-rightMenu-border-color'].
";
454 border-style: ".$tplSettings[
'pos-rightMenu-border-style'].
";
455 border-radius: ".$tplSettings[
'pos-rightMenu-border-radius'].
";
456 padding: ".$tplSettings[
'pos-rightMenu-padding'].
";
457 overflow: ".$tplSettings[
'pos-rightMenu-overflow'].
";
458 visibility: ".$tplSettings[
'pos-rightMenu-visibility'].
";
459 text-align: ".$tplSettings[
'pos-rightMenu-text-align'].
";
460 vertical-align: ".$tplSettings[
'pos-rightMenu-vertical-align'].
";
461 margin-top: ".$tplSettings[
'pos-rightMenu-marginTop'].
";
462 margin-bottom: ".$tplSettings[
'pos-rightMenu-marginBottom'].
";
463 position: ".$tplSettings[
'pos-rightMenu-position'].
";
464 background-color: #".$tplSettings[
'pos-rightMenu-bgcolor'].
";
465 height: ".$tplSettings[
'pos-rightMenu-height'].
";
466 z-index: ".$tplSettings[
'pos-rightMenu-zindex'].
";
467 /* BACKGROUND IMAGE */
468 background-image: url('".$tplSettings[
'pos-rightMenu-bg-image'].
"');
469 background-repeat:".$tplSettings[
'pos-rightMenu-bg-repeat'].
";
470 background-position:".$tplSettings[
'pos-rightMenu-bg-position'].
";
471 background-attachment:".$tplSettings[
'pos-rightMenu-bg-attachment'].
";
472 background-size: ".$tplSettings[
'pos-rightMenu-bg-size'].
";
473 ".$tplSettings[
'pos-rightMenu-bg-gradient-longValue'].
"
474 ".$tplSettings[
'pos-rightMenu-customCSS-longValue'].
"
475 background: ".$tplSettings[
'pos-rightMenu-bgnone'].
";
479 -webkit-box-shadow: ".$tplSettings[
'pos-mainTop-box-shadow-width'].
" #".$tplSettings[
'pos-mainTop-box-shadow-color'].
";
480 -moz-box-shadow: ".$tplSettings[
'pos-mainTop-box-shadow-width'].
" #".$tplSettings[
'pos-mainTop-box-shadow-color'].
";
481 box-shadow: ".$tplSettings[
'pos-mainTop-box-shadow-width'].
" #".$tplSettings[
'pos-mainTop-box-shadow-color'].
";
482 border-width: ".$tplSettings[
'pos-mainTop-border-width'].
";
483 border-color: #".$tplSettings[
'pos-mainTop-border-color'].
";
484 border-style: ".$tplSettings[
'pos-mainTop-border-style'].
";
485 border-radius: ".$tplSettings[
'pos-mainTop-border-radius'].
";
486 padding: ".$tplSettings[
'pos-mainTop-padding'].
";
487 overflow: ".$tplSettings[
'pos-mainTop-overflow'].
";
488 visibility: ".$tplSettings[
'pos-mainTop-visibility'].
";
489 text-align: ".$tplSettings[
'pos-mainTop-text-align'].
";
490 vertical-align: ".$tplSettings[
'pos-mainTop-vertical-align'].
";
491 margin-top: ".$tplSettings[
'pos-mainTop-marginTop'].
";
492 margin-bottom: ".$tplSettings[
'pos-mainTop-marginBottom'].
";
493 position: ".$tplSettings[
'pos-mainTop-position'].
";
494 background-color: #".$tplSettings[
'pos-mainTop-bgcolor'].
";
495 width: ".$tplSettings[
'pos-mainTop-width'].
";
496 height: ".$tplSettings[
'pos-mainTop-height'].
";
497 z-index: ".$tplSettings[
'pos-mainTop-zindex'].
";
498 /* BACKGROUND IMAGE */
499 background-image: url('".$tplSettings[
'pos-mainTop-bg-image'].
"');
500 background-repeat:".$tplSettings[
'pos-mainTop-bg-repeat'].
";
501 background-position:".$tplSettings[
'pos-mainTop-bg-position'].
";
502 background-attachment:".$tplSettings[
'pos-mainTop-bg-attachment'].
";
503 background-size: ".$tplSettings[
'pos-mainTop-bg-size'].
";
504 ".$tplSettings[
'pos-mainTop-bg-gradient-longValue'].
"
505 ".$tplSettings[
'pos-mainTop-customCSS-longValue'].
"
506 background: ".$tplSettings[
'pos-mainTop-bgnone'].
";
510 -webkit-box-shadow: ".$tplSettings[
'pos-mainTopLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainTopLeft-box-shadow-color'].
";
511 -moz-box-shadow: ".$tplSettings[
'pos-mainTopLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainTopLeft-box-shadow-color'].
";
512 box-shadow: ".$tplSettings[
'pos-mainTopLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainTopLeft-box-shadow-color'].
";
513 border-width: ".$tplSettings[
'pos-mainTopLeft-border-width'].
";
514 border-color: #".$tplSettings[
'pos-mainTopLeft-border-color'].
";
515 border-style: ".$tplSettings[
'pos-mainTopLeft-border-style'].
";
516 border-radius: ".$tplSettings[
'pos-mainTopLeft-border-radius'].
";
517 padding: ".$tplSettings[
'pos-mainTopLeft-padding'].
";
518 overflow: ".$tplSettings[
'pos-mainTopLeft-overflow'].
";
519 visibility: ".$tplSettings[
'pos-mainTopLeft-visibility'].
";
520 text-align: ".$tplSettings[
'pos-mainTopLeft-text-align'].
";
521 vertical-align: ".$tplSettings[
'pos-mainTopLeft-vertical-align'].
";
522 margin-top: ".$tplSettings[
'pos-mainTopLeft-marginTop'].
";
523 margin-bottom: ".$tplSettings[
'pos-mainTopLeft-marginBottom'].
";
524 position: ".$tplSettings[
'pos-mainTopLeft-position'].
";
525 background-color: #".$tplSettings[
'pos-mainTopLeft-bgcolor'].
";
526 height: ".$tplSettings[
'pos-mainTopLeft-height'].
";
527 z-index: ".$tplSettings[
'pos-mainTopLeft-zindex'].
";
528 /* BACKGROUND IMAGE */
529 background-image: url('".$tplSettings[
'pos-mainTopLeft-bg-image'].
"');
530 background-repeat:".$tplSettings[
'pos-mainTopLeft-bg-repeat'].
";
531 background-position:".$tplSettings[
'pos-mainTopLeft-bg-position'].
";
532 background-attachment:".$tplSettings[
'pos-mainTopLeft-bg-attachment'].
";
533 background-size: ".$tplSettings[
'pos-mainTopLeft-bg-size'].
";
534 ".$tplSettings[
'pos-mainTopLeft-bg-gradient-longValue'].
"
535 ".$tplSettings[
'pos-mainTopLeft-customCSS-longValue'].
"
536 background: ".$tplSettings[
'pos-mainTopLeft-bgnone'].
";
540 -webkit-box-shadow: ".$tplSettings[
'pos-mainTopCenter-box-shadow-width'].
" #".$tplSettings[
'pos-mainTopCenter-box-shadow-color'].
";
541 -moz-box-shadow: ".$tplSettings[
'pos-mainTopCenter-box-shadow-width'].
" #".$tplSettings[
'pos-mainTopCenter-box-shadow-color'].
";
542 box-shadow: ".$tplSettings[
'pos-mainTopCenter-box-shadow-width'].
" #".$tplSettings[
'pos-mainTopCenter-box-shadow-color'].
";
543 border-width: ".$tplSettings[
'pos-mainTopCenter-border-width'].
";
544 border-color: #".$tplSettings[
'pos-mainTopCenter-border-color'].
";
545 border-style: ".$tplSettings[
'pos-mainTopCenter-border-style'].
";
546 border-radius: ".$tplSettings[
'pos-mainTopCenter-border-radius'].
";
547 padding: ".$tplSettings[
'pos-mainTopCenter-padding'].
";
548 overflow: ".$tplSettings[
'pos-mainTopCenter-overflow'].
";
549 visibility: ".$tplSettings[
'pos-mainTopCenter-visibility'].
";
550 text-align: ".$tplSettings[
'pos-mainTopCenter-text-align'].
";
551 vertical-align: ".$tplSettings[
'pos-mainTopCenter-vertical-align'].
";
552 margin-top: ".$tplSettings[
'pos-mainTopCenter-marginTop'].
";
553 margin-bottom: ".$tplSettings[
'pos-mainTopCenter-marginBottom'].
";
554 position: ".$tplSettings[
'pos-mainTopCenter-position'].
";
555 background-color: #".$tplSettings[
'pos-mainTopCenter-bgcolor'].
";
556 height: ".$tplSettings[
'pos-mainTopCenter-height'].
";
557 z-index: ".$tplSettings[
'pos-mainTopCenter-zindex'].
";
558 /* BACKGROUND IMAGE */
559 background-image: url('".$tplSettings[
'pos-mainTopCenter-bg-image'].
"');
560 background-repeat:".$tplSettings[
'pos-mainTopCenter-bg-repeat'].
";
561 background-position:".$tplSettings[
'pos-mainTopCenter-bg-position'].
";
562 background-attachment:".$tplSettings[
'pos-mainTopCenter-bg-attachment'].
";
563 background-size: ".$tplSettings[
'pos-mainTopCenter-bg-size'].
";
564 ".$tplSettings[
'pos-mainTopCenter-bg-gradient-longValue'].
"
565 ".$tplSettings[
'pos-mainTopCenter-customCSS-longValue'].
"
566 background: ".$tplSettings[
'pos-mainTopCenter-bgnone'].
";
570 -webkit-box-shadow: ".$tplSettings[
'pos-mainTopRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainTopRight-box-shadow-color'].
";
571 -moz-box-shadow: ".$tplSettings[
'pos-mainTopRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainTopRight-box-shadow-color'].
";
572 box-shadow: ".$tplSettings[
'pos-mainTopRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainTopRight-box-shadow-color'].
";
573 border-width: ".$tplSettings[
'pos-mainTopRight-border-width'].
";
574 border-color: #".$tplSettings[
'pos-mainTopRight-border-color'].
";
575 border-style: ".$tplSettings[
'pos-mainTopRight-border-style'].
";
576 border-radius: ".$tplSettings[
'pos-mainTopRight-border-radius'].
";
577 padding: ".$tplSettings[
'pos-mainTopRight-padding'].
";
578 overflow: ".$tplSettings[
'pos-mainTopRight-overflow'].
";
579 visibility: ".$tplSettings[
'pos-mainTopRight-visibility'].
";
580 text-align: ".$tplSettings[
'pos-mainTopRight-text-align'].
";
581 vertical-align: ".$tplSettings[
'pos-mainTopRight-vertical-align'].
";
582 margin-top: ".$tplSettings[
'pos-mainTopRight-marginTop'].
";
583 margin-bottom: ".$tplSettings[
'pos-mainTopRight-marginBottom'].
";
584 position: ".$tplSettings[
'pos-mainTopRight-position'].
";
585 background-color: #".$tplSettings[
'pos-mainTopRight-bgcolor'].
";
586 height: ".$tplSettings[
'pos-mainTopRight-height'].
";
587 z-index: ".$tplSettings[
'pos-mainTopRight-zindex'].
";
588 /* BACKGROUND IMAGE */
589 background-image: url('".$tplSettings[
'pos-mainTopRight-bg-image'].
"');
590 background-repeat:".$tplSettings[
'pos-mainTopRight-bg-repeat'].
";
591 background-position:".$tplSettings[
'pos-mainTopRight-bg-position'].
";
592 background-attachment:".$tplSettings[
'pos-mainTopRight-bg-attachment'].
";
593 background-size: ".$tplSettings[
'pos-mainTopRight-bg-size'].
";
594 ".$tplSettings[
'pos-mainTopRight-bg-gradient-longValue'].
"
595 ".$tplSettings[
'pos-mainTopRight-customCSS-longValue'].
"
596 background: ".$tplSettings[
'pos-mainTopRight-bgnone'].
";
600 -webkit-box-shadow: ".$tplSettings[
'pos-mainLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainLeft-box-shadow-color'].
";
601 -moz-box-shadow: ".$tplSettings[
'pos-mainLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainLeft-box-shadow-color'].
";
602 box-shadow: ".$tplSettings[
'pos-mainLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainLeft-box-shadow-color'].
";
603 border-width: ".$tplSettings[
'pos-mainLeft-border-width'].
";
604 border-color: #".$tplSettings[
'pos-mainLeft-border-color'].
";
605 border-style: ".$tplSettings[
'pos-mainLeft-border-style'].
";
606 border-radius: ".$tplSettings[
'pos-mainLeft-border-radius'].
";
607 padding: ".$tplSettings[
'pos-mainLeft-padding'].
";
608 overflow: ".$tplSettings[
'pos-mainLeft-overflow'].
";
609 visibility: ".$tplSettings[
'pos-mainLeft-visibility'].
";
610 text-align: ".$tplSettings[
'pos-mainLeft-text-align'].
";
611 vertical-align: ".$tplSettings[
'pos-mainLeft-vertical-align'].
";
612 margin-top: ".$tplSettings[
'pos-mainLeft-marginTop'].
";
613 margin-bottom: ".$tplSettings[
'pos-mainLeft-marginBottom'].
";
614 position: ".$tplSettings[
'pos-mainLeft-position'].
";
615 background-color: #".$tplSettings[
'pos-mainLeft-bgcolor'].
";
616 height: ".$tplSettings[
'pos-mainLeft-height'].
";
617 z-index: ".$tplSettings[
'pos-mainLeft-zindex'].
";
618 /* BACKGROUND IMAGE */
619 background-image: url('".$tplSettings[
'pos-mainLeft-bg-image'].
"');
620 background-repeat:".$tplSettings[
'pos-mainLeft-bg-repeat'].
";
621 background-position:".$tplSettings[
'pos-mainLeft-bg-position'].
";
622 background-attachment:".$tplSettings[
'pos-mainLeft-bg-attachment'].
";
623 background-size: ".$tplSettings[
'pos-mainLeft-bg-size'].
";
624 ".$tplSettings[
'pos-mainLeft-bg-gradient-longValue'].
"
625 ".$tplSettings[
'pos-mainLeft-customCSS-longValue'].
"
626 background: ".$tplSettings[
'pos-mainLeft-bgnone'].
";
630 -webkit-box-shadow: ".$tplSettings[
'pos-main-box-shadow-width'].
" #".$tplSettings[
'pos-main-box-shadow-color'].
";
631 -moz-box-shadow: ".$tplSettings[
'pos-main-box-shadow-width'].
" #".$tplSettings[
'pos-main-box-shadow-color'].
";
632 box-shadow: ".$tplSettings[
'pos-main-box-shadow-width'].
" #".$tplSettings[
'pos-main-box-shadow-color'].
";
633 border-width: ".$tplSettings[
'pos-main-border-width'].
";
634 border-color: #".$tplSettings[
'pos-main-border-color'].
";
635 border-style: ".$tplSettings[
'pos-main-border-style'].
";
636 border-radius: ".$tplSettings[
'pos-main-border-radius'].
";
637 padding: ".$tplSettings[
'pos-main-padding'].
";
638 overflow: ".$tplSettings[
'pos-main-overflow'].
";
639 visibility: ".$tplSettings[
'pos-main-visibility'].
";
640 text-align: ".$tplSettings[
'pos-main-text-align'].
";
641 vertical-align: ".$tplSettings[
'pos-main-vertical-align'].
";
642 margin-top: ".$tplSettings[
'pos-main-marginTop'].
";
643 margin-bottom: ".$tplSettings[
'pos-main-marginBottom'].
";
644 position: ".$tplSettings[
'pos-main-position'].
";
645 background-color: #".$tplSettings[
'pos-main-bgcolor'].
";
646 height: ".$tplSettings[
'pos-main-height'].
";
647 z-index: ".$tplSettings[
'pos-main-zindex'].
";
648 /* BACKGROUND IMAGE */
649 background-image: url('".$tplSettings[
'pos-main-bg-image'].
"');
650 background-repeat:".$tplSettings[
'pos-main-bg-repeat'].
";
651 background-position:".$tplSettings[
'pos-main-bg-position'].
";
652 background-attachment:".$tplSettings[
'pos-main-bg-attachment'].
";
653 background-size: ".$tplSettings[
'pos-main-bg-size'].
";
654 ".$tplSettings[
'pos-main-bg-gradient-longValue'].
"
655 ".$tplSettings[
'pos-main-customCSS-longValue'].
"
656 background: ".$tplSettings[
'pos-main-bgnone'].
";
660 -webkit-box-shadow: ".$tplSettings[
'pos-mainRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainRight-box-shadow-color'].
";
661 -moz-box-shadow: ".$tplSettings[
'pos-mainRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainRight-box-shadow-color'].
";
662 box-shadow: ".$tplSettings[
'pos-mainRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainRight-box-shadow-color'].
";
663 border-width: ".$tplSettings[
'pos-mainRight-border-width'].
";
664 border-color: #".$tplSettings[
'pos-mainRight-border-color'].
";
665 border-style: ".$tplSettings[
'pos-mainRight-border-style'].
";
666 border-radius: ".$tplSettings[
'pos-mainRight-border-radius'].
";
667 padding: ".$tplSettings[
'pos-mainRight-padding'].
";
668 overflow: ".$tplSettings[
'pos-mainRight-overflow'].
";
669 visibility: ".$tplSettings[
'pos-mainRight-visibility'].
";
670 text-align: ".$tplSettings[
'pos-mainRight-text-align'].
";
671 vertical-align: ".$tplSettings[
'pos-mainRight-vertical-align'].
";
672 margin-top: ".$tplSettings[
'pos-mainRight-marginTop'].
";
673 margin-bottom: ".$tplSettings[
'pos-mainRight-marginBottom'].
";
674 position: ".$tplSettings[
'pos-mainRight-position'].
";
675 background-color: #".$tplSettings[
'pos-mainRight-bgcolor'].
";
676 height: ".$tplSettings[
'pos-mainRight-height'].
";
677 z-index: ".$tplSettings[
'pos-mainRight-zindex'].
";
678 /* BACKGROUND IMAGE */
679 background-image: url('".$tplSettings[
'pos-mainRight-bg-image'].
"');
680 background-repeat:".$tplSettings[
'pos-mainRight-bg-repeat'].
";
681 background-position:".$tplSettings[
'pos-mainRight-bg-position'].
";
682 background-attachment:".$tplSettings[
'pos-mainRight-bg-attachment'].
";
683 background-size: ".$tplSettings[
'pos-mainRight-bg-size'].
";
684 ".$tplSettings[
'pos-mainRight-bg-gradient-longValue'].
"
685 ".$tplSettings[
'pos-mainRight-customCSS-longValue'].
"
686 background: ".$tplSettings[
'pos-mainRight-bgnone'].
";
690 -webkit-box-shadow: ".$tplSettings[
'pos-mainBottom-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottom-box-shadow-color'].
";
691 -moz-box-shadow: ".$tplSettings[
'pos-mainBottom-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottom-box-shadow-color'].
";
692 box-shadow: ".$tplSettings[
'pos-mainBottom-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottom-box-shadow-color'].
";
693 border-width: ".$tplSettings[
'pos-mainBottom-border-width'].
";
694 border-color: #".$tplSettings[
'pos-mainBottom-border-color'].
";
695 border-style: ".$tplSettings[
'pos-mainBottom-border-style'].
";
696 border-radius: ".$tplSettings[
'pos-mainBottom-border-radius'].
";
697 padding: ".$tplSettings[
'pos-mainBottom-padding'].
";
698 overflow: ".$tplSettings[
'pos-mainBottom-overflow'].
";
699 visibility: ".$tplSettings[
'pos-mainBottom-visibility'].
";
700 text-align: ".$tplSettings[
'pos-mainBottom-text-align'].
";
701 vertical-align: ".$tplSettings[
'pos-mainBottom-vertical-align'].
";
702 margin-top: ".$tplSettings[
'pos-mainBottom-marginTop'].
";
703 margin-bottom: ".$tplSettings[
'pos-mainBottom-marginBottom'].
";
704 position: ".$tplSettings[
'pos-mainBottom-position'].
";
705 background-color: #".$tplSettings[
'pos-mainBottom-bgcolor'].
";
706 width: ".$tplSettings[
'pos-mainBottom-width'].
";
707 height: ".$tplSettings[
'pos-mainBottom-height'].
";
708 z-index: ".$tplSettings[
'pos-mainBottom-zindex'].
";
709 /* BACKGROUND IMAGE */
710 background-image: url('".$tplSettings[
'pos-mainBottom-bg-image'].
"');
711 background-repeat:".$tplSettings[
'pos-mainBottom-bg-repeat'].
";
712 background-position:".$tplSettings[
'pos-mainBottom-bg-position'].
";
713 background-attachment:".$tplSettings[
'pos-mainBottom-bg-attachment'].
";
714 background-size: ".$tplSettings[
'pos-mainBottom-bg-size'].
";
715 ".$tplSettings[
'pos-mainBottom-bg-gradient-longValue'].
"
716 ".$tplSettings[
'pos-mainBottom-customCSS-longValue'].
"
717 background: ".$tplSettings[
'pos-mainBottom-bgnone'].
";
721 -webkit-box-shadow: ".$tplSettings[
'pos-mainBottomLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottomLeft-box-shadow-color'].
";
722 -moz-box-shadow: ".$tplSettings[
'pos-mainBottomLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottomLeft-box-shadow-color'].
";
723 box-shadow: ".$tplSettings[
'pos-mainBottomLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottomLeft-box-shadow-color'].
";
724 border-width: ".$tplSettings[
'pos-mainBottomLeft-border-width'].
";
725 border-color: #".$tplSettings[
'pos-mainBottomLeft-border-color'].
";
726 border-style: ".$tplSettings[
'pos-mainBottomLeft-border-style'].
";
727 border-radius: ".$tplSettings[
'pos-mainBottomLeft-border-radius'].
";
728 padding: ".$tplSettings[
'pos-mainBottomLeft-padding'].
";
729 overflow: ".$tplSettings[
'pos-mainBottomLeft-overflow'].
";
730 visibility: ".$tplSettings[
'pos-mainBottomLeft-visibility'].
";
731 text-align: ".$tplSettings[
'pos-mainBottomLeft-text-align'].
";
732 vertical-align: ".$tplSettings[
'pos-mainBottomLeft-vertical-align'].
";
733 margin-top: ".$tplSettings[
'pos-mainBottomLeft-marginTop'].
";
734 margin-bottom: ".$tplSettings[
'pos-mainBottomLeft-marginBottom'].
";
735 position: ".$tplSettings[
'pos-mainBottomLeft-position'].
";
736 background-color: #".$tplSettings[
'pos-mainBottomLeft-bgcolor'].
";
737 height: ".$tplSettings[
'pos-mainBottomLeft-height'].
";
738 z-index: ".$tplSettings[
'pos-mainBottomLeft-zindex'].
";
739 /* BACKGROUND IMAGE */
740 background-image: url('".$tplSettings[
'pos-mainBottomLeft-bg-image'].
"');
741 background-repeat:".$tplSettings[
'pos-mainBottomLeft-bg-repeat'].
";
742 background-position:".$tplSettings[
'pos-mainBottomLeft-bg-position'].
";
743 background-attachment:".$tplSettings[
'pos-mainBottomLeft-bg-attachment'].
";
744 background-size: ".$tplSettings[
'pos-mainBottomLeft-bg-size'].
";
745 ".$tplSettings[
'pos-mainBottomLeft-bg-gradient-longValue'].
"
746 ".$tplSettings[
'pos-mainBottomLeft-customCSS-longValue'].
"
747 background: ".$tplSettings[
'pos-mainBottomLeft-bgnone'].
";
749 .pos-mainBottomCenter
751 -webkit-box-shadow: ".$tplSettings[
'pos-mainBottomCenter-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottomCenter-box-shadow-color'].
";
752 -moz-box-shadow: ".$tplSettings[
'pos-mainBottomCenter-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottomCenter-box-shadow-color'].
";
753 box-shadow: ".$tplSettings[
'pos-mainBottomCenter-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottomCenter-box-shadow-color'].
";
754 border-width: ".$tplSettings[
'pos-mainBottomCenter-border-width'].
";
755 border-color: #".$tplSettings[
'pos-mainBottomCenter-border-color'].
";
756 border-style: ".$tplSettings[
'pos-mainBottomCenter-border-style'].
";
757 border-radius: ".$tplSettings[
'pos-mainBottomCenter-border-radius'].
";
758 padding: ".$tplSettings[
'pos-mainBottomCenter-padding'].
";
759 overflow: ".$tplSettings[
'pos-mainBottomCenter-overflow'].
";
760 visibility: ".$tplSettings[
'pos-mainBottomCenter-visibility'].
";
761 text-align: ".$tplSettings[
'pos-mainBottomCenter-text-align'].
";
762 vertical-align: ".$tplSettings[
'pos-mainBottomCenter-vertical-align'].
";
763 margin-top: ".$tplSettings[
'pos-mainBottomCenter-marginTop'].
";
764 margin-bottom: ".$tplSettings[
'pos-mainBottomCenter-marginBottom'].
";
765 position: ".$tplSettings[
'pos-mainBottomCenter-position'].
";
766 background-color: #".$tplSettings[
'pos-mainBottomCenter-bgcolor'].
";
767 height: ".$tplSettings[
'pos-mainBottomCenter-height'].
";
768 z-index: ".$tplSettings[
'pos-mainBottomCenter-zindex'].
";
769 /* BACKGROUND IMAGE */
770 background-image: url('".$tplSettings[
'pos-mainBottomCenter-bg-image'].
"');
771 background-repeat:".$tplSettings[
'pos-mainBottomCenter-bg-repeat'].
";
772 background-position:".$tplSettings[
'pos-mainBottomCenter-bg-position'].
";
773 background-attachment:".$tplSettings[
'pos-mainBottomCenter-bg-attachment'].
";
774 background-size: ".$tplSettings[
'pos-mainBottomCenter-bg-size'].
";
775 ".$tplSettings[
'pos-mainBottomCenter-bg-gradient-longValue'].
"
776 ".$tplSettings[
'pos-mainBottomCenter-customCSS-longValue'].
"
777 background: ".$tplSettings[
'pos-mainBottomCenter-bgnone'].
";
781 -webkit-box-shadow: ".$tplSettings[
'pos-mainBottomRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottomRight-box-shadow-color'].
";
782 -moz-box-shadow: ".$tplSettings[
'pos-mainBottomRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottomRight-box-shadow-color'].
";
783 box-shadow: ".$tplSettings[
'pos-mainBottomRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainBottomRight-box-shadow-color'].
";
784 border-width: ".$tplSettings[
'pos-mainBottomRight-border-width'].
";
785 border-color: #".$tplSettings[
'pos-mainBottomRight-border-color'].
";
786 border-style: ".$tplSettings[
'pos-mainBottomRight-border-style'].
";
787 border-radius: ".$tplSettings[
'pos-mainBottomRight-border-radius'].
";
788 padding: ".$tplSettings[
'pos-mainBottomRight-padding'].
";
789 overflow: ".$tplSettings[
'pos-mainBottomRight-overflow'].
";
790 visibility: ".$tplSettings[
'pos-mainBottomRight-visibility'].
";
791 text-align: ".$tplSettings[
'pos-mainBottomRight-text-align'].
";
792 vertical-align: ".$tplSettings[
'pos-mainBottomRight-vertical-align'].
";
793 margin-top: ".$tplSettings[
'pos-mainBottomRight-marginTop'].
";
794 margin-bottom: ".$tplSettings[
'pos-mainBottomRight-marginBottom'].
";
795 position: ".$tplSettings[
'pos-mainBottomRight-position'].
";
796 background-color: #".$tplSettings[
'pos-mainBottomRight-bgcolor'].
";
797 height: ".$tplSettings[
'pos-mainBottomRight-height'].
";
798 z-index: ".$tplSettings[
'pos-mainBottomRight-zindex'].
";
799 /* BACKGROUND IMAGE */
800 background-image: url('".$tplSettings[
'pos-mainBottomRight-bg-image'].
"');
801 background-repeat:".$tplSettings[
'pos-mainBottomRight-bg-repeat'].
";
802 background-position:".$tplSettings[
'pos-mainBottomRight-bg-position'].
";
803 background-attachment:".$tplSettings[
'pos-mainBottomRight-bg-attachment'].
";
804 background-size: ".$tplSettings[
'pos-mainBottomRight-bg-size'].
";
805 ".$tplSettings[
'pos-mainBottomRight-bg-gradient-longValue'].
"
806 ".$tplSettings[
'pos-mainBottomRight-customCSS-longValue'].
"
807 background: ".$tplSettings[
'pos-mainBottomRight-bgnone'].
";
811 -webkit-box-shadow: ".$tplSettings[
'pos-mainFooter-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooter-box-shadow-color'].
";
812 -moz-box-shadow: ".$tplSettings[
'pos-mainFooter-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooter-box-shadow-color'].
";
813 box-shadow: ".$tplSettings[
'pos-mainFooter-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooter-box-shadow-color'].
";
814 border-width: ".$tplSettings[
'pos-mainFooter-border-width'].
";
815 border-color: #".$tplSettings[
'pos-mainFooter-border-color'].
";
816 border-style: ".$tplSettings[
'pos-mainFooter-border-style'].
";
817 border-radius: ".$tplSettings[
'pos-mainFooter-border-radius'].
";
818 padding: ".$tplSettings[
'pos-mainFooter-padding'].
";
819 overflow: ".$tplSettings[
'pos-mainFooter-overflow'].
";
820 visibility: ".$tplSettings[
'pos-mainFooter-visibility'].
";
821 text-align: ".$tplSettings[
'pos-mainFooter-text-align'].
";
822 vertical-align: ".$tplSettings[
'pos-mainFooter-vertical-align'].
";
823 margin-top: ".$tplSettings[
'pos-mainFooter-marginTop'].
";
824 margin-bottom: ".$tplSettings[
'pos-mainFooter-marginBottom'].
";
825 position: ".$tplSettings[
'pos-mainFooter-position'].
";
826 background-color: #".$tplSettings[
'pos-mainFooter-bgcolor'].
";
827 width: ".$tplSettings[
'pos-mainFooter-width'].
";
828 height: ".$tplSettings[
'pos-mainFooter-height'].
";
829 z-index: ".$tplSettings[
'pos-mainFooter-zindex'].
";
830 /* BACKGROUND IMAGE */
831 background-image: url('".$tplSettings[
'pos-mainFooter-bg-image'].
"');
832 background-repeat:".$tplSettings[
'pos-mainFooter-bg-repeat'].
";
833 background-position:".$tplSettings[
'pos-mainFooter-bg-position'].
";
834 background-attachment:".$tplSettings[
'pos-mainFooter-bg-attachment'].
";
835 background-size: ".$tplSettings[
'pos-mainFooter-bg-size'].
";
836 ".$tplSettings[
'pos-mainFooter-bg-gradient-longValue'].
"
837 ".$tplSettings[
'pos-mainFooter-customCSS-longValue'].
"
838 background: ".$tplSettings[
'pos-mainFooter-bgnone'].
";
842 -webkit-box-shadow: ".$tplSettings[
'pos-mainFooterLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooterLeft-box-shadow-color'].
";
843 -moz-box-shadow: ".$tplSettings[
'pos-mainFooterLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooterLeft-box-shadow-color'].
";
844 box-shadow: ".$tplSettings[
'pos-mainFooterLeft-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooterLeft-box-shadow-color'].
";
845 border-width: ".$tplSettings[
'pos-mainFooterLeft-border-width'].
";
846 border-color: #".$tplSettings[
'pos-mainFooterLeft-border-color'].
";
847 border-style: ".$tplSettings[
'pos-mainFooterLeft-border-style'].
";
848 border-radius: ".$tplSettings[
'pos-mainFooterLeft-border-radius'].
";
849 padding: ".$tplSettings[
'pos-mainFooterLeft-padding'].
";
850 overflow: ".$tplSettings[
'pos-mainFooterLeft-overflow'].
";
851 visibility: ".$tplSettings[
'pos-mainFooterLeft-visibility'].
";
852 text-align: ".$tplSettings[
'pos-mainFooterLeft-text-align'].
";
853 vertical-align: ".$tplSettings[
'pos-mainFooterLeft-vertical-align'].
";
854 margin-top: ".$tplSettings[
'pos-mainFooterLeft-marginTop'].
";
855 margin-bottom: ".$tplSettings[
'pos-mainFooterLeft-marginBottom'].
";
856 position: ".$tplSettings[
'pos-mainFooterLeft-position'].
";
857 background-color: #".$tplSettings[
'pos-mainFooterLeft-bgcolor'].
";
858 height: ".$tplSettings[
'pos-mainFooterLeft-height'].
";
859 z-index: ".$tplSettings[
'pos-mainFooterLeft-zindex'].
";
860 /* BACKGROUND IMAGE */
861 background-image: url('".$tplSettings[
'pos-mainFooterLeft-bg-image'].
"');
862 background-repeat:".$tplSettings[
'pos-mainFooterLeft-bg-repeat'].
";
863 background-position:".$tplSettings[
'pos-mainFooterLeft-bg-position'].
";
864 background-attachment:".$tplSettings[
'pos-mainFooterLeft-bg-attachment'].
";
865 background-size: ".$tplSettings[
'pos-mainFooterLeft-bg-size'].
";
866 ".$tplSettings[
'pos-mainFooterLeft-bg-gradient-longValue'].
"
867 ".$tplSettings[
'pos-mainFooterLeft-customCSS-longValue'].
"
868 background: ".$tplSettings[
'pos-mainFooterLeft-bgnone'].
";
870 .pos-mainFooterCenter
872 -webkit-box-shadow: ".$tplSettings[
'pos-mainFooterCenter-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooterCenter-box-shadow-color'].
";
873 -moz-box-shadow: ".$tplSettings[
'pos-mainFooterCenter-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooterCenter-box-shadow-color'].
";
874 box-shadow: ".$tplSettings[
'pos-mainFooterCenter-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooterCenter-box-shadow-color'].
";
875 border-width: ".$tplSettings[
'pos-mainFooterCenter-border-width'].
";
876 border-color: #".$tplSettings[
'pos-mainFooterCenter-border-color'].
";
877 border-style: ".$tplSettings[
'pos-mainFooterCenter-border-style'].
";
878 border-radius: ".$tplSettings[
'pos-mainFooterCenter-border-radius'].
";
879 padding: ".$tplSettings[
'pos-mainFooterCenter-padding'].
";
880 overflow: ".$tplSettings[
'pos-mainFooterCenter-overflow'].
";
881 visibility: ".$tplSettings[
'pos-mainFooterCenter-visibility'].
";
882 text-align: ".$tplSettings[
'pos-mainFooterCenter-text-align'].
";
883 vertical-align: ".$tplSettings[
'pos-mainFooterCenter-vertical-align'].
";
884 margin-top: ".$tplSettings[
'pos-mainFooterCenter-marginTop'].
";
885 margin-bottom: ".$tplSettings[
'pos-mainFooterCenter-marginBottom'].
";
886 position: ".$tplSettings[
'pos-mainFooterCenter-position'].
";
887 background-color: #".$tplSettings[
'pos-mainFooterCenter-bgcolor'].
";
888 height: ".$tplSettings[
'pos-mainFooterCenter-height'].
";
889 z-index: ".$tplSettings[
'pos-mainFooterCenter-zindex'].
";
890 /* BACKGROUND IMAGE */
891 background-image: url('".$tplSettings[
'pos-mainFooterCenter-bg-image'].
"');
892 background-repeat:".$tplSettings[
'pos-mainFooterCenter-bg-repeat'].
";
893 background-position:".$tplSettings[
'pos-mainFooterCenter-bg-position'].
";
894 background-attachment:".$tplSettings[
'pos-mainFooterCenter-bg-attachment'].
";
895 background-size: ".$tplSettings[
'pos-mainFooterCenter-bg-size'].
";
896 ".$tplSettings[
'pos-mainFooterCenter-bg-gradient-longValue'].
"
897 ".$tplSettings[
'pos-mainFooterCenter-customCSS-longValue'].
"
898 background: ".$tplSettings[
'pos-mainFooterCenter-bgnone'].
";
902 -webkit-box-shadow: ".$tplSettings[
'pos-mainFooterRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooterRight-box-shadow-color'].
";
903 -moz-box-shadow: ".$tplSettings[
'pos-mainFooterRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooterRight-box-shadow-color'].
";
904 box-shadow: ".$tplSettings[
'pos-mainFooterRight-box-shadow-width'].
" #".$tplSettings[
'pos-mainFooterRight-box-shadow-color'].
";
905 border-width: ".$tplSettings[
'pos-mainFooterRight-border-width'].
";
906 border-color: #".$tplSettings[
'pos-mainFooterRight-border-color'].
";
907 border-style: ".$tplSettings[
'pos-mainFooterRight-border-style'].
";
908 border-radius: ".$tplSettings[
'pos-mainFooterRight-border-radius'].
";
909 padding: ".$tplSettings[
'pos-mainFooterRight-padding'].
";
910 overflow: ".$tplSettings[
'pos-mainFooterRight-overflow'].
";
911 visibility: ".$tplSettings[
'pos-mainFooterRight-visibility'].
";
912 text-align: ".$tplSettings[
'pos-mainFooterRight-text-align'].
";
913 vertical-align: ".$tplSettings[
'pos-mainFooterRight-vertical-align'].
";
914 margin-top: ".$tplSettings[
'pos-mainFooterRight-marginTop'].
";
915 margin-bottom: ".$tplSettings[
'pos-mainFooterRight-marginBottom'].
";
916 position: ".$tplSettings[
'pos-mainFooterRight-position'].
";
917 background-color: #".$tplSettings[
'pos-mainFooterRight-bgcolor'].
";
918 height: ".$tplSettings[
'pos-mainFooterRight-height'].
";
919 z-index: ".$tplSettings[
'pos-mainFooterRight-zindex'].
";
920 /* BACKGROUND IMAGE */
921 background-image: url('".$tplSettings[
'pos-mainFooterRight-bg-image'].
"');
922 background-repeat:".$tplSettings[
'pos-mainFooterRight-bg-repeat'].
";
923 background-position:".$tplSettings[
'pos-mainFooterRight-bg-position'].
";
924 background-attachment:".$tplSettings[
'pos-mainFooterRight-bg-attachment'].
";
925 background-size: ".$tplSettings[
'pos-mainFooterRight-bg-size'].
";
926 ".$tplSettings[
'pos-mainFooterRight-bg-gradient-longValue'].
"
927 ".$tplSettings[
'pos-mainFooterRight-customCSS-longValue'].
"
928 background: ".$tplSettings[
'pos-mainFooterRight-bgnone'].
";
932 -webkit-box-shadow: ".$tplSettings[
'pos-footer-box-shadow-width'].
" #".$tplSettings[
'pos-footer-box-shadow-color'].
";
933 -moz-box-shadow: ".$tplSettings[
'pos-footer-box-shadow-width'].
" #".$tplSettings[
'pos-footer-box-shadow-color'].
";
934 box-shadow: ".$tplSettings[
'pos-footer-box-shadow-width'].
" #".$tplSettings[
'pos-footer-box-shadow-color'].
";
935 border-width: ".$tplSettings[
'pos-footer-border-width'].
";
936 border-color: #".$tplSettings[
'pos-footer-border-color'].
";
937 border-style: ".$tplSettings[
'pos-footer-border-style'].
";
938 border-radius: ".$tplSettings[
'pos-footer-border-radius'].
";
939 padding: ".$tplSettings[
'pos-footer-padding'].
";
940 overflow: ".$tplSettings[
'pos-footer-overflow'].
";
941 visibility: ".$tplSettings[
'pos-footer-visibility'].
";
942 text-align: ".$tplSettings[
'pos-footer-text-align'].
";
943 vertical-align: ".$tplSettings[
'pos-footer-vertical-align'].
";
944 margin-top: ".$tplSettings[
'pos-footer-marginTop'].
";
945 margin-bottom: ".$tplSettings[
'pos-footer-marginBottom'].
";
946 position: ".$tplSettings[
'pos-footer-position'].
";
947 background-color: #".$tplSettings[
'pos-footer-bgcolor'].
";
948 width: ".$tplSettings[
'pos-footer-width'].
";
949 height: ".$tplSettings[
'pos-footer-height'].
";
950 z-index: ".$tplSettings[
'pos-footer-zindex'].
";
951 /* BACKGROUND IMAGE */
952 background-image: url('".$tplSettings[
'pos-footer-bg-image'].
"');
953 background-repeat:".$tplSettings[
'pos-footer-bg-repeat'].
";
954 background-position:".$tplSettings[
'pos-footer-bg-position'].
";
955 background-attachment:".$tplSettings[
'pos-footer-bg-attachment'].
";
956 background-size: ".$tplSettings[
'pos-footer-bg-size'].
";
957 ".$tplSettings[
'pos-footer-bg-gradient-longValue'].
"
958 ".$tplSettings[
'pos-footer-customCSS-longValue'].
"
959 background: ".$tplSettings[
'pos-footer-bgnone'].
";
963 -webkit-box-shadow: ".$tplSettings[
'pos-hiddenToolbar-box-shadow-width'].
" #".$tplSettings[
'pos-hiddenToolbar-box-shadow-color'].
";
964 -moz-box-shadow: ".$tplSettings[
'pos-hiddenToolbar-box-shadow-width'].
" #".$tplSettings[
'pos-hiddenToolbar-box-shadow-color'].
";
965 box-shadow: ".$tplSettings[
'pos-hiddenToolbar-box-shadow-width'].
" #".$tplSettings[
'pos-hiddenToolbar-box-shadow-color'].
";
966 border-width: ".$tplSettings[
'pos-hiddenToolbar-border-width'].
";
967 border-color: #".$tplSettings[
'pos-hiddenToolbar-border-color'].
";
968 border-style: ".$tplSettings[
'pos-hiddenToolbar-border-style'].
";
969 border-radius: ".$tplSettings[
'pos-hiddenToolbar-border-radius'].
";
970 padding: ".$tplSettings[
'pos-hiddenToolbar-padding'].
";
971 overflow: ".$tplSettings[
'pos-hiddenToolbar-overflow'].
";
972 visibility: ".$tplSettings[
'pos-hiddenToolbar-visibility'].
";
973 text-align: ".$tplSettings[
'pos-hiddenToolbar-text-align'].
";
974 vertical-align: ".$tplSettings[
'pos-hiddenToolbar-vertical-align'].
";
975 margin-top: ".$tplSettings[
'pos-hiddenToolbar-marginTop'].
";
976 margin-bottom: ".$tplSettings[
'pos-hiddenToolbar-marginBottom'].
";
977 position: ".$tplSettings[
'pos-hiddenToolbar-position'].
";
978 background-color: #".$tplSettings[
'pos-hiddenToolbar-bgcolor'].
";
979 width: ".$tplSettings[
'pos-hiddenToolbar-width'].
";
980 height: ".$tplSettings[
'pos-hiddenToolbar-height'].
";
981 z-index: ".$tplSettings[
'pos-hiddenToolbar-zindex'].
";
982 /* BACKGROUND IMAGE */
983 background-image: url('".$tplSettings[
'pos-hiddenToolbar-bg-image'].
"');
984 background-repeat:".$tplSettings[
'pos-hiddenToolbar-bg-repeat'].
";
985 background-position:".$tplSettings[
'pos-hiddenToolbar-bg-position'].
";
986 background-attachment:".$tplSettings[
'pos-hiddenToolbar-bg-attachment'].
";
987 background-size: ".$tplSettings[
'pos-hiddenToolbar-bg-size'].
";
988 ".$tplSettings[
'pos-hiddenToolbar-bg-gradient-longValue'].
"
989 ".$tplSettings[
'pos-hiddenToolbar-customCSS-longValue'].
"
990 background: ".$tplSettings[
'pos-hiddenToolbar-bgnone'].
";
994 -webkit-box-shadow: ".$tplSettings[
'pos-debug-box-shadow-width'].
" #".$tplSettings[
'pos-debug-box-shadow-color'].
";
995 -moz-box-shadow: ".$tplSettings[
'pos-debug-box-shadow-width'].
" #".$tplSettings[
'pos-debug-box-shadow-color'].
";
996 box-shadow: ".$tplSettings[
'pos-debug-box-shadow-width'].
" #".$tplSettings[
'pos-debug-box-shadow-color'].
";
997 border-width: ".$tplSettings[
'pos-debug-border-width'].
";
998 border-color: #".$tplSettings[
'pos-debug-border-color'].
";
999 border-style: ".$tplSettings[
'pos-debug-border-style'].
";
1000 border-radius: ".$tplSettings[
'pos-debug-border-radius'].
";
1001 padding: ".$tplSettings[
'pos-debug-padding'].
";
1002 overflow: ".$tplSettings[
'pos-debug-overflow'].
";
1003 visibility: ".$tplSettings[
'pos-debug-visibility'].
";
1004 text-align: ".$tplSettings[
'pos-debug-text-align'].
";
1005 vertical-align: ".$tplSettings[
'pos-debug-vertical-align'].
";
1006 margin-top: ".$tplSettings[
'pos-debug-marginTop'].
";
1007 margin-bottom: ".$tplSettings[
'pos-debug-marginBottom'].
";
1008 position: ".$tplSettings[
'pos-debug-position'].
";
1009 background-color: #".$tplSettings[
'pos-debug-bgcolor'].
";
1010 width: ".$tplSettings[
'pos-debug-width'].
";
1011 height: ".$tplSettings[
'pos-debug-height'].
";
1012 z-index: ".$tplSettings[
'pos-debug-zindex'].
";
1013 /* BACKGROUND IMAGE */
1014 background-image: url('".$tplSettings[
'pos-debug-bg-image'].
"');
1015 background-repeat:".$tplSettings[
'pos-debug-bg-repeat'].
";
1016 background-position:".$tplSettings[
'pos-debug-bg-position'].
";
1017 background-attachment:".$tplSettings[
'pos-debug-bg-attachment'].
";
1018 background-size: ".$tplSettings[
'pos-debug-bg-size'].
";
1019 ".$tplSettings[
'pos-debug-bg-gradient-longValue'].
"
1020 ".$tplSettings[
'pos-debug-customCSS-longValue'].
"
1021 background: ".$tplSettings[
'pos-debug-bgnone'].
";
1025 -webkit-box-shadow: ".$tplSettings[
'pos-outerBottom-box-shadow-width'].
" #".$tplSettings[
'pos-outerBottom-box-shadow-color'].
";
1026 -moz-box-shadow: ".$tplSettings[
'pos-outerBottom-box-shadow-width'].
" #".$tplSettings[
'pos-outerBottom-box-shadow-color'].
";
1027 box-shadow: ".$tplSettings[
'pos-outerBottom-box-shadow-width'].
" #".$tplSettings[
'pos-outerBottom-box-shadow-color'].
";
1028 border-width: ".$tplSettings[
'pos-outerBottom-border-width'].
";
1029 border-color: #".$tplSettings[
'pos-outerBottom-border-color'].
";
1030 border-style: ".$tplSettings[
'pos-outerBottom-border-style'].
";
1031 border-radius: ".$tplSettings[
'pos-outerBottom-border-radius'].
";
1032 padding: ".$tplSettings[
'pos-outerBottom-padding'].
";
1033 overflow: ".$tplSettings[
'pos-outerBottom-overflow'].
";
1034 visibility: ".$tplSettings[
'pos-outerBottom-visibility'].
";
1035 text-align: ".$tplSettings[
'pos-outerBottom-text-align'].
";
1036 vertical-align: ".$tplSettings[
'pos-outerBottom-vertical-align'].
";
1037 margin-top: ".$tplSettings[
'pos-outerBottom-marginTop'].
";
1038 margin-bottom: ".$tplSettings[
'pos-outerBottom-marginBottom'].
";
1039 position: ".$tplSettings[
'pos-outerBottom-position'].
";
1040 background-color: #".$tplSettings[
'pos-outerBottom-bgcolor'].
";
1041 width: ".$tplSettings[
'pos-outerBottom-width'].
";
1042 height: ".$tplSettings[
'pos-outerBottom-height'].
";
1043 z-index: ".$tplSettings[
'pos-outerBottom-zindex'].
";
1044 /* BACKGROUND IMAGE */
1045 background-image: url('".$tplSettings[
'pos-outerBottom-bg-image'].
"');
1046 background-repeat:".$tplSettings[
'pos-outerBottom-bg-repeat'].
";
1047 background-position:".$tplSettings[
'pos-outerBottom-bg-position'].
";
1048 background-attachment:".$tplSettings[
'pos-outerBottom-bg-attachment'].
";
1049 background-size: ".$tplSettings[
'pos-outerBottom-bg-size'].
";
1050 ".$tplSettings[
'pos-outerBottom-bg-gradient-longValue'].
"
1051 ".$tplSettings[
'pos-outerBottom-customCSS-longValue'].
"
1052 background: ".$tplSettings[
'pos-outerBottom-bgnone'].
";
1056 if (isset($_POST[
'getID']))
1058 $template->id = $_POST[
'getID'];
1060 if (isset(
$_GET[
'id']))
1062 $template->id =
$_GET[
'id'];
1066 $template->writeTemplateCssFile(
$db, $template->id,
$content, 0);
1068 $template->writeTemplateCssFile(
$db, $template->id,
$content, 1);
1071 sys::setTimeout(
"index.php?page=$redirect", 0);
print $lang['FILEMAN_UPLOAD']
Helper function to output custom (overriden) bootstrap css (settings.css)
Throws a fancy Bootstrap Alert (success, info, warning or danger)
Mysqli database class; returns db connection object.
The language class - support multilingual backend.
Settings class: get and set YaWK system settings.
The sys class - handles yawk's system core functions.
The template controller - get and set template settings.
static getTemplateSettingsArray($db, $templateID)
get all template settings into an array and return it
The default user class. Provide all functions to handle the user object.
if(!isset($template)) if(!isset($user)) $getID