1513072.jpg

Sivupohja on suunnilleen tuollainen...

 

Pohjan 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: #F0898D;
  text-decoration: none;
  }
a:visited {color: #F0898D;  
  text-decoration: none;
  }
a:hover {
  color: #F0898D;
  text-decoration: none;
  border-bottom: 2px #F0898D solid;
  }
a:active {color: #F0898D;
  text-decoration: none;
  border-bottom: 2px #F0898D solid;
  }
  body {
   background-color: #F9E2EA;
   font-family: Lucida Sans Unicode, Arial, Verdana, Lucida, Helvetica, MS Sans Serif;
   font-size: 10pt;
   margin-top: 20px;
   color: #000000;
  }
  #vasenreuna {
   width: 190px;
   border-left: 5px #F0898D double;
   border-top: 5px #F0898D double;
   border-bottom: 5px #F0898D double;
   background-color: #FCF3F7;
  }
  #blogialue {
    width: 570px;
    border-left: 5px #F0898D double;
    border-right: 5px #F0898D double;
    border-bottom: 5px #F0898D double;
    background-color: #FCF3F7;
  }
  #oikeareuna {
   width: 210px;
   border-right: 5px #F0898D double;
   border-top: 5px #F0898D double;
   border-bottom: 5px #F0898D double;
   background-color: #FCF3F7;
  }
  .blogiotsikko {
background-image:
url('http://photobucket.com/image/winx%20tecna/Star_blossom/winx%20club/winxcharacter_tecna.jpg?o=23');
   background-repeat: no-repeat;
   background-position: top;
   font-size: 22pt;
   font-weight: bold;
   padding-top: 15px;
   padding-bottom: 315px;
   padding-left: 10px;
   text-align: left;
   border-right: 5px #F0898D double;
   border-top: 5px #F0898D double;
   border-left: 5px #F0898D double;
   border-bottom: 1px #F0898D solid;
   font-family: Lucida Sans Unicode, Arial, Verdana, Lucida, Helvetica, MS Sans Serif;
  }
  /* .laatikko_kirjoittaja, .laatikko_kategoriat, .laatikko_arkisto { */
  .laatikko {
   padding: 4px;
   border-bottom: 1px #F0898D solid;
  }
  .laatikko_otsikko {
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   font-size: 8pt;
  }
  .laatikko_syndikaatio {
     border: none;
     text-align: right;
  }
  .laatikko_syndikaatio img {
    border: 0px;
    margin-bottom: 2px;
  }
  .laatikko_syndikaatio .laatikko_otsikko {
    display: none;
  }
  .otsikko {
   font-weight: bold;
  }
  .kontaktirivi {
    text-transform: uppercase;
    font-size: 8pt;
   }
  .kirjoitusaika, .kommenttiaika {
   font-size: 8pt;
   text-transform: uppercase;
   text-align: center;
   color: #000000;
  }
  .kirjoitusotsikko {
   font-family: Lucida Sans Unicode, Arial, Verdana, Lucida, Helvetica, MS Sans Serif;
   font-size: 14pt;
   text-align: center;
  }
  .kirjoitus, #page {
    color: #000000;
    padding: 0.5em;
    border-bottom: 1px #F0898D solid;
  }
  .kirjoitusteksti {
    font-size: 10pt;
  }
  .kirjoituslinkit {
   padding-top: 0.3em;
   color: #000000;
   font-size: 7pt;
   text-align: center;
   text-transform: uppercase;
  }
  .arkisto_vuosi {
   font-weight: bold;
  }
  .arkisto_kuukausi {
    margin-left: 2em;
   }
 .kommentti, #kommentointilaatikko {
    padding: 0.5em;
    border-bottom: 1px #F0898D solid;
  }
  .kommentoija {
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 9pt;
  }
  #kommentointilaatikko input[type="text"] {
   width: 275px;
   border: 1px #F0898D solid;
  }
  #kommentointilaatikko textarea {
   width: 375px;
   height: 75px;
   border: 1px #F0898D solid;
  }
 -->
  </style>
 </head>
 <body>
<? banner ?>
<table cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
    <td valign="top">
    <div id="vasenreuna">
    <? laatikot{kirjoittaja} ?>
    <? laatikot{kategoriat} ?>
    <? laatikot{arkisto} ?>
    <? laatikot{sivut} ?>
    <? laatikot{syndikaatio} ?>
       </div>
    </td>
    <td valign="top">
<div class="blogiotsikko">
         <a href="/"><? bloginNimi ?></a>
          </div>
<div id="blogialue">
        <? sisalto ?></div>
    </td>
    <td valign="top">
    <div id="oikeareuna">
    <? laatikot{ei(kirjoittaja,kategoriat,arkisto,sivut,syndikaatio)} ?>
       </div>
    </td>
</tr>
</table>
</body>
</html> <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />