particle : Design 6 « Templates « HTML / CSS






particle

   

<!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>Particle</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
body {
  margin: 0;
  padding: 0;
  line-height: 1.7em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
    background: #0f100e url(particle-images/main_bg.jpg) repeat-x top;
}
    
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC0000; text-decoration: underline; }

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; }

.margin_r_15 { margin-right: 15px; }

.button_01 a {
  float: right;
  clear: both;
  display: block;
  width: 120px;
  height: 25px;
  padding: 5px 0 0 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: url(particle-images/button_01.png) no-repeat;
}

h1 {
  margin: 0px;
  padding: 2px 0;
  font-size: 30px;
  font-weight: bold;
}

h2 {
  margin: 0 0 10px 0;
  padding: 2px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
}

h3 {
  margin: 0 0 10px 0;
  padding: 2px 0;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  border-bottom: 1px solid #333;
}

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

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

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


/* site title */

#site_title_bar_wrapper {
  width: 100%;
  height: 80px;
  margin: 0 auto;  
  background:  url(particle-images/site_title_wrapper.jpg) top center no-repeat;
}

#site_title_bar {
  width: 960px;
  height: 80px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  background: url(particle-images/site_title_bg.jpg) top center no-repeat;
}

#site_title {
  float: left;
  margin: 0px;
  padding: 25px 0 0 0;
}

#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;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  margin-left: 5px;
}

#site_title_bar #search_box {
  float: right;
  width: 280px;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 10px 0 0 0;
}

#search_box form {
  float: left;
  width: 280px;
  height: 30px;
  margin: 0;
  padding: 0;
}

#searchfield {
  height: 20px;
  width: 195px;
  padding: 6px 5px 4px 5px;
  margin: 0px;
  color: #ffffff;
  font-size: 12px;
  font-variant: normal;
  line-height: normal;
  background: none;
  border: none;  
}

#searchbutton {
   height: 30px;
  width: 70px;
  margin: 0px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  vertical-align: bottom;
  white-space: pre;
  color: #ffffff;
  background: none; 
  border: none;
}

/* menu */

/* banner */

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

#banner {
  width: 960px;
  height: 270px;
  padding: 0 10px;
  margin: 0 auto;
  background: url(particle-images/banner_bg.jpg) no-repeat center top;
}

#banner_slider {
  clear: both;
  width: 960px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 20px 0 0 0;
}

/* end of banner */

/* end of menu */

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

#menu {
  clear: both;
  width: 980px;
  height: 50px;
  margin: 0 auto;
  background: url(particle-images/menu_bg.jpg) top center no-repeat;
}

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

#menu ul li {
  padding: 0;
  margin: 0px;
  display: inline;
}

#menu ul li a {
  float: left;
  display: block;
  width: 120px;
  height: 25px;
  padding: 5px 0 0 0;
  margin: 0 10px 0 0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;  
  outline: none;
}

#menu li a:hover, #menu li .current {
  color: #000000;
  background:url(particle-images/button_01.png) no-repeat;
}

#menu li .last {
  margin-right: 10px;
}

/* end of menu */

/* content */

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

#content {
  width: 960px;
  margin: 0 auto;
  padding: 30px 10px;
  background: url(particle-images/content_bg_middle.png) repeat-y center;
}

#content_bottom {
  width: 980px;
  height: 15px;
  margin: 0 auto;
  background: url(particle-images/content_bg_bottom.png) no-repeat center top;
}

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

.section_w960_p15 {
  clear: both;
  width: 940px;
  padding: 0 15px;
}

.section_w960_p30 {
  clear: both;
  width: 910px;
  padding: 0 30px;
}

.box {
  float: left;
  width: 300px;
  background: url(particle-images/box_01_middle.jpg) repeat-y;
}

.box_top {
  width: 300px;
  height: 5px;
  background:url(particle-images/box_01_top.jpg) no-repeat;
}

.box_bottom {
  width: 300px;
  height: 15px;
  background: url(particle-images/box_01_bottom.jpg) no-repeat;
}

.box .box_content {
  padding: 15px 20px 15px 20px;
}

.box h2 {
  color: #9b1919;
  font-size: 16px;
  margin-bottom: 20px;
}

.box .box_image_wrapper {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.em_text {
  font-size: 14px;
  color: #000;
}

/* footer */

#footer {
  width: 960px;
  margin: 0 auto;
  padding: 40px 10px;
  color: #cccccc;
}

#footer  a {
  color: #ffffff;
}

#footer .section_w240 {
  float: left;
  width: 200px;
  padding-right: 40px;
}

#footer .section_w240 h3 {
  width: 175px;
  height: 30px;
  font-size:14px;
  font-weight: bold;
  color: #ffffff;
  
}

#footer .footer_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}


#footer .footer_list li {
  margin: 0px;
  padding: 3px 0;
}

#footer .footer_list li a {
  color: #cccccc;
}

#footer .footer_list li a:hover {
  color: #FFFF00;
  text-decoration: none;
}
/* end of footer */

</style>


<link href="css/jquery.ennui.contentslider.css" rel="stylesheet" type="text/css" media="screen,projection" />
<script language="javascript" type="text/javascript">
function clearText(field) {
    if (field.defaultValue == field.value) field.value = '';
    else if (field.value == '') field.value = field.defaultValue;
}
</script>
</head>
<body>
<div id="site_title_bar_wrapper">
  <div id="site_title_bar">
    <div id="site_title">
      <h1><a href="#"> <img src="particle-images/logo.png" alt="" /><span>free css templates</span> </a></h1>
    </div>
    <div id="search_box">
      <form action="#" method="get">
        <input type="text" value="Enter keyword here..." name="q" size="10" id="searchfield" onfocus="clearText(this)" onblur="clearText(this)" />
        <input type="submit" name="Search" value="" alt="Search" id="searchbutton" />
      </form>
    </div>
  </div>
  <!-- end of site_title_bar -->
</div>
<!-- end of site_title_bar_wrapper -->
<div id="banner_wrapper">
  <div id="banner">
    <div id="banner_slider">
      <div id="one" class="contentslider">
        <div class="cs_wrapper">
          <div class="cs_slider">
            <div class="cs_article">
              <div class="slider_content_wrapper">
                <div class="slider_content">
                  <h2>Lorem ipsum dolor sit amet</h2>
                  <p>Etiam nec purus eleifend diam faucibus cursus. Nunc ac sapien id arcu ultricies imperdiet. Praesent in viverra metus. Morbi sed adipiscing quam. Curabitur at nunc dui, rhoncus molestie massa. Cras condimentum consectetur tortor ut accumsan.</p>
                  <div class="more"><a href="#">More...</a></div>
                </div>
                <div class="slider_image"> <img src="particle-images/image_04.jpg" alt="" /> </div>
                <div class="cleaner"></div>
              </div>
            </div>
            <!-- End cs_article -->
            <div class="cs_article">
              <div class="slider_content_wrapper">
                <div class="slider_content">
                  <h2>Aliquam in ligula turpis</h2>
                  <p>Nam ullamcorper feugiat leo, at aliquet enim varius id. Aenean gravida tellus sed velit vulputate sed ultricies arcu volutpat. Sed vel odio dui, vel vehicula orci. Nam volutpat imperdiet sollicitudin. Aliquam tempus convallis quam sed venenatis. Sed tempus dapibus velit non blandit. </p>
                  <div class="more"><a href="#">More...</a></div>
                </div>
                <div class="slider_image"> <img src="particle-images/image_05.jpg" alt="" /> </div>
              </div>
            </div>
            <!-- End cs_article -->
            <div class="cs_article">
              <div class="slider_content_wrapper">
                <div class="slider_content">
                  <h2>Etiam erat vel suscipit </h2>
                  <p>Nam ullamcorper feugiat leo, at aliquet enim varius id. Aenean gravida tellus sed velit vulputate sed ultricies arcu volutpat. Sed vel odio dui, vel vehicula orci. Nam volutpat imperdiet sollicitudin. Aliquam tempus convallis quam sed venenatis. Sed tempus dapibus velit non blandit. </p>
                  <div class="more"><a href="#">More...</a></div>
                </div>
                <div class="slider_image"> <img src="particle-images/image_06.jpg" alt="" /> </div>
              </div>
            </div>
            <!-- End cs_article -->
            <div class="cs_article">
              <div class="slider_content_wrapper">
                <div class="slider_content">
                  <h2>Sed porta consectetur turpis</h2>
                  <p>Pellentesque lacinia augue non sem tincidunt varius. Integer vulputate nulla non tellus pharetra gravida. Vivamus blandit auctor elit at ultricies. Integer pulvinar tincidunt ullamcorper. Morbi ornare neque ac eros vestibulum sit amet sodales nulla feugiat. </p>
                  <div class="more"><a href="#">More...</a></div>
                </div>
                <div class="slider_image"> <img src="particle-images/image_03.jpg" alt="" /> </div>
              </div>
            </div>
            <!-- End cs_article -->
          </div>
          <!-- End cs_slider -->
        </div>
        <!-- End cs_wrapper -->
      </div>
      <!-- End contentslider -->
      <!-- Site JavaScript -->
      <script type="text/javascript" src="js/jquery-1.3.1.min.js"></script>
      <script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
      <script type="text/javascript" src="js/jquery.ennui.contentslider.js"></script>
      <script type="text/javascript">
    $(function () {
      $('#one').ContentSlider({
        width: '960px',
        height: '250px',
        speed: 400,
        easing: 'easeOutSine'
      });
    });
      </script>
      <script src="js/jquery.chili-2.2.js" type="text/javascript"></script>
      <script src="js/chili/recipes.js" type="text/javascript"></script>
      <div class="cleaner"></div>
    </div>
    <!-- end of popular_posts -->
  </div>
  <!-- end of banner -->
</div>
<!-- end of banner_wrapper -->
<div id="menu_wrapper">
  <div id="menu">
    <ul>
      <li><a href="#" class="current">Home</a></li>
      <li><a href="#">Products</a></li>
      <li><a href="#">Services</a></li>
      <li><a href="#">Gallery</a></li>
      <li><a href="#">Company</a></li>
      <li><a href="#">Contact</a></li>
    </ul>
  </div>
  <!-- end of menu -->
</div>
<!-- end of menu_wrapper -->
<div id="content_wrapper">
  <div id="content">
    <div class="section_w960_p15">
      <div class="box margin_r_15">
        <div class="box_top"></div>
        <div class="box_content">
          <h2>Product One</h2>
          <div class="box_image_wrapper"> <img src="particle-images/image07.png" alt="" /> </div>
          <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <a href="#">Quisque</a> nec dictum tortor. Etiam ultrices neque id augue rhoncus in gravida eros dictum. Integer interdum sapien id diam tempor dapibus.</p>
          <div class="button_01"><a href="#">Read more</a></div>
          <div class="cleaner"></div>
        </div>
        <div class="box_bottom"></div>
      </div>
      <div class="box margin_r_15">
        <div class="box_top"></div>
        <div class="box_content">
          <h2>Product Two</h2>
          <div class="box_image_wrapper"> <img src="particle-images/image08.png" alt="" /> </div>
          <p>Proin a mauris non urna sagittis molestie sit amet sit amet lorem. Nulla lobortis ante et odio semper pulvinar vitae ut nisi. <a href="#">Aliquam</a> erat volutpat. Quisque lectus odio, accumsan id auctor ut, sodales at nisi.</p>
          <div class="button_01"><a href="#">Read more</a></div>
          <div class="cleaner"></div>
        </div>
        <div class="box_bottom"></div>
      </div>
      <div class="box">
        <div class="box_top"></div>
        <div class="box_content">
          <h2>Product Three</h2>
          <div class="box_image_wrapper"> <img src="particle-images/image09.png" alt="" /> </div>
          <p>In cursus vulputate enim at congue. Aenean eleifend lorem eu nisl convallis cursus. <a href="#">Phasellus</a> dapibus magna est. Nullam viverra adipiscing rutrum. Pellentesque sagittis vestibulum ipsum.</p>
          <div class="button_01"><a href="#">Read more</a></div>
          <div class="cleaner"></div>
        </div>
        <div class="box_bottom"></div>
      </div>
    </div>
    <div class="cleaner_h30"></div>
    <div class="section_w960_p30">
      <h2>Welcome to our WEBSITE</h2>
      <p class="em_text">This <a href="#">free CSS template</a> is provided by TemplateMo.com for anyone. You may download, edit and apply this template for your websites. Credit goes to <a href="#">webappers.com</a> for icons used in this template. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend ornare ipsum, eu tincidunt nunc pulvinar tincidunt. Integer vel erat purus, quis pulvinar metus. Phasellus sed orci eros.</p>
      <div class="cleaner_h20"></div>
      <a href="#"><img src="particle-images/image_01.jpg" alt="" width="300" height="150" class="image_wrapper fl_image" /></a>
      <p> Duis vitae ornare ante. Morbi sit amet molestie nisl. Phasellus eu pulvinar nunc. <a href="#">Aenean</a> a purus sem. Etiam scelerisque nisi vitae justo euismod accumsan. Curabitur et ante quis eros fringilla pretium at a purus. Mauris ullamcorper ipsum nec lacus consectetur porttitor. Quisque <a href="#">consectetur</a> elit eu metus elementum et tristique turpis dignissim. In hac habitasse platea dictumst. </p>
      <p>Sed sollicitudin turpis non diam tristique a <a href="#">faucibus</a> purus pellentesque. Nullam nulla metus, imperdiet at iaculis vitae, viverra vitae lorem. Donec vehicula interdum tristique. Cras sit amet sem ac sapien eleifend <a href="#">euismod</a>. Morbi congue pharetra eros non tempor. <a href="#">Curabitur</a> imperdiet egestas tellus, eget placerat elit lobortis id. Etiam lobortis bibendum fringilla. Quisque tristique tortor ut orci malesuada mattis. </p>
      <div class="cleaner"></div>
    </div>
    <div class="cleaner"></div>
  </div>
  <!-- end of content -->
  <div id="content_bottom"></div>
</div>
<!-- end of content_wrapper -->
<div id="footer">
  <div class="section_w240">
    <h3>Privacy Policy</h3>
    <div class="sub_content">
      <p>Nullam ultrices tempor nisi, ac egestas diam aliquam a. Ut eleifend semper turpis, id feugiat arcu dignissim eu. Donec mattis adipiscing imperdiet.</p>
    </div>
  </div>
  <div class="section_w240">
    <h3>Partners</h3>
    <div class="sub_content">
      <ul class="footer_list">
        <li><a href="#">Free CSS Templates</a></li>
        <li><a href="#">Free Flash Templates</a></li>
        <li><a href="#">Premium Web Templates</a></li>
        <li><a href="#">Web Design Blog</a></li>
        <li><a href="#">Best Flash Websites</a></li>
      </ul>
    </div>
  </div>
  <div class="section_w240">
    <h3>Other links</h3>
    <div class="sub_content">
      <ul class="footer_list">
        <li><a href="#">Lorem ipsum dolor</a></li>
        <li><a href="#">Cum sociis</a></li>
        <li><a href="#">Donec quam</a></li>
        <li><a href="#">Nulla consequat</a></li>
        <li><a href="#">In enim justo</a></li>
      </ul>
    </div>
  </div>
  <div class="section_w240">
    <h3>Support Team</h3>
    <div class="sub_content">
      <ul class="footer_list">
        <li><a href="#">Aenean vulputate</a></li>
        <li><a href="#">Etiam ultricies</a></li>
        <li><a href="#">Nullam quis</a></li>
        <li><a href="#">Sed consequat</a></li>
        <li><a href="#">Cras dapibus</a></li>
      </ul>
    </div>
  </div>
  <div class="cleaner_h40"></div>
  <center>
    Copyright &copy; 2048 <a href="#">Your Company Name</a> | Designed by <a href="http://www.templatemo.com/">Free CSS Templates</a>
  </center>
</div>
<!-- end of footer -->
</body>
</html>

   
    
    
  








Related examples in the same category

1.newave
2.newdarkside
3.newday
4.newera
5.newfangled
6.newgreeny
7.newgreys
8.newhorizon
9.news portal
10.news-print
11.newsbeat
12.newsflash
13.newsportal
14.newsroll
15.newstheme
16.newwave-business-inc
17.new_rise
18.NiceSite
19.nimbuslike
20.nixed
21.noimages
22.noname1
23.nonzero
24.nothingfanzy
25.nourish
26.nowhere
27.NuahSwirl
28.nullbullum
29.numerology
30.o-no-typography
31.obsess
32.obsession
33.obtanium
34.office-plants
35.offlimits
36.offrecord
37.oheon_com_110100021
38.ohgreenworld
39.Okeanos
40.old-wall
41.oldarchitecture
42.Olive
43.one-penny
44.one_two_three
45.online-edu
46.onlinemoviestore
47.oodles
48.openyourwindows
49.opposed
50.optimal-touch
51.orchidaceae
52.ordinaire
53.ormeggiare
54.ornamental
55.ornate
56.OrngBlu
57.oswd_blozilla
58.our-work
59.ourhouse
60.outdoorv1.0
61.outliers
62.outoftheblue
63.outtabox
64.oxidation
65.package
66.paddy-harvest
67.pagedrape
68.paivi-k
69.paleforest
70.palmtrees
71.pamphlet
72.pancorbo
73.papira
74.paradigm
75.paradise1983
76.parchmenter
77.particles
78.pastel
79.pastelco
80.pastelflowers
81.pastries
82.path-fider
83.patternmaker
84.PattyMcFatPat01
85.PattyMcFatPat03
86.pc
87.Pear Template
88.pear
89.pedestrian
90.penchantforphotos
91.pencilpink
92.people
93.perfectblemish
94.performance
95.perplex
96.personified
97.pillars
98.pills
99.pinnacle
100.Pistachio
101.pixabella
102.pixabella04
103.pixabella06
104.pixelationingreen
105.plaidshirt
106.plainandsimple
107.planning-feed
108.pluralism
109.plurkified
110.pointspace
111.pollinate
112.pollinating
113.pollination