midnightalley : Dark « Templates « HTML / CSS






midnightalley

   

<!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">
<head>
<title>Midnight Alley</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #000000 url(midnightalley-images/img01.gif) repeat-y;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #CCCCCC;
}

h1, h2, h3 {
  text-transform: lowercase;
  font-weight: normal;
  color: #33FFFF;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1em;
}

p, blockquote, ul, ol {
  margin-bottom: 1.5em;
  line-height: 1.8em;
}

p {
}

blockquote {
  margin-left: 2em;
  margin-right: 2em;
  font-style: italic;
}

ul {
  margin-left: 3em;
}

ul li {
}

ol {
  margin-left: 3em;
}

ol li {
}

a {
  color: #33FFFF;
}

a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

img {
}

img.left {
  float: left;
  margin: 10px 20px 0 0;
}

img.right {
  float: right;
  margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
  margin-bottom: 10px;
}

.boxed .content {
}

/* Post */

.post {
}

.post .title {
}

.post .date {
  margin-bottom: 2em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px dotted #333333;
  border-bottom: 4px dotted #333333;
  font-size: x-small;
}

.post .meta p {
  margin: 0;
}

.post .story {
}

/* Header */

#header {
  height: 170px;
  background: #000000 url(midnightalley-images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
  float: left;
}

#logo h1, #logo h2 {
  float: left;
  padding: 100px 0 0 20px;
}

#logo h2 {
  padding-left: .25em;
}

#logo a {
  text-decoration: none;
  color: #FFFFFF;
}

/* Header > Menu */

#menu {
  float: right;
}

#menu ul {
  margin: 0;
  padding: 120px 10px 0 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  padding: 0 15px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;
}

#menu a:hover {
  text-decoration: underline;
}

#menu .active a {
}

/* Content */

#content {
  padding: 20px;
}

/* Content > Main */

#main {
  margin-left: 460px;
  padding: 20px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
  float: left;
  width: 180px;
  padding: 20px;
}

#sidebar .title {
  border-bottom: 5px solid #666666;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
  border: none;
}

#login legend {
  display: none;
}

#login label {
  display: block;
}

#login input {
  margin-bottom: 10px;
  font: normal small Georgia, "Times New Roman", Times, serif;
}

#inputtext1, #inputtext2 {
  width: 170px;
}

#inputsubmit1 {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
  margin: 0;
  list-style: none;
}

#updates h3 {
  font-size: .8em;
}

#updates p {
  line-height: normal;
  font-size: .8em;
}

#updates a {
}

/* Content > Sidebar2 */

#sidebar2 {
  float: left;
  width: 180px;
  padding: 20px;
}

#sidebar2 .title {
  border-bottom: 5px solid #666666;
}

#sidebar2 a {
}

#sidebar2 ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

/* Footer */

#footer {
  clear: both;
  padding: 20px;
}

#footer p {
  margin: 0;
  text-align: right;
  line-height: normal;
  font-size: x-small;
}

#footer a {
  text-decoration: underline;
  color: #666666;
}

#footer a:hover {
  text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="http://www.free-css.com/">Midnight Alley</a></h1>
    <h2><a href="http://www.free-css.com/">Free CSS Templates</a></h2>
  </div>
  <div id="menu">
    <ul>
      <li class="active"><a href="http://www.free-css.com/">Homepage</a></li>
      <li><a href="http://www.free-css.com/">About Us</a></li>
      <li><a href="http://www.free-css.com/">Products</a></li>
      <li><a href="http://www.free-css.com/">Clients</a></li>
      <li><a href="http://www.free-css.com/">Support</a></li>
    </ul>
  </div>
</div>
<div id="content">
  <div id="sidebar">
    <div id="login" class="boxed">
      <h2 class="title">Client Account</h2>
      <div class="content">
        <form id="form1" method="post" action="#">
          <fieldset>
          <legend>Sign-In</legend>
          <label for="inputtext1">Client ID:</label>
          <input id="inputtext1" type="text" name="inputtext1" value="" />
          <label for="inputtext2">Password:</label>
          <input id="inputtext2" type="password" name="inputtext2" value="" />
          <input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" />
          <p><a href="http://www.free-css.com/">Forgot your password?</a></p>
          </fieldset>
        </form>
      </div>
    </div>
    <div id="updates" class="boxed">
      <h2 class="title">Recent Updates</h2>
      <div class="content">
        <ul>
          <li>
            <h3>March 5, 2007</h3>
            <p><a href="http://www.free-css.com/">In posuere eleifend odio quisque semper augue mattis wisi maecenas ligula&#8230;</a></p>
          </li>
          <li>
            <h3>March 3, 2007</h3>
            <p><a href="http://www.free-css.com/">Quisque dictum integer nisl risus, sagittis convallis, rutrum id, congue, and nibh&#8230;</a></p>
          </li>
          <li>
            <h3>February 28, 2007</h3>
            <p><a href="http://www.free-css.com/">Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue rutrum&#8230;</a></p>
          </li>
          <li>
            <h3>February 25, 2007</h3>
            <p><a href="http://www.free-css.com/">Nam pede erat, porta eu, lobortis eget, tempus et, tellus. Etiam nequea&#8230;</a></p>
          </li>
          <li>
            <h3>February 20, 2007</h3>
            <p><a href="http://www.free-css.com/">Vivamus fermentum nibh in augue. Praesent a lacus at urna congue rutrum. Nulla enim eros&#8230;</a></p>
          </li>
        </ul>
      </div>
    </div>
  </div>
  <div id="sidebar2">
    <div id="lorem" class="boxed">
      <h2 class="title">Lorem Ipsum</h2>
      <div class="content">
        <ul>
          <li><a href="http://www.free-css.com/"> Integer sit amet pede</a></li>
          <li><a href="http://www.free-css.com/">Arcu aliquet pretium</a></li>
          <li><a href="http://www.free-css.com/">Pellentesque quis elit</a></li>
          <li><a href="http://www.free-css.com/">Non lectus gravida</a></li>
          <li><a href="http://www.free-css.com/">Lorem ipsum dolor sit</a></li>
          <li><a href="http://www.free-css.com/">Amet consectetuer</a></li>
          <li><a href="http://www.free-css.com/">Adipiscing elit hasellus</a></li>
          <li><a href="http://www.free-css.com/">Nec erat sit amet nibh</a></li>
          <li><a href="http://www.free-css.com/">Pellentesque congue</a></li>
          <li><a href="http://www.free-css.com/">Cras vitae metus</a></li>
          <li><a href="http://www.free-css.com/">Aliquam risus pellentes</a></li>
          <li><a href="http://www.free-css.com/">Adipiscing elit hasellus</a></li>
          <li><a href="http://www.free-css.com/">Nec erat sit amet nibh</a></li>
          <li><a href="http://www.free-css.com/">Pellentesque congue</a></li>
          <li><a href="http://www.free-css.com/">Cras vitae metus</a></li>
          <li><a href="http://www.free-css.com/">Nec erat sit amet nibh</a></li>
          <li><a href="http://www.free-css.com/">Pellentesque congue</a></li>
          <li><a href="http://www.free-css.com/">Cras vitae metus</a></li>
          <li><a href="http://www.free-css.com/">Aliquam risus pellentes</a></li>
          <li><a href="http://www.free-css.com/">Que pharetra</a></li>
          <li><a href="http://www.free-css.com/">Maecenas vitae orci</a></li>
          <li><a href="http://www.free-css.com/">Vitae tellus feugiat</a></li>
          <li><a href="http://www.free-css.com/">Eleifend etiam ac</a></li>
          <li><a href="http://www.free-css.com/">Tortor eu metus</a></li>
          <li><a href="http://www.free-css.com/">Euismod lobortis</a></li>
          <li><a href="http://www.free-css.com/">Duis non ante in metus</a></li>
          <li><a href="http://www.free-css.com/">Commodo euismod<br />
            </a></li>
        </ul>
      </div>
    </div>
  </div>
  <div id="main">
    <div id="welcome" class="post">
      <h2 class="title">Welcome to Midnight Alley!</h2>
      <h3 class="date"><span class="month">Mar.</span> <span class="day">8</span><span class="year">, 2007</span></h3>
      <div class="story"> <img src="midnightalley-images/img04.jpg" alt="" width="120" height="120" class="left" />
        <p><strong>Midnight Alley</strong> is a free template from Free CSS Templates released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The photo is from PDPhoto.org. You're free to use it for both commercial or personal use. I only ask that you link back to my site in some way. <em>Enjoy :)</em></p>
      </div>
      <div class="meta">
        <p>Posted by Jane Anderson under <a href="http://www.free-css.com/">Uncategorized</a>, <a href="http://www.free-css.com/">Daily Journal</a><br />
          <a href="http://www.free-css.com/">Trackback URI</a> | <a href="http://www.free-css.com/">No Comments</a> | <a href="http://www.free-css.com/">Permalink</a></p>
      </div>
    </div>
    <div id="example" class="post">
      <h2 class="title">Examples of Common Tags</h2>
      <h3 class="date"><span class="month">Feb.</span> <span class="day">24</span><span class="year">, 2007</span></h3>
      <div class="story">
        <p>This is an example of a paragraph followed by a blockquote:</p>
        <blockquote>
          <p>&ldquo;Pellentesque tristique ante ut  risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum  id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec  placerat odio.&rdquo;</p>
        </blockquote>
        <h3>Heading Level Three</h3>
        <p>This is another example of a paragraph followed by an unordered list:</p>
        <p>An ordered list example:</p>
        <ol>
          <li>List item number one</li>
          <li>List item number two</li>
          <li>List item number thre</li>
        </ol>
      </div>
      <div class="meta">
        <p>Posted by Jane Anderson under <a href="http://www.free-css.com/">Samples</a><br />
          <a href="http://www.free-css.com/">Trackback URI</a> | <a href="http://www.free-css.com/">No Comments</a> | <a href="http://www.free-css.com/">Permalink</a></p>
      </div>
    </div>
  </div>
</div>
<div id="footer">
  <p id="legal">Copyright &copy; 2007 Midnight Alley. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
  <p id="links"><a href="http://www.free-css.com/">Home</a> | <a href="http://www.free-css.com/">Terms of Use</a></p>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.metamorph_darkmare
2.metamorph_darknessfall
3.metamorph_darkside
4.metamorph_darksky
5.metamorph_nightsky
6.dark-effect-v2
7.dark-pro
8.Dark 2
9.DarkColors
10.darkened
11.darkforest
12.DarkFusion
13.darkgrunge
14.darkit
15.darkportfolio
16.darkshine
17.DarkSplinter
18.darkTech
19.darktheme
20.Dark_Portal
21.shadowed
22.midnight
23.Dark background, white links
24.Dark background with white border
25.Dark backgrounds