Tässä on teille jolleikkin jotka haluavat LC Weckerin vanhoja pohjia! (JOTKA OLEN TEHNYT ITSE!) Kommentoikaa jos olette ottaneet. ;)

 

1246202744_img-d41d8cd98f00b204e9800998e

KOODI:

<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
  <? headOsio ?>
  <title><? bloginNimi ?></title>
  <style type="text/css">
  <!--
a:link {color: #E060A0;
  text-decoration: none;
  }
a:visited {color: #E060A0;
  text-decoration: none;
  }
a:hover {
  color: #E060A0;
  text-decoration: none;
  font-weight: bold;
  }
a:active {color: #E060A0;
  text-decoration: none;
  font-weight: bold;
  }
  body {
    font-family: Arial;
    font-size: 10pt;
    padding: 0px;
    margin-top: 16px;
    color: #000000;
    background-color: #E060A0;
  }
  #sivu {
    width: 900px;
    background-image: url('http://www.graphicsarcade.com/backgrounds/flowers/flowers_42.gif');
    background-repeat: repeat-x, repeat-y;
  }
  .blogname {
    font-size: 26pt;
    text-align: center;
    font-family: Arial;
    background-color: #FFFFFF;
    border: 4px #E060A0 ridge;
    width: 891px;
    height: 50px;
    padding-top: 10px;
    margin-bottom: 0.2em;
  }
  .laatikko_otsikko {
    text-align: center;
    font-weight: bold;
  }
  .laatikko_syndikaatio img {
    border: 0px;
  }
  .laatikko {
    color: #000000;
    padding: 0.5em;
    margin-bottom: 0.5em;
    background-color: #FFFFFF;
    border: 4px #E060A0 ridge;
  }
  .otsikko, .arkisto_vuosi {
    font-weight: bold;
  }
  .arkisto_kuukausi {
    margin-left: 1em;
   }
  .kirjoitusaika, .kommenttiaika {
    font-size: 15pt;
    text-transform: uppercase;
    text-align: center;
  }
  .kirjoitusotsikko {
    font-size: 14pt;
    font-family: Arial;
    text-align: center;
  }
  .kirjoitus, #page {
    color: #000000;
    padding: 0.5em;
    margin-bottom: 3pt;
    background-color: #FFFFFF;
    border: 4px #E060A0 ridge;
  }
  .kirjoitusteksti {
    font-size: 10pt;
  }
  .kirjoituslinkit {
    padding-top: 0.3em;
    font-size: 9pt;
    text-align: center;
  }
  .kommentti, #kommentointilaatikko {
    background-color: #FFFFFF;
    border: 4px #E060A0 ridge;
    padding: 0.5em;
    margin-bottom: 0.5em;
  }
  .kommentoija {
    text-align: center;
  }
  #kommentointilaatikko input[type="text"] {
   width: 275px;
   background-color: #FFFFFF;
   border: 1px #E060A0 solid;
  }
  #kommentointilaatikko textarea {
   width: 375px;
   height: 75px;
   background-color: #FFFFFF;
   border: 1px #E060A0 solid;
  }
  -->
  </style>
 </head>
 <body>
  <? banner ?>
  <table border="0" width="900" align="center" cellpadding="0" cellspacing="0">
   <tr>
    <td colspan="2">
     <table border="0" width="900" align="center" cellpadding="0" cellspacing="0" style="background-image: url('http://www.graphicsarcade.com/backgrounds/flowers/flowers_42.gif')">
      <tr>
       <td><img src="http://vuodatus.net/images/spacer.gif" width="1" height="300" alt=""/></td>
       <td valign="bottom"><div class="blogname"><a href="/"><? bloginNimi ?></a><img src="http://vuodatus.net/images/spacer.gif" width="15" height="1" alt=""/></div></td>
      </tr>
     </table>
    </td>
   </tr><tr><td>
    <div id="sivu">
      <table align="center" valign="top"></td></tr>
   <tr>
    <td valign="top" width="630">
     <div style="padding: 0em">
      <? sisalto ?>
     </div>
    </td>
    <td width="250" valign="top">
     <div style="padding: 0em">
      <? laatikot{kirjoittaja} ?>
      <? laatikot{arkisto} ?>
      <? laatikot{kategoriat} ?>
      <? laatikot{syndikaatio} ?>
      <? laatikot{sivut} ?>
      <? laatikot{ei(sivut,kirjoittaja,arkisto,kategoriat,syndikaatio)} ?>
     </div>
    </td>
   </tr>
  </table>
 </body>
</html>