Example #1
0
; text-shadow: 1px 1px 1px #999999; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-decoration: none; }
#header a:link, #footer a:link			{ color: #<?php 
echo config_item('design_header_link_color_normal');
?>
; text-decoration: none; }
#header a:visited, #footer a:visited 	{ color: #<?php 
echo config_item('design_header_link_color_visited');
?>
; text-decoration: none; }
#header a:hover, #footer a:hover 		{ color: #<?php 
echo config_item('design_header_link_color_hover');
?>
; text-decoration: none; }
#header a:active, #footer a:active 		{ text-decoration: underline; }
#footer 								{ width: 100%; position: relative; margin-top: -123px; height: 123px; clear:both; background: <?php 
echo make_css_background('header');
?>
; font-size: 14px; }

#name 								{ width: 625px; height: 72px; display: block; position: relative; top: 40px; left: 0; float: left; }
#name a, #name a h1 				{ width: 100%; height: 100%; display: block; position: relative; top: 0px; left: 0px; font-size: 72px; line-height: 72px; color: #<?php 
echo config_item('design_header_link_color_normal');
?>
; text-shadow: 1px 1px 1px #999999; }
#name a:hover, #name a:hover h1		{ color: #<?php 
echo config_item('design_header_link_color_hover');
?>
; text-shadow: 1px 1px 1px #999999; }
</style>
<script type="text/javascript" src="<?php 
echo base_url();
?>
feed" />
<link rel="alternate" type="application/rss+xml" title="<?php 
echo $site_title;
?>
 RSS 2.0 Comments" href="<?php 
echo base_url();
?>
feed/comments" />
<link type="text/css" href="<?php 
echo $dashboard_assets;
?>
style.css" rel="stylesheet" media="screen" />
<style type="text/css">
body { background: <?php 
echo make_css_background('site');
?>
; }
</style>
<script type="text/javascript" src="<?php 
echo base_url();
?>
js/jquery.js"></script>
<script type="text/javascript" src="<?php 
echo base_url();
?>
js/jquery-ui.js"></script>
<script type="text/javascript" src="<?php 
echo base_url();
?>
js/social.core.js"></script>