×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    DrOwl/23meblog/20050318: Difference between revisions

    Content added Content deleted
    imported>DrOwl
    m (another site backup =))
    (No difference)

    Revision as of 13:33, 18 March 2005

    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <title><$BlogTitle$> 2+3=5</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <link rel="alternate" type="application/rss+xml" title="RSS" href="http://23.me.uk/atom/index.xml" />
    
     <!-- Blogger Meta Information -->
     <$BlogMetaData$>
     <!-- Blogger Meta Information end-->
    
     <script type="text/Javascript"> 
    
      function showhidedivnew (divid,divclass) { 
       whichpost = document.getElementById(divid);  
       if (whichpost.className=="divhidden") { 
          whichpost.className=divclass; 
       } 
       else { 
          whichpost.className="divhidden"; 
       } 
      }
    
      function showhidediv (divid) { 
       whichpost = document.getElementById(divid);  
       if (whichpost.className=="divhidden") { 
          whichpost.className="divshown"; 
       } 
       else { 
          whichpost.className="divhidden"; 
       } 
      }
      </script> 
    
    
     <style type="text/css">
     <!--
    
        h1 {border-bottom:dotted 1px #000000;margin-bottom:0px;}
        h2 {margin-bottom:1px;font-size: 16pt;}
        h3 {padding-top:30px;padding-bottom:0px;margin-bottom:0px;}
    
        body {
          font-size:1em;
          padding:0px;
          background:#ffffff;
          color:#000000;
        }
    
        a:link {color: #000000; text-decoration:underline;font-size:105%;}
        a:hover {color: #7722CC; text-decoration:line-through; }
        a:visited {color: #774477; text-decoration:none;}
        a:visited:hover {color: #7722CC; text-decoration:line-through; }
    
        .divhidden {display:none;}
        .divshown {display:inline;}
    
        .tinytxt {font-size: 6pt;}
    
    
    /* Main Layout */
    
        #menu {
          width: 100%;
          float: left;
        }
    
        #header {
          width: 100%;
          float: left;
        }
    
    
        #left {
          top: 1px;
          width: 80%;
          float: left;
        }
    
        #right {
          width: 20%;
          top: 1px;
          float: left;
        }
    
    
        #right li { list-style-type: none; }
    
    
        #footer {
          width: 100%;
          float: left;
        }
    
    /* main menu */
    
          .menu {
            background-color: #550055;
            color: #ffffff;
            font-family: Arial, Verdana, Geneva;
            font-size: 12pt;
            font-weight: bold;
            text-decoration: none;
            border-radius-topleft: 1em;
            border-radius-bottomleft: 1em;
            -moz-border-radius-topleft: 1em; 
            -moz-border-radius-bottomleft: 1em;
            border-radius-topright: 1em;
            border-radius-bottomright: 1em;
            -moz-border-radius-topright: 1em; 
            -moz-border-radius-bottomright: 1em;
           }
    
           .menu:link {
             color: #ffffff;
             text-decoration:none; 
           }
    
           .menu:hover {
             background-color: #000000;
             color: #aaaaaa; 
           }
    
           .menu:active{
             background-color: #aaffaa;
             color: #aaaaaa;
             font-family: Arial, Verdana, Geneva;
             font-size: 12pt;
             font-weight: bold;
             text-decoration: none
           }
    
           .menu:active:hover{
             background-color: #000000;
             color: #000000;
             font-family: Arial, Verdana, Geneva;
             font-size: 12pt;
             font-weight: bold;
             text-decoration: none
           }
    
           .menu:visited{
             color: #66bb66; 
             font-family: Arial, Verdana, Geneva;
             font-size: 12pt;
             font-weight: bold;
             text-decoration: none
           }
    
           .menu:visited:hover{
             background-color: #000000;
             color: white
           }
    
           .menubox{
             background-color: #550055;
             color: #000000;
             border: 1px #00aaff solid;
             bottom: auto;
             left: auto;
             margin-top: 0px;
             padding-top: 0px;
             padding: 2px;
             position: relative;
             right: auto;
             text-align: center;
             width: auto;
             border-radius-topleft: 1em;
             border-radius-bottomleft: 1em;
             -moz-border-radius-topleft: 1em; 
    
    
             -moz-border-radius-bottomleft: 1em;
             border-radius-topright: 1em;
             border-radius-bottomright: 1em;
             -moz-border-radius-topright: 1em; 
             -moz-border-radius-bottomright: 1em;
    }
    
    /* end main menu */
    
    /* blog section */
    
        .blog {
          color:#000000;
          font-size: 12pt;
          width: 100%;
          padding-right: 5px
        }
    
        .bloghead {
          width: 100%;
          background-color: #000000;
          color: #ffffff;
          border-radius-topright: 1em;
          border-radius-bottomright: 1em;
          -moz-border-radius-topright: 1em; 
          -moz-border-radius-bottomright: 1em;
        }
    
        .blogheadmid {
          font-size: 16pt;
          max-width: 80%;
          display: inline;
          vertical-align:text-bottom;
          background-color: transparent;
          color: #ffffff
        }
    
        .bloghead a:link {color: #ffffff; text-decoration:underline;}
        .bloghead a:hover {color: #aaaaaa; text-decoration:none; }
        .bloghead a:visited {color: #66bb66; text-decoration:none;}
    
        .blogfoot {
          color: #772277;
          font-size: 90%;
          width: 100%;
        }
    
        .blogfoot A:link {color: #772277; text-decoration:none;}
        .blogfoot A:hover {color: #7722CC; text-decoration:line-through; }
        .blogfoot A:visited {color: #774477; text-decoration:line-through;}
    
        .blogcomment {
          width: 100%;
          display:none;
        }
    
        .postshlink {text-decoration:none;color:#aaaaaa;font-size:10pt;}
    
    /* other section */
    
    
        .linkhead {
          width: 100%;
          background-color: #000000;
          color: #ffffff;
          border-radius-topleft: 1em;
          border-radius-bottomleft: 1em;
          -moz-border-radius-topleft: 1em; 
          -moz-border-radius-bottomleft: 1em;
          float: right;
        }
    
        .linkhead a:link {color: #ffffff; text-decoration:underline;}
        .linkhead a:hover {color: #aaaaaa; text-decoration:none; }
        .linkhead a:visited {color: #66bb66; text-decoration:none;}
    
    
        .linkbox {
          background-color: #550055;
          color:#000000;
          border-radius-bottomleft: 1em;
          -moz-border-radius-bottomleft: 1em;
          float: right;
        }
    
           .linkbox a:hover {
             background-color: #000000;
             color: #aaaaaa;
             text-decoration: none;
             padding: 2px;
             border-radius-topleft: 1em;
             border-radius-bottomleft: 1em;
             -moz-border-radius-topleft: 1em; 
             -moz-border-radius-bottomleft: 1em;
             border-radius-topright: 1em;
             border-radius-bottomright: 1em;
             -moz-border-radius-topright: 1em; 
             -moz-border-radius-bottomright: 1em;
           }
    
        .linkbox a:link {color: #ffffff; text-decoration:underline;}
        .linkbox a:visited {color: #eebbee; text-decoration:none;}
    
      -->
      </style>
    </head>
    
    <body>
    <!-- menu Header end-->
      <div id="menu">
        <p  align="center"  style="width:80%; left: 10% ;
    	border:1px #0000ff solid;
    	background-color:#550055;" class="menubox">
          <a class="menu" href="/index.php" title="home">  Home  </a>
          <a class="menu" href="/textUtils.php" title="Text Utils">  Text Utils  </a>
          <a class="menu" href="http://is-root.de/wiki/" target="_new" title="Seti23 WiKi" >  Seti²³ WiKi  </a>
          <a class="menu" href="/moon23.php#contact">  contact  </a>
          <a class="menu" href="/blog/">  blog</a>
          <a class="menu" href="/blog/arch/">.arch</a>
          <a class="menu" href="/atom/index.xml">.feed  </a>
        </p>
    
      </div>
    <!-- menu Header end-->
    <!-- Page Header -->
      <div id="header">
    <pre>  ___  ____                     _     _             
     |__ \|___ \                   | |   | |            
        ) | __) |  _ __ ___   ___  | |__ | | ___   __ _ 
       / / |__ <  | '_ ` _ \ / _ \ | '_ \| |/ _ \ / _` |
      / /_ ___) | | | | | | |  __/ | |_) | | (_) | (_| |
     |____|____/  |_| |_| |_|\___| |_.__/|_|\___/ \__, |
                                                   __/ |
                <a title="Welcome to the 23 me Blog" href="http://23.me.uk/blog/2004/12/welcome-and-questions.html">Welcome and Questions?</a>            |___/ 
    
       <Blogger>
    
             <a class="postshlink" title="Show or Hide the body of this bloG" href="javascript:showhidediv('blogbody-<$BlogItemNumber$>')">[-/+]</a><--
    
    <a title="Follow the link for this BloG {<$BlogItemURL$>}" href="<$BlogItemURL$>" target="_new"><$BlogItemTitle$></a>
             <a title="<$BlogItemNumber$>" name="<$BlogItemNumber$>">--></a>
    

    <div id="blogbody-<$BlogItemNumber$>" class="divshown">

           <$BlogItemBody$>
    
             <--<$BlogItemDateTime$> -->  <$BlogItemControl$>
    <--<a target="_new" title="Follow the link for this BloG" href="<$BlogItemURL$>">Follow me</a>--> <--<a title="This PoSt only" href="<$BlogItemPermalinkURL$>">Just me</a>-->
             <--<a target="_new" title="Make a comment on this BloG" href="http://www.blogger.com/comment.g?blogID=6303179&postID=<$BlogItemNumber$>">Write</a>
              | <a title="Read <$BlogItemCommentCount$> comment's on this BloG" href="javascript:showhidediv('blogComment-<$BlogItemNumber$>')"><$BlogItemCommentCount$> to Read</a>-->
           <div id="blogComment-<$BlogItemNumber$>" class="divhidden">
           <BlogItemComments>
             <a name="<$BlogCommentNumber$>"></a>
    <$BlogCommentBody$>
    <-- <$BlogCommentAuthor$>, <$BlogCommentDateTime$> --> <$BlogCommentDeleteIcon$> </BlogItemComments>


       </blogger>


    </body> </html>

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.