freecss_modern : Design 5 « Templates « HTML / CSS






freecss_modern

    

<!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>MyFreeCssTemplates.com free CSS template</title>
        <meta name="keywords" content="" />
        <meta name="description" content="" />
<style type='text/css'>
/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

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

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

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

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

body {  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    background: #e6e6e6;
}

h3{
  font-size: 18px;
  font-weight: bold;
  color: #515151;
  background: url(freecss_modern-images/h3_bg_line.jpg) repeat-x center;
  clear: both;
}

h4{
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding-bottom: 25px;
}

.clear{
  clear: both;  
}

#wrap{
  width: 1000px;
  margin: 0 auto;
}

.wid_center{
  width: 1000px;
  margin: 0 auto;
}

#header{
  position: absolute;
  left: 0;
  width: 100%;
  height: 105px;
  background: #000000;
  border-bottom: 1px solid #ffffff;
}

/*logo*/

#logo{
  border-bottom: 1px solid #515151;
  width: 100%;
  height: 46px;
}

#logo .wid_center a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#logo .wid_center h1 a{
  font-size: 14px;
}

/*
 navigation
*/


#menu{
  width: 700px;
  height: 35px;
  margin: 0 auto;
}

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

#menu ul li{
  display: inline;
}

#menu ul li a{
  font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
  width: 120px;
    height: 58px;
  text-align: center;
  line-height: 58px;
}

#menu ul li a:hover{
  background: url(freecss_modern-images/menu_bg_active.png) no-repeat center bottom;
}

#menu ul li .select{
  background: url(freecss_modern-images/menu_bg_active.png) no-repeat center bottom;
}

/*
  introduce
*/

#intro{
  clear: both;
  padding-top: 115px;
  text-align: center;
  padding-bottom: 15px;
}

#intro h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.razd_bor{
  border-top: 1px solid #515151;
  padding-bottom: 20px;
}

/*
  prewiev
*/

.prew_box{
  height: 330px;
}

.prew_bg1{
  background: url(freecss_modern-images/prev_bg_1.jpg) no-repeat top left;
}

.prew_bg2{
  background: url(freecss_modern-images/prev_bg_2.jpg) no-repeat top left;
}

.prew_bg3{
  background: url(freecss_modern-images/prev_bg_3.jpg) no-repeat top left;
}

.prew_bg4{
  background: url(freecss_modern-images/prev_bg_4.jpg) no-repeat top left;
}

.prew_bg5{
  background: url(freecss_modern-images/prev_bg_5.jpg) no-repeat top left;
}

.prew_but_left{
  float: left;
  width: 15px;
  padding-left: 30px;
  padding-top: 152px;
}

.prew_but_middle{
  float: left;
  width: 910px;
  text-align: center;
}

.prew_but_middle ul{
  list-style: none;
  width: 110px;
  margin: 0 auto;
  padding-top: 300px;
}

.prew_but_middle ul li{
  float: left;
  padding-left: 5px;
}

.prew_but_middle ul li a{
  display: block;
  background: url(freecss_modern-images/prev_but_bg.png) no-repeat top right;
  width: 16px;
  height: 15px;
}

.prew_but_middle ul li a:hover{
  background: url(freecss_modern-images/prev_but_select.png) no-repeat;
}

.prew_but_middle ul li .select{
  background: url(freecss_modern-images/prev_but_select.png) no-repeat;
}

.prew_but_right{
  float: left;
  width: 45px;
  padding-top: 152px;
}

.prew_bot
{
margin-top: 30px;
}

.prew_bot p{
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding: 5px;
}

/*
  content
*/

#content{
  padding-bottom: 20px;
}

h3 a{
  color: #515151;
  background: #e6e6e6;
  padding-right: 10px;
}

h3 a:hover{
  color: #515151;
}

/*
  3 column box
*/

.box_3col{
  padding: 15px 0px 15px 0px;
}

.col1, .col2, .col3{
  float: left;
  width: 300px;
  padding: 0px 15px 0px 15px;
}

.col2, .col3{
  background: url(freecss_modern-images/bor_3col.gif) repeat-y left;
}

/*
  white last box
*/

.white_box{
  background: #ffffff;
  padding: 15px;
}

/*
  footer
*/

#footer{
  position: absolute;
  left: 0;
  width: 100%;
  background: #000000 url(freecss_modern-images/footer_bg.jpg) repeat-x top;
  color: #ffffff;
  font-size: 11px;
}

#footer a{
  color: #ffffff;
}

#footer .foot_bg{
  background: url(freecss_modern-images/bor_4col.gif) repeat-y left;
}

.foot_column4{
  padding: 0px 20px 0px 20px;
}

.foot_col1, .foot_col2, .foot_col3, .foot_col4{
    float: left;
  padding-left: 30px;
  padding-right: 30px;
}

.foot_col1, .foot_col2, .foot_col3{

}

.foot_col1{
    width: 115px;
}

.foot_col2{
    width: 201px;
}

.foot_col2 p{
  padding-bottom: 4px;
}

.foot_col3{
    width: 238px;
}

.foot_col4{
    width: 161px;
}

.foot_col4 a{
  font-weight: normal;
}

.ls{
    list-style: none;
    padding-left: 0px;
}

.ls li{
    margin-bottom: 4px;
}

.ls li a{
    background: url(freecss_modern-images/ls.gif) no-repeat 0px 6px;
    display: block;
    padding-left: 15px;
    padding-bottom: 4px;
    color: #ffffff;
    font-weight: normal;
}

.link1{
    background: url(freecss_modern-images/link1.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link2{
    background: url(freecss_modern-images/link2.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link3{
    background: url(freecss_modern-images/link3.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link4{
    background: url(freecss_modern-images/link4.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

/*
  footer bottom
*/

#footer_bot{
  position: absolute;
  left: 0;
  width: 100%;
  background: #e6e6e6;
  text-align: center;
  padding: 10px 0px 10px 0px;
}

#footer_bot a, #footer_bot p{
  color: #000000;
  font-weight: normal;
}



/*=*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=*/


#slider-wrapper {
    width: 1000px;
    height: 330px;
    margin:0 auto;

}

#slider {
  position:relative;
    width: 1000px;
    height: 330px;
  background:url(freecss_modern-images/loading.gif) no-repeat 50% 50%;
}
#slider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
#slider a {
  border:0;
  display:block;
}

.nivo-controlNav {
  position:absolute;
  left: 430px;
  bottom: 12px;

}
.nivo-controlNav a {
  display:block;
  width:22px;
  height:22px;
  background:url(freecss_modern-images/prev_but_bg.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin-right:3px;
  float:left;
}
.nivo-controlNav a.active {
  background-position:0 -22px;
    background:url(freecss_modern-images/prev_but_select.png) no-repeat;
}

.nivo-directionNav a {
  display:block;
  width:30px;
  height:30px;
  background:url(freecss_modern-images/arrows.png) no-repeat;
  text-indent:-9999px;
  border:0;
}
a.nivo-nextNav {
  background-position:-30px 0;
  right:15px;
}
a.nivo-prevNav {
  left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


</style>


    <link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />
    </head>
    <body>
    <div id="wrap">
      <div id="header">
        <div id="logo">
          <div class="wid_center">
            <h1><a href="#">freecss_modern</a></h1>
                      <a href="#"><small>Small Company Slogan Goes Here</small></a>
          </div>
        </div>
        <div id="menu">
          <ul>
            <li><a href="#" class="select">Home</a></li>
            <li><a href="#">Blog</a></li>
            <li><a href="#">Gallery</a></li>
            <li><a href="#">About Us</a></li>
            <li><a href="#">Contact Us</a></li>
          </ul>
        </div>
      </div>
      
      <div id="intro">
        <h2>Lorem ipsum dolor</h2>
        <p>&quot;Nulla mollis, magna quis feugiat faucibus, risus lorem lacinia <br /> justo, et adipiscing tortor lacus in nunc.&quot;</p>
      </div>
      <div class="razd_bor"></div>
      <div class="prew_box prew_bg1">        
        
        <div id="slider-wrapper">        
            <div id="slider" class="nivoSlider">
                <img src="freecss_modern-images/prev_bg_1.jpg" alt="" />
                <img src="freecss_modern-images/prev_bg_2.jpg" alt=""/>
                <img src="freecss_modern-images/prev_bg_3.jpg" alt="" />
        <img src="freecss_modern-images/prev_bg_4.jpg" alt="" />
        <img src="freecss_modern-images/prev_bg_5.jpg" alt="" />
            </div>
              
        </div>

<script type="text/javascript" src="lib/jquery-1.4.3.min.js"></script>
    <script type="text/javascript" src="lib/jquery.nivo.slider.pack.js"></script>
    <script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider();
    });
    </script>
        
      </div>
      <div class="prew_bot">
        <p> Nulla tellus mi, sodales tincidunt ultrices vehicula, mattis vel justo.<br />
        Sed in nisl leo, sit amet ornare enim. </p>
      </div>
      <div id="content">
        <h3><a href="#">Vestibulum vel lacus eget</a></h3>
        <div class="box_3col">
          <div class="col1">
            <img src="freecss_modern-images/img1.jpg" alt="" title="" />
          </div>
          <div class="col2">
            <img src="freecss_modern-images/img2.jpg" alt="" title="" />
          </div>
          <div class="col3">
            <img src="freecss_modern-images/img3.jpg" alt="" title="" />
          </div>
          <div class="clear"></div>
        </div>
        <h3><a href="#">Vivamus tempor mauris </a></h3>
        <div class="box_3col">
          <div class="col1">
            <p><a href="#">Nunc eget mi id risus tempor rhoncus.</a><br />
            Integer lectus sapien, pulvinar non ornare quis, vulputate vel eros. Cras aliquam quam eget odio accumsan eu lobortis urna mollis. <a href="#">&raquo;</a></p>
          </div>
          <div class="col2">
            <p><a href="#">Aliquam congue nisi quis felis porttitor vestibulum.</a><br />
            Nam eget metus dui, eu consectetur urna. Donec sed mauris quis nisl iaculis. Sed suscipit lobortis massa, imperdiet feugiat ante bibendum et.  <a href="#">&raquo;</a></p>
          </div>
          <div class="col3">
            <p><a href="#">Vivamus tempor mauris at mi convallis tempor. </a><br />
            Ut tellus erat, ultricies sed cursus sit amet, vestibulum vel nibh. Sed suscipit lobortis. Phasellus viverra, lectus a tristique rutrum, ante justo cursus odio <a href="#">&raquo;</a></p>
          </div>
          <div class="clear"></div>
        </div>
        <div class="white_box">
          <p><a href="#">Phasellus viverra, lectus a tristique rutrum, ante justo cursus odio, ut semper nunc metus ac sapien. </a><br />
          Aenean ut sapien ut nulla mollis gravida in quis elit. Vivamus pretium scelerisque augue eget aliquet.. Nulla facilisi. Aliquam erat volutpat. Donec lobortis bibendum pellentesque. Sed lobortis, arcu sit amet tempus interdum, dui sem convallis turpis, sed eleifend arcu urna sit amet lacus. <a href="#">&raquo;</a></p>
        </div>
        <div class="clear"></div>
      </div>
      <div id="footer">
        <div class="wid_center" style="padding-bottom: 20px;">
          <div class="foot_column4">
                        <div class="foot_col1">
                            <h4>Services</h4>
                        </div>
                        <div class="foot_col2">
                            <h4>Contact Information</h4>
                        </div>
                        <div class="foot_col3">
                           <h4>Recent Posts</h4>
                        </div>
                        <div class="foot_col4">
                            <h4>Follow Us</h4>
                        </div>
                        <div style="clear: both"></div>
                    </div>
          
          <div class="foot_column4 foot_bg">
                        <div class="foot_col1">
                            <ul class="ls">
                                <li><a href="#">Service Number 1</a></li>
                                <li><a href="#">Service Number 2</a></li>
                                <li><a href="#">Service Number 3</a></li>
                                <li><a href="#">Service Number 4</a></li>
                                <li><a href="#">Service Number 5</a></li>
                                <li><a href="#">Service Number 6</a></li>
                <li><a href="#">Service Number 7</a></li>
                            </ul>
                        </div>
                        <div class="foot_col2">
                              <p>1234 SomeStreet</p>
                <p>Brooklyn, NY 11201</p>
                <p>Phone:  1(234) 567 8910</p>
                <p>Fax: 1(234) 567 8910</p>
                <p>E-mail:companyname@yahoo.com</p>
                        </div>
                        <div class="foot_col3">
                           <p><a href="#">Vestibulum vel lacus eget nisl.</a><br />
              Nulla mollis, magna quis feugiat faucibus, risus lorem lacinia justo, et adipiscing tortor lacus in nunc. </p>
                          <br />
              <p><a href="#">Duis in tellus vel ipsum bibendum.</a><br />
              Nunc eget mi id risus tempor rhoncus. Integer lectus sapien, pulvinar non ornare quis, vulputate vel eros. <a href="#">&raquo;</a></p>
            </div>
                        <div class="foot_col4">
                          <div class="link1"><a href="#">Subscribe to Blog</a></div>
                          <div class="link2"><a href="#">Be a fan on Facebook</a></div>
                          <div class="link3"><a href="#">RSS Feed</a></div>
                          <div class="link4"><a href="#">Follow us on Twitter</a></div>
                        </div>
                        <div style="clear: both"></div>
                    </div>
        </div>
        <div id="footer_bot">
          <p>Copyright  2011. <!-- Do not remove -->Designed by <a href="http://www.metamorphozis.com/" title="Flash Templates">Flash Templates</a>, coded by <a href="http://www.myfreecsstemplates.com/" title="Free CSS Templates">Free CSS Templates</a><!-- end --></p>
              <p><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a> | <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page validates as CSS"><abbr title="Cascading Style Sheets">CSS</abbr></a></p>
        </div>
      </div>
    </div>
    </body>
</html>

   
    
    
    
  








Related examples in the same category

1.d-tv
2.dogstemplate
3.domesticated
4.dottis
5.duet-plasma
6.dusky
7.dusplic
8.dynamic
9.dzine
10.eastern-tales
11.easybreeze
12.easymoto
13.eatlon
14.ebullient
15.echo
16.ecolution-warrior
17.ecom-1
18.edgy
19.edy-builders
20.efflorescence
21.elements
22.elitecircle1-0
23.emblazoned
24.embouteillage
25.emerald
26.emergence
27.emperor
28.empireserver
29.emporium
30.enclosed
31.endless
32.energybox
33.enlight
34.enlighten1-0
35.enormous
36.enter
37.enthusiastica
38.entomology
39.envision1-0
40.epod
41.equivalency
42.ergophobia
43.established
44.etags
45.euphonics
46.europe
47.everydayseries
48.evolution
49.exalted
50.excess
51.excursus
52.Executive Template
53.executive
54.Exotic_Blue
55.Exotic_Red
56.fotografix
57.fotolandia
58.foundation
59.foxy
60.fractalbroccoli
61.fragrance
62.frankincense
63.freches-fruechtchen
64.free-css-lunch
65.freecsstemplate 55
66.freecsstemplateno57
67.freecsswebsitetemplate39
68.freecss_greentextile
69.freecss_monolit
70.freecss_redleaves
71.freecss_set
72.freeport
73.freeradicals
74.freestyle
75.frozenage
76.ftd-redblack
77.ftdbusiness
78.ftdcinema
79.ftddrops
80.ftdExplosionBlue
81.ftditight
82.ftdkiwi
83.ftdlagoon
84.ftdLight
85.ftdLightBlue
86.ftdluminescent
87.ftdMoonLight
88.ftdprime
89.ftdspace
90.ftdvivid
91.ftdworld
92.funkytimes
93.funride
94.futuremag-aio
95.fword_three
96.galaxy
97.gallerize
98.gamberetto
99.gameportal
100.Ganesh01
101.gastropoda
102.gathering14
103.gazebo
104.gconsultant
105.general
106.genesis
107.genghiskahn
108.genius_web
109.gentle_wiki
110.geoforce
111.gestured
112.gift-gallery
113.giftig-gruen
114.gila
115.glazed
116.godetia
117.godofgates
118.GoFlexible
119.goinggrey
120.gradientis
121.grandenally
122.grandhost
123.GraniteGlass
124.greefies