Nej, det er ikke et tema jeg selv har lavet.
Ok, så får i hele smøren - så kan i måske se hvor jeg skal sættes ind ;-)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
<style type="text/css">
/* html selectors */
html, body {
background-color: #FFF;
}
/* navigation block */
#nav ul li a {
color: <?php get_nav_text(); ?>;
border-right: 1px solid <?php get_nav_bord(); ?>;
}
#nav ul li a:hover {
color: <?php get_nav_htex(); ?>;
background-color: <?php get_nav_lite(); ?>;
}
/* announcement block */
#announce {
background-color: <?php get_ance_back(); ?>;
color: <?php get_ance_text(); ?>;
border-bottom: 1px solid <?php get_ance_outl(); ?>;
border-top: 1px solid <?php get_ance_outl(); ?>;
border-left: 1px solid <?php get_ance_outl(); ?>;
border-right: 1px solid <?php get_ance_outl(); ?>;
}
#announce a:link, .announce a:visited {
background-color: <?php get_ance_back(); ?>;
color: <?php get_ance_link(); ?>;
}
#announce a:hover, .announce a:active {
background-color: <?php get_ance_back(); ?>;
color: <?php get_ance_link(); ?>;
}
/* posts */
.main p {
color: <?php get_post_text(); ?>;
}
.main a:link, .main a:visited {
color: <?php get_post_link(); ?>;
}
.main a:hover, .main a:active {
color: <?php get_post_link(); ?>;
background-color: #FFF;
}
.main h2 {
color: <?php get_post_head(); ?>;
}
.main h2 a:link, .main h2 a:visited {
color: <?php get_post_head(); ?>;
}
.main h2 a:hover, .main h2 a:active {
color: <?php get_post_head(); ?>;
}
.main h3 {
color: <?php get_post_head(); ?>;
}
.main ul, .main ol {
color: <?php get_post_text(); ?>;
}
.meta {
color: <?php get_post_text(); ?>;
border-top: 1px solid <?php get_post_divi(); ?>;
}
.meta a:link, .meta a:visited {
color: <?php get_post_link(); ?>;
}
.meta a:hover, .meta a:active {
color: <?php get_post_link(); ?>;
}
.postnav {
color: <?php get_post_link(); ?>;
}
.postnav li.left {
color: <?php get_post_link(); ?>;
}
.postnav li.right {
color: <?php get_post_link(); ?>;
}
.left a {
color: <?php get_post_link(); ?>;
}
.right a {
color: <?php get_post_link(); ?>;
}
.left a:hover, .right a:hover {
color: <?php get_post_link(); ?>;
}
.left a:active, .right a:active {
color: <?php get_post_link(); ?>;
}
/* comments & trackbacks */
.comment_area, .trackback_area {
color: <?php get_comm_text(); ?>;
}
#comm_text {
border-top: 1px solid <?php get_comm_outl(); ?>;
margin-top: 8px;
}
.comment_area p, traceback_area p {
color: <?php get_comm_text(); ?>;
}
.comment_area a, .comment_area a:visited, .comment_area a:active {
color: <?php get_comm_link(); ?>;
}
.comment_area a:hover {
color: <?php get_comm_link(); ?>;
}
.commenter {
color: <?php get_comm_subh(); ?>;
}
.commenter p a, .commenter p a:visited, .commenter p a:active {
color: <?php get_comm_subh(); ?>;
}
.commenter p a:hover {
color: <?php get_comm_subh(); ?>;
}
.comment_info {
color: <?php get_comm_subh(); ?>;
}
.comment_number {
color: <?php get_comm_subh(); ?>;
}
.comment_number a, .comment_number a:visited, .comment_number a:active {
color: <?php get_comm_subh(); ?>;
}
.comment_number a:hover {
color: <?php get_comm_subh(); ?>;
}
#comments h2 {
color: <?php get_comm_head(); ?>;
}
/* sidebar */
#side h2 {
color: <?php get_side_head(); ?>;
}
#side ul {
border-top: 1px solid <?php get_side_divi(); ?>;
color: <?php get_side_text(); ?>;
}
#side ul a {
border-bottom: 1px solid <?php get_side_divi(); ?>;
color: <?php get_side_text(); ?>;
}
#side ul a:hover {
color: <?php get_side_htex(); ?>;
background-color: <?php get_side_lite(); ?>;
}
/* footer */
#foot {
color: <?php get_foot_text(); ?>;
border-top: 1px solid #BBB;
border-bottom: 1px solid #777;
border-left: 1px solid #777;
border-right: 1px solid #777;
background-color: #FFF;
}
#foot p {
color: <?php get_foot_text(); ?>;
}
#foot p a:link, #foot p a:visited {
color: <?php get_foot_link(); ?>;
}
#foot p a:hover, #foot p a:active {
color: <?php get_foot_link(); ?>;
}
/* calendar */
.pad {
background-color: <?php get_cale_dead(); ?>;
color: <?php get_cale_text(); ?>;
}
#wp-calendar caption {
color: <?php get_cale_head(); ?>;
}
#wp-calendar a:link, #wp-calendar a:visited {
color: <?php get_cale_link(); ?>;
}
#wp-calendar a:hover, #wp-calendar a:active {
color: <?php get_cale_link(); ?>;
}
#wp-calendar td {
border: 1px solid <?php get_cale_outl(); ?>;
color: <?php get_cale_text(); ?>;
}
#wp-calendar td a:link, a:visited {
color: <?php get_cale_link(); ?>;
}
#wp-calendar td a:hover, a:active {
color: <?php get_cale_link(); ?>;
}
#wp-calendar th {
color: <?php get_cale_days(); ?>
}
</style>
</head>
<body>
<div id="blog">
<?php get_low_navbar(); ?>
<div id="banner">
<?php bloginfo('template_directory'); ?>/headers/<?php echo get_option('low_header'); ?><?php } else { ?><?php bloginfo('template_directory'); ?>/headers/lowstream210.jpg<?php } ?>" border="0" alt="Header" />
</div>