| 9 |
a { text-decoration: none; } |
a { text-decoration: none; } |
| 10 |
.header { font-size: small; background-color: <?php print theme_get_setting('mobi_header_background_color') ?>; color: blue; border-bottom: solid 1px blue; margin: 0 0 5px 0; padding: 2px; } |
.header { font-size: small; background-color: <?php print theme_get_setting('mobi_header_background_color') ?>; color: blue; border-bottom: solid 1px blue; margin: 0 0 5px 0; padding: 2px; } |
| 11 |
.content { background-color: <?php print theme_get_setting('mobi_content_background_color') ?>; } |
.content { background-color: <?php print theme_get_setting('mobi_content_background_color') ?>; } |
| 12 |
.footer { background-color: <?php print theme_get_setting('mobi_footer_background_color') ?>; color: blue; border-top: solid 1px blue; margin: 10px 0 0 0; } |
.footer { font-size: small; background-color: <?php print theme_get_setting('mobi_footer_background_color') ?>; color: blue; border-top: solid 1px blue; margin: 10px 0 0 0; } |
| 13 |
<?php if ($sidebar_left) { ?> |
<?php if ($sidebar_left) { ?> |
| 14 |
.sidebar-left { background-color: <?php print theme_get_setting('mobi_left_background_color') ?>; } |
.sidebar-left { background-color: <?php print theme_get_setting('mobi_left_background_color') ?>; } |
| 15 |
<?php } ?> |
<?php } ?> |
| 37 |
</div> |
</div> |
| 38 |
<?php if ($sidebar_right) { ?><hr /><div class="sidebar-right"><?php print $sidebar_right ?></div><?php } ?> |
<?php if ($sidebar_right) { ?><hr /><div class="sidebar-right"><?php print $sidebar_right ?></div><?php } ?> |
| 39 |
<div class="footer"> |
<div class="footer"> |
| 40 |
|
<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links) ?><?php } ?> |
| 41 |
<?php print $footer_message ?> |
<?php print $footer_message ?> |
| 42 |
</div> |
</div> |
| 43 |
<?php print $closure; ?> |
<?php print $closure; ?> |