| 7 |
.accesskey { text-decoration: underline; } |
.accesskey { text-decoration: underline; } |
| 8 |
img { border: 0; } |
img { border: 0; } |
| 9 |
a { text-decoration: none; } |
a { text-decoration: none; } |
| 10 |
.header { background-color: <?php print theme('mobi_loader_background_color', 'header', '#eef7fc') ?>; 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('mobi_loader_background_color', 'content', '#ffffff') ?>; } |
.content { background-color: <?php print theme_get_setting('mobi_content_background_color') ?>; } |
| 12 |
.footer { background-color: <?php print theme('mobi_loader_background_color', 'footer', '#eef7fc') ?>; color: blue; border-top: solid 1px blue; margin: 10px 0 0 0; } |
.footer { 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('mobi_loader_background_color', 'left', '#ffffff') ?>; } |
.sidebar-left { background-color: <?php print theme_get_setting('mobi_left_background_color') ?>; } |
| 15 |
<?php } ?> |
<?php } ?> |
| 16 |
<?php if ($sidebar_right) { ?> |
<?php if ($sidebar_right) { ?> |
| 17 |
.sidebar-right { background-color: <?php print theme('mobi_loader_background_color', 'right', '#ffffff') ?>; } |
.sidebar-right { background-color: <?php print theme_get_setting('mobi_right_background_color') ?>; } |
| 18 |
<?php } ?> |
<?php } ?> |
| 19 |
</style> |
</style> |
| 20 |
</head> |
</head> |
| 21 |
<body> |
<body> |
| 22 |
<div class="header"> |
<div class="header"> |
| 23 |
<?php if ($logo) { ?><img src="<?php print $logo ?>" alt="logo" /><br /><?php } ?> |
<?php if ($logo) { ?><img src="<?php print $logo ?>" alt="logo" /><br /><?php } ?> |
| 24 |
<?php if (isset($primary_links)) { ?><?php print theme('mobi_loader_primary_links', $primary_links) ?><?php } ?> |
<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links) ?><?php } ?> |
| 25 |
</div> |
</div> |
| 26 |
<?php if ($sidebar_left) { ?><div class="sidebar-left"><?php print $sidebar_left ?></div><hr /><?php } ?> |
<?php if ($sidebar_left) { ?><div class="sidebar-left"><?php print $sidebar_left ?></div><hr /><?php } ?> |
| 27 |
<div class="content"> |
<div class="content"> |