thewall : Design 8 « Templates « HTML / CSS






thewall

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TheWall</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
body {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #dfdcd8;
  background: #1e1409 url(thewall-images/body_top.jpg) repeat-x top;
}
    
a:link, a:visited { color: #ffffff; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #FFFF66; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.horizontal_divider {
  height: 15px;
    background: url(thewall-images/content_divider_01.png) no-repeat bottom center;
}

.fl { float: left; }
.fr { float: right; }

.margin_r50 { margin-right: 50px; }

.button_01 a {
  display: block;
  width: 81px;
  height: 23px;
  padding: 5px 0 0 0;
    background: url(thewall-images/button.png) no-repeat;
  text-align: center;
  color: #d1c2ac;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.button_01 a:hover {
  background: url(thewall-images/button_hover.png) no-repeat;
}

h1 {
  margin: 0px;
  padding: 0px;;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 20px 0;
  padding: 3px 0;
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
}

h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 5px 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  font-weight: bold;
  color: #ffffff;
}


.image_wrapper {
  border: 1px solid #000;
  padding: 5px;
  margin-top: 3px;
  margin-bottom: 5px;
  background: #333;
}

.fl_image {
  float: left;
  margin-right: 15px 
}

.fr_image {
  float: right;
  margin-left: 15px 
}

.image_wrapper img {
  border: 1px solid #000000;
}

/* site title bar */

/* site title */

#site_title_bar_wrapper {
  position: relative;
  width: 100%;
  height: 130px;
  margin: 0 auto;  
  background:  url(thewall-images/header_bg.jpg) center top no-repeat;
}

#site_title_bar {
  width:  780px;
  height: 130px;
  margin: 0 auto;
  padding: 0 20px;
  background:  url(thewall-images/header_bg.jpg) center top no-repeat;  
}

#site_title_bar  #site_title {
  float: left;
  padding: 5px 0;
  margin: 20px 0 0 0;
  background: url(thewall-images/site_title_bg.jpg) top left no-repeat;
}

#site_title h1 a {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

#site_title h1 a:hover {
  font-weight: bold;  
  text-decoration: none;
}

#site_title h1 a span {
  display: block;
  padding-left: 20px;
  margin-top: 5px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 4px;
  font-weight: normal;
}

#site_title h1 a:hover span {
  font-weight: normal;
}

#site_title_bar #twitter a {
  margin-top: 30px;
  float: right;
  display: block;
  width: 68px;
  height: 83px;
  background: url(thewall-images/twitter_icon.png) no-repeat;
}

/* end of site title bar */

/* content */

#content_wrapper {
  clear:both;
  width: 100%;
  height: 555px;
  margin: 0 auto;  
  background:  url(thewall-images/content_bg.jpg) top center no-repeat;
}

#content {
  width:  800px;
  height: 555px;
  margin: 0 auto;
  padding: 0 10px;
  background: url(thewall-images/content_bg.jpg) top center no-repeat;  
}

.section_w320 {
  width: 320px;
}

.section_w320 .w320_content {
  float: right;
  width: 180px;
}

#content p {
  margin-bottom: 10px;
}

.service_list {
  margin: 0 0 20px 0;
  padding: 0px;
  list-style: decimal;
}

.service_list li {
  margin: 0px;
  padding: 5px 0;
}

.portfolio_box {
  float: left;
  width: 200px;
  margin-bottom: 20px;
}

.port_img {
  width: 182px;
  margin: 0 0 10px 0;
  border: 1px solid #000;
}

.port_img img {
  border: 1px solid #666;
}

.port_content {
  clear: both;
  width: 200px;
}

.portfolio_box .port_content p {
  margin-bottom: 0;
  padding-bottom: 0px;
}

#contact_form {
  float: left;
  width: 400px;
  padding: 20px 0 0 0;
}

#contact_form form {
  margin: 0px;
  padding: 0px;
  /*border:1px solid #e2d1be;
  padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
  height: 18px;
  width: 230px;
}

#contact_form form label {
  float: left;  
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;  
}

#contact_form form textarea {
  width: 230px;
  height: 100px;
}

#contact_form form .submit_btn {
  margin-left: 108px;
}

.em_text {
  color: #ffffff;
}

.address_info {
  float: right;
  padding: 10px 0 0 0;
  width: 300px;
  font-size: 14px;
  line-height: 30px;
}

.address_info h3 {
  border-bottom: 1px solid #ffffff;
}


/* end of content */

/* content */

#footer_wrapper {
  clear: both;
  width: 100%;
  height: 350px;
  margin: 0 auto;  
  background: url(thewall-images/footer_bg.jpg) top center no-repeat;
}

#footer {
  width:  800px;
  height: 320px;
  margin: 0 auto;
  padding: 15px 10px;
  color: #ece9e6;
  text-align: center;
  background: url(thewall-images/footer_bg.jpg) top center no-repeat;
}

#footer a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

/* end of content */


  .stripViewer .panelContainer .panel ul {
    text-align: left;
    margin: 0 15px 0 30px;
    padding: 0;
  }
  
  .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
    margin: 0;
    position: relative;
    width: 700px;
  }

  /* These 2 lines specify style applied while slider is loading */
  .csw {width: 100%; height: 550px; background: none; overflow: hidden;}
  .csw .loading { margin: 200px 0 0 0; text-align: center; width: 800px; height: 500px;}

  .stripViewer { /* This is the viewing window */
    position: relative;
    overflow: hidden; 
    margin: auto;
    width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    height: 460px;
    clear: both;
  }
  
  .stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
    position: relative;
    left: 0; top: 0;
    width: 100%;
    list-style-type: none;
    /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
  }
  
  .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
    float:left;
    height: 100%;
    position: relative;
    width: 800px; /* Also specified in  .stripViewer  above */
  }
  
  .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
    overflow: hidden;
    padding: 10px 40px 20px 40px;
    height: 425px;
  }
  
  .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
      float: left;
      display: block;
      width: 762px;
      height: 53px;
      margin: 20px 19px; 
    }
    
    .stripNav ul { /* The auto-generated set of links */
      margin: 0;
      padding: 0;
      height: 53px;
      width: 762px;
      list-style: none;
      background: url(thewall-images/menu.png) no-repeat;
    }
    
    .stripNav ul li {
      float: left;
      margin-right: 10px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
      background: url(thewall-images/menu_divider.png) top right no-repeat;
    }

    .stripNav a {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      background: #c6e3ff;
      color: #beb09a;
      padding: 10px 0 0 0;
      text-decoration: none;
      display: block;
      height: 42px;
      width: 120px;
      outline: none;
    }

  .stripNav li a { background: none; }
  /*
  .stripNav li.tab2 a { background: #60c }
  .stripNav li.tab3 a { background: #63f }
  .stripNav li.tab4 a { background: #63c }
  .stripNav li.tab5 a { background: #00e } */
  
  .stripNav li a:hover  {
    color: #ffffff;
    background: url(thewall-images/menu_hover.png) bottom center no-repeat;
  }
  
  .stripNav li a.current {
    color: #ffffff;
    background: url(thewall-images/menu_hover.png) bottom center no-repeat;
  }
  
  .stripNavL, .stripNavR { /* The left and right arrows */
    position: absolute;
    top: 230px;
    text-indent: -9000em;
  }
  
  .stripNavL a, .stripNavR a {
    display: block;
    height: 0px;
    width: 0px;
  }
  
  .stripNavL {
    left: 0;
  }
  
  .stripNavR {
    right: 0;
  }
  
  .stripNavL {
    background: url("thewall-images/arrow-left.gif") no-repeat center;
  }
  
  .stripNavR {
    background: url("thewall-images/arrow-right.gif") no-repeat center;
  }

</style>


<script src="js/jquery-1.2.1.pack.js" type="text/javascript"></script>
<script src="js/jquery-easing.1.2.pack.js" type="text/javascript"></script>
<script src="js/jquery-easing-compatibility.1.2.pack.js" type="text/javascript"></script>
<script src="js/coda-slider.1.1.1.pack.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(window).bind("load", function () {
    jQuery("div#slider1").codaSlider()
});
</script>
</head>
<body>
<div id="site_title_bar_wrapper">
  <div id="site_title_bar">
    <div id="site_title">
      <h1><a href="#"> <img src="thewall-images/logo.png" alt="" /> <span>free css templates</span> </a></h1>
    </div>
    <div id="twitter"><a href="#"></a></div>
  </div>
  <!-- end of site_title_bar -->
</div>
<!-- end of site_title_bar_wrapper -->
<div id="content_wrapper">
  <div id="content">
    <!-- start of slider -->
    <div class="slider-wrap">
      <div id="slider1" class="csw">
        <div class="panelContainer">
          <div class="panel">
            <div class="wrapper">
              <h2>Welcome to our Website!</h2>
              <div class="image_wrapper fl_image"> <img src="thewall-images/image_01.jpg" alt=""/> </div>
              <p class="em_text">This Free CSS Template is provided by <a href="#">TemplateMo.com.</a> You may use this template in your websites. Credit goes to <a href="#">Niall Doherty</a> for Coda-Slider.</p>
              <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer enim metus, convallis id semper vel, posuere ac dui. Integer vestibulum, elit non lobortis sodales, dui nibh imperdiet turpis, id lobortis enim turpis eget ante. Donec non magna nunc. Donec ultricies fermentum sapien in facilisis.</p>
              <div class="cleaner_h40"></div>
              <div class="section_w320 fl"> <img class="fl" src="thewall-images/portfolio.png" alt="" />
                <div class="w320_content">
                  <h3>Services</h3>
                  <p>Donec ultricies fermentum sapien in facilisis.</p>
                  <div class="cleaner"></div>
                  <div class="button_01"><a href="#" class="cross-link">Details</a></div>
                </div>
              </div>
              <div class="section_w320 fr"> <img class="fl" src="thewall-images/aboutme.png" alt="" />
                <div class="w320_content">
                  <h3>Portfolio</h3>
                  <p>Integer egestas nibh eget neque ornare tempor.</p>
                  <div class="cleaner"></div>
                  <div class="button_01"><a href="#" class="cross-link" >View All</a></div>
                </div>
              </div>
              <div class="cleaner_h20"></div>
              <p><a href="#" class="cross-link">&#171; Previous</a> | <a href="#" class="cross-link">Next &#187;</a></p>
            </div>
          </div>
          <div class="panel">
            <div class="wrapper">
              <h2>Services</h2>
              <p class="em_text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis tortor ut velit suscipit lobortis. Quisque nec massa sapien, nec semper mi. Cras tincidunt posuere tortor vitae blandit.</p>
              <p>Sed in libero risus, eu pulvinar elit. Nunc tempor mauris ut turpis fringilla vestibulum. Nullam sit amet enim in velit volutpat hendrerit at vitae urna. Nulla facilisi. Nam vitae dolor vitae felis consectetur sollicitudin nec a augue. In in orci purus. Suspendisse id odio sem.</p>
              <ul class="service_list">
                <li>Aliquam luctus lobortis sapien, sed faucibus lorem ultricies eget. Integer vitae lacus sit amet sapien tristique laoreet.</li>
                <li>Phasellus leo mauris, interdum eu congue laoreet, faucibus nec massa. Nunc quis libero sapien, ac luctus velit. </li>
                <li>Maecenas ultricies, erat dictum accumsan fringilla, dui felis venenatis lorem, et pellentesque urna nunc at nisl. Nulla rutrum suscipit metus eget venenatis.</li>
                <li>Curabitur a auctor ipsum. Cras id odio urna. Maecenas id sapien est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</li>
              </ul>
              <div class="cleaner_h20"></div>
              <p><a href="#" class="cross-link">&#171; Previous</a> | <a href="#" class="cross-link">Next &#187;</a></p>
            </div>
          </div>
          <div class="panel">
            <div class="wrapper">
              <h2>Portfolio</h2>
              <div class="portfolio_box margin_r50">
                <h3>Project #1</h3>
                <div class="port_img"> <a href="#"><img src="thewall-images/image_02.jpg" alt="" /></a> </div>
                <p>Nunc quis libero sapien, ac luctus.</p>
                <div class="cleaner"></div>
              </div>
              <div class="portfolio_box margin_r50">
                <h3>Project #2</h3>
                <div class="port_img"> <a href="#"><img src="thewall-images/image_03.jpg" alt="" /></a> </div>
                <p>Maecenas id sapien est.</p>
                <div class="cleaner"></div>
              </div>
              <div class="portfolio_box">
                <h3>Project #3</h3>
                <div class="port_img"> <a href="#"><img src="thewall-images/image_04.jpg" alt="" /></a> </div>
                <p>Pellentesque habitant morbi tristiqu.</p>
                <div class="cleaner"></div>
              </div>
              <div class="cleaner"></div>
              <div class="portfolio_box margin_r50">
                <h3>Project #4</h3>
                <div class="port_img"> <a href="#"><img src="thewall-images/image_05.jpg" alt="" /></a> </div>
                <p>Lorem ipsum dolor sit amet.</p>
                <div class="cleaner"></div>
              </div>
              <div class="portfolio_box margin_r50">
                <h3>Project #5</h3>
                <div class="port_img"> <a href="#"><img src="thewall-images/image_06.jpg" alt="" /></a> </div>
                <p>Sed sed tellus a lorem porta.</p>
                <div class="cleaner"></div>
              </div>
              <div class="portfolio_box">
                <h3>Project #6</h3>
                <div class="port_img"> <a href="#"><img src="thewall-images/image_07.jpg" alt="" /></a> </div>
                <p>Integer nec orci at eros sollicitudin.</p>
                <div class="cleaner"></div>
              </div>
              <div class="cleaner_h10"></div>
              <p><a href="#" class="cross-link">&#171; Previous</a> | <a href="#" class="cross-link">Next &#187;</a></p>
            </div>
          </div>
          <div class="panel">
            <div class="wrapper">
              <h2>About Us</h2>
              <div class="image_wrapper fl_image"> <img src="thewall-images/image_08.jpg" alt=""/> </div>
              <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque nec dictum tortor. Etiam ultrices neque id augue rhoncus in gravida eros dictum. Integer interdum sapien id diam tempor dapibus. Aliquam lobortis nunc risus. Suspendisse <a href="#">sodales</a> massa velit. Quisque odio quam, pulvinar sit amet convallis eget, venenatis ut turpis. Donec ultricies eros et magna viverra venenatis et at arcu. Suspendisse quis tincidunt orci. Nam lobortis varius porttitor. Quisque ut ipsum non tortor laoreet tristique. Sed auctor mollis massa vel aliquet. </p>
              <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer enim metus, convallis id semper vel, posuere ac dui. Integer <a href="#">vestibulum</a>, elit non lobortis sodales, dui nibh imperdiet turpis, id lobortis enim turpis eget ante. Donec non magna nunc. Donec ultricies fermentum sapien in facilisis.</p>
              <div class="image_wrapper fr_image"> <img src="thewall-images/image_09.jpg" alt=""/> </div>
              <p>Etiam vulputate mattis neque in egestas. Donec porta augue a justo consectetur nec fringilla sem feugiat. Vivamus non lacus elit. Duis tortor orci, consequat ac <a href="#">ullamcorper</a> ac, pulvinar et nunc. Curabitur sed massa nulla, quis pellentesque neque. Phasellus euismod congue felis eget lacinia. Ut suscipit, nunc a rhoncus rhoncus, risus nibh cursus velit. </p>
              <p><a href="#" class="cross-link">&#171; Previous</a> | <a href="#" class="cross-link">Next &#187;</a></p>
            </div>
          </div>
          <div class="panel">
            <div class="wrapper">
              <h2>Contact Us</h2>
              <div id="contact_form">
                <form method="post" name="contact" action="#">
                  <input type="hidden" name="post" value=" Send " />
                  <label for="author">Name:</label>
                  <input type="text" id="author" name="author" class="required input_field" />
                  <div class="cleaner_h10"></div>
                  <label for="email">Email:</label>
                  <input type="text" id="email" name="email" class="validate-email required input_field" />
                  <div class="cleaner_h10"></div>
                  <label for="url">URL:</label>
                  <input type="text" name="url" id="url" class="input_field" />
                  <div class="cleaner_h10"></div>
                  <label for="text">Message:</label>
                  <textarea id="text" name="text" rows="6" cols="30" class="required"></textarea>
                  <div class="cleaner_h10"></div>
                  <input style="font-weight: bold;" type="submit" class="submit_btn" name="submit" id="submit" value=" Send " />
                  <input style="font-weight: bold;" type="reset" class="submit_btn" name="reset" id="reset" value=" Reset " />
                </form>
              </div>
              <div class="address_info">
                <h3>Address</h3>
                550-660 Quisque odio quam, <br />
                Pulvinar sit amet convallis eget, 10560<br />
                Venenatis ut turpis<br />
                email: info [ at ] yourcompany [ dot ] com </div>
              <div class="cleaner_h20"></div>
              <p><a href="#" class="cross-link">&#171; Previous</a> | <a href="#" class="cross-link">Next &#187;</a></p>
            </div>
          </div>
        </div>
        <!-- .panelContainer -->
      </div>
      <!-- #slider1 -->
    </div>
    <!-- .slider-wrap -->
    <p id="cross-links" style="width:0px; height: 0px; font-size:0; overflow: hidden;"> Same-page cross-link controls:<br />
      <a href="#" class="cross-link">Page 1</a> | <a href="#" class="cross-link">Page 2</a> | <a href="#" class="cross-link">Page 3</a> | <a href="#" class="cross-link">Page 4</a> | <a href="#" class="cross-link">Page 5</a> </p>
    <!-- end of slider -->
  </div>
  <!-- end of content -->
</div>
<!-- end of content_wrapper -->
<div id="footer_wrapper">
  <div id="footer"> Copyright &copy; 2048 <a href="#">Your Company Name</a> | Designed by <a href="http://www.templatemo.com/">Free CSS Templates</a></div>
  <!-- end of footer -->
</div>
<!-- end of footer_wrapper -->
</body>
</html>

   
    
    
  








Related examples in the same category

1.sprayedstrokes
2.Square
3.squarely
4.st-valentines-day
5.stacko
6.stamp
7.standardissue
8.standardized
9.starburst
10.stardust
11.stargazer
12.stark
13.steppingstone
14.stichy
15.stickybud
16.stickynotes
17.Stock
18.streetclock
19.strict
20.strockes
21.students-site
22.stygian
23.stylevantage1-0
24.stylish
25.stylized
26.subdued
27.subordinate
28.substance
29.substantial
30.superior
31.supplementary
32.surpris
33.surreal
34.sweatbee
35.swift
36.switchr
37.sworm
38.Symisun_01
39.symphonic
40.symphonyofhorror
41.synchronize
42.Synergy
43.systematized
44.tabbed
45.tangular
46.tardy
47.tcm
48.tealzine
49.team_three
50.templatika
51.Tenebrific
52.terje1_winter
53.terrafirma
54.terrafirma2
55.The-Carbon
56.the-dark-one
57.the-island
58.the-mmozine
59.the-music-studio
60.the-new-audi
61.the-synopsis
62.the-themepod
63.the-web-news
64.theacmegroup
65.thechosenone
66.thelatest
67.themanor
68.tinytemplate
69.themissing-piece
70.thermal
71.thesite
72.thetechies
73.the_gig
74.thisistext
75.throughout
76.thunder
77.ticktocklight
78.time
79.Timeless Template
80.timeless
81.timemanager
82.toolkit
83.tooplain
84.topbusiness
85.topgadgets
86.topworks
87.tornpaperdocom
88.totaltouch
89.towers
90.traditionalist
91.transient
92.transition
93.transport
94.trialservices
95.trikea-static
96.trinityinstitute
97.tropical-evening
98.tropical
99.truenature
100.turn-out-mag
101.Turnesol
102.turnitup
103.turrion-development
104.tv-archade
105.twirling
106.twisted
107.Typography
108.ultimateweb
109.unbound-1.0
110.uncomplicated
111.undefined
112.Underground
113.undertaking
114.UnderWraps
115.undiscovered
116.unembellished
117.unilluminated
118.uniq
119.unite
120.universal
121.unknown
122.unlink
123.unnamed
124.unqualified
125.urbanartist
126.usabilityreport
127.variety
128.vectorlover1-0
129.vegetable
130.veggie
131.ventix
132.vertical
133.verticals
134.vertigo
135.VeryGreen
136.VIBE
137.vibrant
138.Village
139.vintage-style
140.violetrays
141.visioninc
142.visions
143.vitruvius
144.vivid
145.Viziora
146.voodoo-dolls
147.voodoodollyv2.0
148.voyage
149.WaiveLive
150.walls
151.wanderer
152.warmblue
153.warped
154.watchthis
155.watercolored-portfolio
156.waterfactory
157.waterfall
158.waterfalls
159.WaterPool
160.we think
161.web-application
162.web-design-studio
163.web-design
164.web-hosting
165.web-shop
166.web2
167.webdesign
168.webdesigninfo
169.webmob
170.websitedesignx
171.webvision
172.Web_Application
173.wellness
174.whatsyoursolution
175.wickedred
176.widecommerce
177.widget
178.widgetlike
179.wildgoose
180.wing-the-air
181.winglobal
182.wiremesh
183.world-of-warcraft
184.xenlog
185.xgallery
186.xhtmldesign
187.xhtmldev_rainbow
188.xhtmldev_RealEstate
189.xodafields0.2
190.ynt
191.yosemite
192.your-blazing-app
193.yourhost
194.yourministry
195.zillanine