falling : Effect « Templates « HTML / CSS






falling

     

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>falling - Free CSS Template by spyka Webmaster</title>
<style type='text/css'>
body {
  background: #fff url('falling-images/body.jpg') repeat-x scroll top left;
  margin:0;
  padding:0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #666;
}

* {
  margin:0;
  padding:0;
}

/** element defaults **/
table {
  width: 100%;
  text-align: left;
}

th, td {
  padding: 10px 10px;
}

th {
  color: #fff;
  background: #CD100E none repeat-x scroll left top;
}

td {
  border-bottom: 1px solid #ccc;
}

code, blockquote {
  display: block;
  border-left: 5px solid #222;
  padding: 10px;
  margin-bottom: 20px;
}
code {
  background-color: #222;
  color:#ccc;
  border: none;
}
blockquote {
  border-left: 5px solid #222;
}

blockquote p {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #333;
  height: 1%;
}

p {
  line-height: 1.9em;
  margin-bottom: 20px;
  font-size: 12px;
}

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


a:focus {
  outline: none;
}

fieldset {
  display: block;
  border: none;
  border-top: 1px solid #ccc;
}

fieldset legend {
  font-weight: bold;
  font-size: 13px;
  padding-right: 10px;
  color: #333;
}

fieldset form {
  padding-top: 15px;
}

fieldset p label {
  float: left;
  width: 150px;
}

form input, form select, form textarea {
  padding: 5px;
  color: #333333;
  border: 1px solid #ddd;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background-color:#fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

form input.formbutton {
  border: none;
  background: #333;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  letter-spacing: 1px;
  width: auto;
  overflow: visible;
}

fieldset form input.formbutton {
  margin-left: 150px;
}

form.searchform p {
  margin: 5px 0;
}


span.required {
  color: #ff0000;
}

h1 {
  color: #EF7627;
  font-size: 35px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0;
  background: none;
  border-bottom: none;
  text-transform: none;
  line-height: 1.0em;
  padding: 0 0 5px;
}

h1 strong {
  color: #C1291C;
  font-weight: normal;
}

h2 {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  letter-spacing: -0.25px;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0;
}

#body h2 {
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #C90B0B;
}

h3 {
  color: #111;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
}

h4 {
  padding-bottom: 10px;
  font-size: 15px;
  color: #444;
}

h5 {
  padding-bottom: 10px;
  font-size: 13px;
  color: #999;
}

ul, ol {
  margin: 0 0 35px 35px;
}

li {
  padding-bottom: 5px;
}

li ol, li ul {
  font-size: 1.0em;
  margin-bottom: 0;
  padding-top: 5px;
}

ul.styledlist {
  list-style: none;
  margin-left: 20px;

}

ul.styledlist li {
  background: #fff url('falling-images/list-item.gif') no-repeat scroll left center;
  padding-left: 15px;
  padding-bottom: 0;
  margin-bottom: 5px;
}


#container {
  width: 960px;
  margin: 220px auto 0;
  padding: 0px 10px;
  background-color: #fff;
}

#header {
  padding: 0 0 20px;
  margin: 0 auto;
}

#header h1 {
  padding: 0; 
}
#header h1 a {
  color: #EF7627;
  font-size: 50px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -3px;
  float: left;
}

#header h2 {
  color: #777777;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 5px;
  margin-top: 18px;
  padding-bottom: 0;
  padding-left: 4px;
}

#nav {
  height: 45px;
  width: 960px;
  position: relative;
  z-index: 999;
}

#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 45px;
}

#nav ul li {
  display: block;
  float: left;
}

#nav ul li a {
  display: block;
  color: #EF7627;
  display: block;
  font-size: 15px;
  font-weight: bold;
  float: left;
  line-height: 15px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px 15px;
  border-left: 1px dashed #F51515;
  text-decoration: none;
}

#nav ul li.selected a { 
  text-decoration: underline;
  color: #C1291C;
}


#body {
  background: none;
  margin:0 auto;
  padding: 20px 0;
  width: 960px;
  background-color: #fff;
}

#content {
  float: left;
  width: 635px;
}

.box { 
  margin: 0;
  padding: 0 5px;
  background-color: #fff;
}

.sidebar {
  width: 280px;
  padding: 0;
  float: right;
}


.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar ul li {
  margin-bottom: 20px;
  line-height: 1.9em;
}

.sidebar li ul {
  padding: 10px;
  background-color: #fff;
}

.sidebar li ul li {
  display: block;
  border-top: none;
  padding: 6px 2px;
  margin: 0;
  line-height: 1.5em;
  font-size: 13px;
  border: none;
}

.sidebar li ul li a {
  font-weight: normal;
  color: #222;
}

.sidebar li ul li a:hover {
  color: #D03C30;
}

.sidebar li ul.blocklist li {
  padding: 0;
  display: inline;
}

.sidebar li ul.blocklist li a {
  display: block;
  padding: 6px 5px 6px 12px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  background: #fff url('falling-images/list-item.gif') no-repeat scroll left center;
}

.sidebar li ul.blocklist li a:hover {
  color: #D03C30;
}



.sidebar h4  {
  color: #fff;
  font-family: Lucida, "Lucida Sans", Geneva, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: -0.5px;
  text-transform:uppercase;
  margin: 0;
  line-height: 1.9em;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  background: #CD281C url('falling-images/h4.png') repeat-x center;
}

.sidebar h4 span {
  background: transparent url('falling-images/h4-arrow.png') no-repeat scroll left center;
  padding-left: 13px;
}

.clear {
  clear: both;
}

#footer {
  margin-top: 30px;
  padding: 15px 0;
  color: #666;
  background: #e0e0e0;
  border-top: 1px solid #d0d0d0;
}

#footer p {
  color: #999;
  text-align: center;
  margin-bottom: 0;
}

#footer p a {
  color: #999;
  border-bottom: 1px solid #999;
  font-weight: bold;
}

</style>


<!--
falling, a free CSS web template by spyka Webmaster (www.spyka.net)

Download: http://www.spyka.net/web-templates/falling/

License: Creative Commons Attribution
//-->
</head>

<body>
<div id="container">
  <div id="header">
      <h1><a href="/">Your<strong>Site</strong></a></h1>
        <h2>Your website slogan here</h2>
        <div class="clear"></div>
    </div>
    <div id="nav">
      <ul>
          <li><a href="index.html">Home</a></li>
            <li class="selected"><a href="examples.html">Examples</a></li>
            <li><a href="page.html">Text heavy page</a></li>
            <li><a href="#">Solutions</a></li>
            <li><a href="#">Contact</a></li>
        </ul>
    </div>
    
        
    <div id="body">
    <div id="content">
            <div class="box">
                <h2>Examples</h2>

        <h1>Heading H1</h1>
        <h2>Heading H2</h2>
        <h3>Heading H3</h3>
        <h4>Heading H4</h4>
        <h5>Heading H5</h5>
        <p>&nbsp;</p>

        
        <h3>Lists</h3>
        <ul>
          <li>List item</li>
          <li>List item</li>
          <li>List item</li>
        </ul>
            
        <ol>
          <li>List item</li>
          <li>List item</li>
          <li>List item</li>
        </ol>
        <p>&nbsp;</p>
        
          
        <h3>Code and blockquote</h3>
        <code>&lt;? echo('Hello world'); ?&gt;</code>

        <blockquote><p>Mauris sit amet tortor in urna tincidunt aliquam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas</p></blockquote>
        <p>&nbsp;</p>
        
        
        
        <h3>Table</h3>

        <table>
          <tbody><tr>
            <th>ID</th>
            <th>Name</th>
            <th>Age</th>
          </tr>
          <tr>
            <td>1</td>
            <td>John Smith</td>
            <td>28</td>
          </tr>
          <tr>
            <td>2</td>
            <td>Fred James</td>
            <td>49</td>
          </tr>
          <tr>
            <td>3</td>
            <td>Rachel Johnson</td>
            <td>19</td>
          </tr>
  
        </tbody></table>
        <p>&nbsp;</p>
        
        <h3>Form</h3>
        <fieldset>

          <legend>Form legend</legend>
          <form action="#" method="get">

            <p><label for="name">Name:</label>
            <input name="name" id="name" value="" type="text" /><br /></p>    
            <p><label for="email">Email:</label>
            <input name="email" id="email" value="" type="text" /><br /></p>
            <p><label for="message">Message:</label>  
            <textarea cols="60" rows="11" name="message" id="message"></textarea><br /></p>
            <p><input name="send" class="formbutton" value="Send" type="submit" /></p>
          </form>

  
        </fieldset>
            </div>
        </div>
        
        <div class="sidebar">
            <ul>  
               <li>
                    <h4><span>Navigate</span></h4>
                    <ul class="blocklist">
                        <li><a href="index.html">Home</a></li>
                        <li><a href="examples.html">Examples</a></li>
                        <li><a href="#">Products</a></li>
                        <li><a href="#">Solutions</a></li>
                        <li><a href="#">Contact</a></li>
                    </ul>
                </li>
                
                <li>
                    <h4><span>About</span></h4>
                    <ul>
                        <li>
                          <p style="margin: 0;">Aenean nec massa a tortor auctor sodales sed a dolor. Duis vitae lorem sem. Proin at velit vel arcu pretium luctus.</p>
                        </li>
                    </ul>
                </li>
                
                <li>
                    <h4><span>Cool Sites</span></h4>
                    <ul>
                        <li><a href="http://www.themeforest.net/?ref=spykawg" title="premium templates"><strong>ThemeForest</strong></a> - premium HTML templates, WordPress themes and PHP scripts</li>
                        <li><a href="http://www.dreamhost.com/r.cgi?259541" title="web hosting"><strong>Web hosting</strong></a> - 50 dollars off when you use promocode <strong>awesome50</strong></li>
                        <li><a href="http://www.4templates.com/?aff=spykawg" title="4templates"><strong>4templates</strong></a> - brilliant premium templates</li>
                    </ul>
                </li>
                
            </ul> 
        </div>
      <div class="clear"></div>
    </div>
</div>
<div id="footer">
    <p>&copy; YourSite 2011.<br />Website Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
</div>
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.amazinglycool
2.exposure
3.expressivestars
4.extended
5.external
6.extracts
7.falling-away
8.fantasy
9.flare
10.flashyweb
11.flash_web
12.fireworks
13.floating
14.fantasyland
15.metamorph_weird
16.metamorph_violet
17.metamorph_violetdream
18.metamorph_mydesign
19.metamorph_myst
20.metamorph_mywaves
21.metamorph_myweb
22.metamorph_freedom_lt
23.metamorph_gloryfield
24.metamorph_horizon
25.bubble
26.classic-luxury
27.classic
28.classique
29.classliclink
30.civilized
31.metamorph_cool
32.metamorph_imaginary
33.metamorph_infinity
34.metamorph_newage
35.metamorph_madness
36.metamorph_heaven
37.metamorph_lensflare
38.metamorph_shinyblur_lt
39.metamorph_sparks_lt
40.metamorph_soulfrost
41.metamorph_space
42.metamorph_spaceglowing
43.metamorph_sphere
44.metamorph_starwars
45.metamorph_steel
46.metamorph_stones
47.abundant
48.chalkboard
49.cool-web
50.coolblack
51.CoolishBlack
52.coolracing
53.coolzone
54.cool_web
55.creative-media
56.creative-mind
57.creative
58.creevykeel
59.decayed
60.essence
61.essential
62.auroradesktop
63.scenic-reflections