Created
November 29, 2012 13:36
-
-
Save marti1125/4169136 to your computer and use it in GitHub Desktop.
berta cms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Line 220 template.tpl | |
<h1 class="{ messClasses property='siteHeadingXY' }{ if $berta.settings.heading.position == 'fixed' } xFixed{ /if }" > | |
Line 226 | |
<a href="#">{ $siteHeading }</a> | |
#contentContainer h1 { | |
padding: 0px auto; | |
margin: 0px auto; | |
z-index: 50000; | |
color: <? echo $s->get('heading', 'color') ?>; | |
font-family: <? echo $s->getFont('heading') ?>; | |
font-size: <? echo $s->get('heading', 'fontSize') ?>; | |
font-weight: <? echo $s->get('heading', 'fontWeight') ?>; | |
font-style: <? echo $s->get('heading', 'fontStyle') ?>; | |
font-variant: <? echo $s->get('heading', 'fontVariant') ?>; | |
line-height: <? echo $s->get('heading', 'lineHeight') ?>; | |
/*position: <? echo $s->get('heading', 'position') ?> !important;*/ | |
/*position: fixed;*/ | |
top: 30px; | |
left: 50% !important; | |
margin-left: -70px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment