abscond : Design 2 « Templates « HTML / CSS






abscond

     

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Abscond</title>
<style type='text/css'>
html
{
  margin: 0;
  padding: 0;
  color: #444444;
  background-color: #556175;
  font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a { text-decoration: none; font-weight: bold; }

a:link { color: #48546f; border-bottom: 1px dotted #5384bc; }

a:visited { color: #626b7d; border-bottom: 1px dotted #78a5d4; }

a:hover, a:active { color: #000000; border-bottom: 1px solid #000000; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #43506b; margin: 1em 0 .5em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

/* Other Html Elements */

ul, ol, blockquote, pre
{
  color: #555555;
  line-height: 2.0em; 
  padding: 10px 10px 10px 30px;
}

ul { list-style-type: square; }

blockquote { padding: 10px; margin: 10px; }

blockquote, pre { background-color: #dddddd; border: 1px solid #bbbbbb; }

pre { overflow: auto; font: 11px Consolas, Verdana, "Courier New"; }

ins { text-decoration: none; color: #9e624a; }

del { color: #666666; }

table
{
  width: 95%; 
  color: #555555; 
  margin: 10px 10px 20px;
  border-left: 1px solid #bbbbbb; 
  border-top: 1px solid #bbbbbb; 
}

table caption
{
  margin: 10px 0 5px;
  font-weight: bold;
}

th, td
{
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 2px 10px;
}

th { background-color: #cfcccf; }

tr td { background-color: #f3f3f3; }

tr.alt td { background-color: #dfdfdf; }

abbr, acronym, cite { cursor: help; border-bottom: 1px dotted #444444; }

/* Structure */

body
{
  width: 850px;
  margin: 0 auto;
  background: #c8ccd4 url(abscond-images/bg.png) top left repeat-y;
}

#header
{
  min-height: 162px;
  background: transparent url(abscond-images/header.png) top left no-repeat;
}

#navigation
{
  float: left; 
  width: 100%;
  background: transparent url(abscond-images/nav.png) top left repeat-y;
}

#wrapper
{
  float: left;
  clear: both;
  width: 100%;
  line-height: 1.8em;
}

#content-wrapper
{
  width: 60%;
  float: left;
}

#content
{
  float: left;
  padding: 0 25px 10px 65px; 
}

#sidebar-wrapper
{
  width: 40%;
  float: left;
}

#sidebar
{
  float: left;
  padding: 0 65px 10px 10px; 
}

#footer
{
  clear: both;
  color: #999999;
  text-align: center; 
}

/* Header */

#header h1 { margin: 0; padding: 0 0 10px; text-indent: -9999px; }

#header h2 { margin: 0; padding: 0 0 10px; text-indent: -9999px; }

/* Navigation */

#navigation ul { margin: 0; padding: 0; float: left; margin-left: 50px; margin-right: 50px; }

#navigation li { float: left; list-style-type: none; }

#navigation a
{
  float: left;
  display: block;
  padding: 5px 10px 5px; 
  border-bottom: 3px solid #f5e1b4;
}

#navigation a:link, #navigation a:visited { color: #d94904; }

#navigation a:hover, #navigation a:active { color: #000000; border-bottom-color: #000000; }

#navigation li#active a { color: #990000; border-bottom-color: #990000; }

/* Content */

#wrapper ul { padding-left: 10px; }

#wrapper ul li
{
  margin-left: 0;
  padding-left: 20px;
  list-style-type: none;
  line-height: 2.5em; 
  background: transparent url(abscond-images/dark_bullet.png) center left no-repeat;
}

/* Sidebar */

#sidebar ul { margin-top: 0; padding-top: 0; }

#sidebar ul li { color: #cfcfcf; background-image: url(abscond-images/light_bullet.png); }

#sidebar a:link { color: #ccddee; border-bottom-color: #ccddee; }

#sidebar a:visited { color: #bbccdd; border-bottom-color: #bbccdd; }

#sidebar a:hover, a:active { color: #ffffff; border-bottom-color: #ffffff; }

h3#heading_popular { text-indent: -9999px; background: transparent url(abscond-images/popular.png) center left no-repeat; }

h3#heading_monthly { text-indent: -9999px; background: transparent url(abscond-images/monthly.png) center left no-repeat; }

h3#heading_cats { text-indent: -9999px; background: transparent url(abscond-images/cats.png) center left no-repeat; }

/* Footer */

#footer p { margin: 0 50px; padding: 10px 0 5px; background-color: #333333; }

#footer a:link, #footer a:visited { color: #999999; border-bottom-color: #999999; }

#footer a:hover, #footer a:active { color: #bbbbbb; border-bottom-color: #bbbbbb; }

</style>


<!--[if lt ie 7]>
    <link rel="stylesheet" type="text/css" media="screen" href="ie-win.css" />
  <![endif]-->
</head>
<body>
<div id="header">
  <h1><a href="#00">Abscond</a></h1>
  <h2>In the hidings since 1999</h2>
</div>
<div id="navigation">
  <ul>
    <li><a href="#00">Home</a></li>
    <li id="active"><a href="#01">Blog</a></li>
    <li><a href="#02">Archives</a></li>
    <li><a href="#03">About</a></li>
    <li><a href="#04">Contact</a></li>
  </ul>
</div>
<div id="wrapper">
  <div id="content-wrapper">
    <div id="content">
      <h6>Introduction</h6>
      <p> <a href="http://www.nikhedonia.com/showcase/abscond/" title="View Abscond Online">Abscond</a> is a free template designed by me, <cite title="SimplyGold">Sadhana Ganapathiraju</cite>, aka <a href="http://www.nikhedonia.com/" title="SimplyGold">SimplyGold</a>.
        This template is <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> and <acronym title="Cascading Style Sheets"> CSS</acronym> strict. </p>
      <p>Feel free to use it for personal or commercial use. Make any modifications you want. Just refrain from selling it.</p>
      <pre><code><span class="kwd">protected void</span> Page_Load(<span class="kwd">object</span> sender, EventArgs e)
{
    <span class="kwd">try</span>
    {
        MailMessage message = <span class="kwd">new</span> MailMessage(<span class="str">
                "from@example.com"</span>, 
                <span class="str">"to@example.com"</span>, 
                <span class="str">"Some Important Message"</span>, 
                <span class="str">"This is a test message."</span>);

        SmtpClient client = <span class="kwd">new</span> SmtpClient(
      <span class="str">"your.smtp.server.com"</span>);

        System.Net.NetworkCredential credentials = <span class="kwd">new</span> 
                System.Net.NetworkCredential(
                        <span class="str">"username"</span>, 
                        <span class="str">"password"</span>);

        client.UseDefaultCredentials = <span class="kwd">true</span>;

        client.Credentials = credentials;

        client.Send(message);
    }

    <span class="kwd">catch</span> (Exception ex)
    {
        Response.Write(<span class="str">"Whoops! Couldn't send the e-mail: "</span> + 
                ex.ToString());
    }
}</code></pre>
      <p>You aren't <strong>required</strong> to attribute the design to me, but a mention and a <a href="http://www.nikhedonia.com/" 
        title="SimplyGold">link</a> would be much appreciated. :-) If you like my designs and want me to design a website for you, don't <a href="http://www.nikhedonia.com/contact/" title="Contact Me">hesitate to contact me</a>.</p>
      <table summary="A table of random people" cellspacing="0" border="0">
        <caption>
        Table 1: A Table Of Random People
        </caption>
        <tr>
          <th scope="col">First Name</th>
          <th scope="col">Middle Initial</th>
          <th scope="col">Last Name</th>
          <th scope="col">SSN</th>
          <th scope="col">Boredom Level</th>
        </tr>
        <tr>
          <td>Monkey</td>
          <td>&nbsp;</td>
          <td>Man</td>
          <td>xxx-xx-0000</td>
          <td>2</td>
        </tr>
        <tr class="alt">
          <td>Donkey</td>
          <td>D.</td>
          <td>Man</td>
          <td>xxx-xx-3832</td>
          <td>10+</td>
        </tr>
        <tr>
          <td>Cranky</td>
          <td>&nbsp;</td>
          <td>Man</td>
          <td>xxx-xx-3821</td>
          <td>1</td>
        </tr>
        <tr class="alt">
          <td>Franky</td>
          <td>F.</td>
          <td>Manderake</td>
          <td>382-238-2833</td>
          <td>9</td>
        </tr>
      </table>
      <h6>An Ordered List</h6>
      <ol>
        <li>Considering the popularity</li>
        <li>Creating and documenting</li>
        <li>Schedule extra services</li>
        <li>Wasting paper the easy way</li>
        <li>How many more do I gotta write?</li>
      </ol>
      <h6>An Unordered List</h6>
      <ul>
        <li>We are</li>
        <li>going to</li>
        <li>keep this</li>
        <li>nice and</li>
        <li>short</li>
      </ul>
      <blockquote>
        <p>Here's a blockquote for your viewing pleasure. <ins>Newly-inserted text.</ins> <del>And some deleted text.</del></p>
      </blockquote>
    </div>
  </div>
  <div id="sidebar-wrapper">
    <div id="sidebar">
      <div class="sideblock">
        <h3 id="heading_popular">Popular Posts</h3>
        <ul>
          <li><a href="#21">Odd Man Out</a></li>
          <li><a href="#22">Duke and Duchess</a></li>
          <li><a href="#23">Marquess and Marchioness</a></li>
          <li><a href="#24">Earl and Countess</a></li>
          <li><a href="#25">Viscount and Viscountess</a></li>
          <li><a href="#26">Baron and Baroness</a></li>
        </ul>
      </div>
      <div class="sideblock">
        <h3 id="heading_monthly">Monthly Archives</h3>
        <ul>
          <li><a href="#19">October 2006</a></li>
          <li><a href="#18">September 2006</a></li>
          <li><a href="#17">August 2006</a></li>
          <li><a href="#16">July 2006</a></li>
          <li><a href="#15">June 2006</a></li>
          <li><a href="#14">May 2006</a></li>
          <li><a href="#13">April 2006</a></li>
          <li><a href="#12">March 2006</a></li>
          <li><a href="#11">February 2006</a></li>
          <li><a href="#10">January 2006</a></li>
          <li><a href="#09">December 2005</a></li>
        </ul>
      </div>
      <div class="sideblock">
        <h3 id="heading_cats">Category Archives</h3>
        <ul>
          <li><a href="#15">100 Greatest Cartoons</a></li>
          <li><a href="#16">Laptops vs. Actors</a></li>
          <li><a href="#17">Internet vs. Television</a></li>
          <li><a href="#18">Characters</a></li>
          <li><a href="#19">.NET Framework</a></li>
          <li><a href="#20">Dead Albums</a></li>
          <li><a href="#21">Antidisestablishmentarianism</a></li>
          <li><a href="#22">2006 Births</a></li>
          <li><a href="#23">Charmed</a></li>
          <li><a href="#24">1324 B.C.E.</a></li>
          <li><a href="#25">Google</a></li>
          <li><a href="#26">MSN</a></li>
          <li><a href="#27">Books</a></li>
          <li><a href="#28">Establishments</a></li>
          <li><a href="#29">Technology &amp; What Not</a></li>
          <li><a href="#30">Processes &amp; Meetings</a></li>
        </ul>
      </div>
    </div>
  </div>
</div>
<div id="footer">
  <p>Copyright &copy; 1890 &mdash; 2006 Absond, Inc. All rights reserved.</p>
  <p> Design by <a href="http://www.nikhedonia.com/" rel="bookmark" title="SimplyGold">Sadhana Ganapathiraju</a>. 
    Try more <a href="http://www.nikhedonia.com/showcase/free_templates/" rel="bookmark" title="Other Free Templates">free templates</a> or <a href="http://www.nikhedonia.com/showcase/commercial_templates/" rel="bookmark" title="Commercial Templates">commercial templates</a>. </p>
  <p> <a href="#31">Legal</a> | <a href="#32">Terms of Service</a> | <a href="#33">Privacy Statement</a> | <a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0 Strict">Xhtml</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css2" title="Valid CSS 2.0 Strict">Css</a> </p>
</div>
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.metamorph_drop
2.metamorph_energybolt
3.metamorph_exit
4.metamorph_global
5.metamorph_glowing
6.metamorph_host
7.metamorph_icybreeze
8.metamorph_interiordesign
9.metamorph_interstate60
10.metamorph_lotr
11.metamorph_lyrics_lt
12.metamorph_melancholy_lt
13.metamorph_mercuryworld
14.metamorph_metaform
15.metamorph_models
16.metamorph_nuke
17.metamorph_oldheavens
18.metamorph_palmbeach
19.metamorph_strongrey_lt
20.metamorph_thames
21.metamorph_transitional
22.metamorph_tropic
23.metamorph_truncata
24.metamorph_tubes
25.metamorph_tunel
26.ablaze
27.aboutfruts
28.abrasive
29.abstraction
30.acallia-development
31.accomplishable
32.actualbiz
33.adhesive
34.adios
35.advantage
36.aero-solutions
37.aerolyk
38.affection
39.agency
40.ahoy
41.al-infolabs
42.alexx-c
43.alieninvasion
44.alpha
45.altered
46.altruism
47.ambiance
48.amoreira
49.angryhornet
50.anibanner01
51.AnotherSquare
52.anther
53.anthropod
54.Antikoerperchen
55.antiquity
56.aphotic
57.applique
58.aprilshowers
59.Arbenting-MinimalistResumeTemplate
60.expanding-portfolio
61.experience
62.expertvision
63.exploitable
64.ezine02
65.familiar
66.favorite-cakes
67.featherlight
68.featuring
69.femflex1
70.fernando1
71.fertilization
72.Fibre
73.fibreglass
74.filaments
75.findingpeace
76.firerescuesquad
77.fivestar
78.Flair Template
79.flair
80.flan2
81.flange
82.flattering
83.flavour
84.fleur
85.flightandfight
86.fluidity
87.fluidsolution
88.flyover-builders
89.WP-Bliss
90.website-design
91.website-traffic