Your IP : 216.73.216.240


Current Path : /home/juvelize/martine/templates/ah-68-kleines-schwarzes/php/
Upload File :
Current File : /home/juvelize/martine/templates/ah-68-kleines-schwarzes/php/template.php

<style type="text/css">
/*--------------------------------------------------------------------------------
# ah-68 Kleines Schwarzes 3.x - Januar 2014 (J3.x)
# Copyright (C) 2006-2013 www.ah-68.de All Rights Reserved.
----------------------------------------------------------------------------------*/
body {
	font-family: <?php echo $this->params->get('bodyfontfamily');?>;
	font-size: <?php echo $this->params->get('bodyfontsize');?>px;
	line-height: <?php echo $this->params->get('bodylineheight');?>;  
	background-image: <?php if (($this->params->get('bodybgsunburst')) !=0) : ?>url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/bg-full-burst.png),<?php endif; ?>
	url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/pattern/<?php echo $this->params->get('bodybg');?>);
	background-position: <?php if (($this->params->get('bodybgsunburst')) !=0) : ?>center top,<?php endif; ?> left top;
	background-repeat: <?php if (($this->params->get('bodybgsunburst')) !=0) : ?>no-repeat,<?php endif; ?> repeat;
	background-attachment: <?php if (($this->params->get('bodybgsunburst')) !=0) : ?>scroll,<?php endif; ?> fixed}
.logo {
    height: <?php echo $this->params->get('logoheight'); ?>px}
h1 {
	font-family: <?php echo $this->params->get('h1fontfamily'); ?>;
	font-size : <?php echo $this->params->get('h1fontsize'); ?>px;
	font-weight : <?php echo $this->params->get('h1fontweight'); ?>;
	line-height: <?php echo $this->params->get('h1lineheight'); ?>
}
h2 {
	font-family: <?php echo $this->params->get('h2fontfamily'); ?>;
	font-size : <?php echo $this->params->get('h2fontsize'); ?>px;
	font-weight: <?php echo $this->params->get('h2fontweight'); ?>;
	line-height: <?php echo $this->params->get('h2lineheight'); ?>
}
h3 {
	font-family: <?php echo $this->params->get('h3fontfamily'); ?>;
	font-size: <?php echo $this->params->get('h3fontsize'); ?>px;
	font-weight : <?php echo $this->params->get('h3fontweight'); ?>
}
<?php if (($this->params->get('logotypo')) !=0) : ?>
h2.logotypo {
	font-size : <?php echo $this->params->get('h2logofontsize'); ?>px;
	font-weight: <?php echo $this->params->get('h2logofontweight'); ?>;
	line-height: <?php echo $this->params->get('h2logolineheight'); ?>
}
<?php endif; ?>
</style>