Gonzo theme for WordPress - cheap and cheerful tables based design with no trackback or commenting - so last century! Keith Burnett, keith@bodmas.org, December 2005. Copy and paste the code below into two files, one with file name 'style.css' and the other 'index.php' Place these files in a folder called 'gonzo' in your WordPress themes folder Make sure that the banner images are in the appropriate directory in your Web server - I have put mine in an images folder in the root of the Web server. ++++++++++++++++++++++++++++++++++++++++++++++ style sheet - style.css ++++++++++++++++++++++++++ /* Theme Name: Dr Gonzo Theme URI: http://bodmas.org/ Description: Tables based layout - minimal, based on one page. Version: 0.0 Author: Keith Burnett Author URI: http://bodmas.org/ */ body {font-family: Arial, sans-serif;} .header {background-color: #ccffcc; color: #999999;} .header a {text-decoration: none; color:#666666; } .header a:hover {text-decoration: underline; background-color: yellow; } .nav {background-color: whitesmoke; color: #666666; font-size: 0.8em;} .nav h2 {padding:0px;margin:0px;font-size: 2.0em; color: #666666;} .nav h2 a {text-decoration: none; color: #666666; } .nav h2 a:hover {text-decoration: underline; background-color: yellow; } .nav h3 {padding:0px;margin:0px;} .nav ul {} .nav ul a {text-decoration: none; color: black; } .nav ul a:hover {text-decoration: underline; background-color: yellow; } .content {background-color: white; color: #000000;} .content h2 { color: #666666; } .content h2 a {text-decoration: none; color: #666666; } .content h2 a:hover {text-decoration: underline; background-color: yellow; } .footer {background-color: #ffffff; color: #000000; font-size: small;} .pageitem {;} ++++++++++++++++++++++++++++++++++++++++++ main page - index.php +++++++++++++++++++++++++++ <?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?> " BORDER="0" ALT="">

/

You are currently browsing the weblog archives for the day .

/

You are currently browsing the weblog archives for the year .

/ ''

You are currently browsing the weblog archives.

  • |

Not Found

| Posted in |

Not Found

++++++++++++++++++++++++++++++++++++++++++++++++++ end of theme ++++++++++++++++++++++++++++++++++++++++++++++++++++++