musicshop : Music « Templates « HTML / CSS






musicshop

   

<!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" xml:lang="en" lang="en">
<head>
<title>Music Shop</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type='text/css'>
html, body, h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0;
}
h1 img {
  display: block;
}
img {
  border: 0;
}
a {
  color: #FFFFFF;
}
a:hover {
  color: #FFA405;
}
.left {
  float: left;
}
.right {
  float: right;
}
.more {
  text-align: right;
}
.clear {
  clear: both;
}

body {
  background: #3A0404 url(musicshop-images/page_bg.jpg) repeat-x;
  font: 11px arial, sans-serif;
  color: #464544;
  padding-bottom: 10px;
}

/** layout **/
#wrapper {
  width: 678px;
  min-height: 750px;
  _height: 750px;
  background: url(musicshop-images/header.jpg) no-repeat;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 500px;
}
#nav li {
  float: left;
  background: url(musicshop-images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/

#topcon {
  background: url(musicshop-images/topcon.jpg) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 338px;
  color: #fff;
}
#topcon-inner {
  margin: 33px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  font-size: 14px;
}

/** Body **/

#content {
  width: 710px;
  position: absolute;
  color: #fff;
  top: 299px;
  left: 33px;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#body {
  border: 3px solid white;
  background: #901315;
  padding: 18px;
}

.box {
  float: left;
  width: 195px;
  background: #730F11;
  margin-right: 18px;
}
.box-t { background: top url(musicshop-images/box_t.gif) repeat-x; }
.box-r { background: right url(musicshop-images/box_r.gif) repeat-y; }
.box-b { background: bottom url(musicshop-images/box_b.gif) repeat-x; }
.box-l { background: left url(musicshop-images/box_l.gif) repeat-y; }
.box-tr { background: top right url(musicshop-images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(musicshop-images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(musicshop-images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(musicshop-images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 240px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}


</style>


</head>
<body>
<div id="wrapper">
  <h1><em>MUSIC</em> SHOP</h1>
  <div id="nav">
    <ul>
      <li><a href="http://www.free-css.com/"><span>01</span> ABOUT SHOP</a></li>
      <li><a href="http://www.free-css.com/"><span>02</span> GALLERY</a></li>
      <li><a href="http://www.free-css.com/"><span>03</span> FREE MUSIC</a></li>
      <li><a href="http://www.free-css.com/"><span>04</span> ARTIST</a></li>
      <li><a href="http://www.free-css.com/"><span>05</span> CONTACTS</a></li>
    </ul>
  </div>
  <div id="topcon">
    <div id="topcon-inner">
      <h2>Welcome to Music Shop</h2>
      <p>Don't forget to check <a href="http://www.free-css.com/">free website templates</a> every day, because we add a new free website template almost daily.</p>
      <p>You can remove any link to our websites from this template you're free to use the template without linking back to us.</p>
    </div>
  </div>
  <div id="content">
    <div id="body">
      <div class="box" id="news">
        <div class="box-t">
          <div class="box-r">
            <div class="box-b">
              <div class="box-l">
                <div class="box-tr">
                  <div class="box-br">
                    <div class="box-bl">
                      <div class="box-tl">
                        <h2>NEWS &amp; EVENTS</h2>
                        <h3>05.03.2007</h3>
                        <p>Even more websites all about website templates on <a href="http://www.justwebtemplates.com">Just Web Templates</a>.</p>
                        <p class="more"><a href="http://www.free-css.com/">more...</a></p>
                        <div class="hr-yellow"> </div>
                        <h3>05.03.2007</h3>
                        <p>If you're looking for beautiful and professionally made templates you can find them at <a href="http://www.templatebeauty.com">Template Beauty</a>.</p>
                        <p>If you're having problems editing the template please don't hesitate to ask for help on <a href="http://www.free-css.com/">the forum</a>.</p>
                        <p class="more"><a href="http://www.free-css.com/">more...</a></p>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="box" id="hits">
        <div class="box-t">
          <div class="box-r">
            <div class="box-b">
              <div class="box-l">
                <div class="box-tr">
                  <div class="box-br">
                    <div class="box-bl">
                      <div class="box-tl">
                        <h2>HIT'S LIST</h2>
                        <h3>movie hits</h3>
                        <img src="musicshop-images/pic_1.jpg" width="63" height="91" alt="Pic 1" class="right" />
                        <ul>
                          <li><a href="http://www.free-css.com/">Lorem ipsum dolor s........</a></li>
                          <li><a href="http://www.free-css.com/">Vivamus lobortis p........ </a></li>
                          <li><a href="http://www.free-css.com/">Sit amet, consectetu.......</a></li>
                          <li><a href="http://www.free-css.com/">Lorem ipsum dolor s........</a></li>
                          <li><a href="http://www.free-css.com/">Vivamus lobortis p........ </a></li>
                        </ul>
                        <div class="hr-yellow"> </div>
                        <h3>album hist</h3>
                        <img src="musicshop-images/pic_2.jpg" width="63" height="81" alt="Pic 2" class="right" />
                        <ul>
                          <li><a href="http://www.free-css.com/">Vivamus lobortis p........ </a></li>
                          <li><a href="http://www.free-css.com/">Lorem ipsum dolor s........</a></li>
                          <li><a href="http://www.free-css.com/">Vivamus lobortis p........ </a></li>
                          <li><a href="http://www.free-css.com/">Sit amet, consectetu.......</a></li>
                        </ul>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="box" id="new">
        <div class="box-t">
          <div class="box-r">
            <div class="box-b">
              <div class="box-l">
                <div class="box-tr">
                  <div class="box-br">
                    <div class="box-bl">
                      <div class="box-tl">
                        <h2>NEW RELEASES</h2>
                        <h3>eestas sed</h3>
                        <img src="musicshop-images/pic_3.jpg" width="66" height="52" alt="Pic 3" class="right" />
                        <p>porta vel, nulla. Maecenas condi- mentum sollicitu</p>
                        <h3>Maecenas</h3>
                        <img src="musicshop-images/pic_4.jpg" width="66" height="52" alt="Pic 4" class="right" />
                        <p>ndimentum sollicitudin quam. Sed convallis</p>
                        <h3>sollicitudin</h3>
                        <img src="musicshop-images/pic_5.jpg" width="66" height="52" alt="Pic 5" class="right" />
                        <p>quam. Sed nvallis lacus .vallislacus arcu.vallis</p>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="clear"> </div>
    </div>
    <div id="footer">
      <ul>
        <li><a href="http://www.free-css.com/">PICTURE</a> | </li>
        <li><a href="http://www.free-css.com/">GALLERY</a> | </li>
        <li><a href="http://www.free-css.com/">FREE MUSIC</a> | </li>
        <li><a href="http://www.free-css.com/">FEATURES</a> | </li>
        <li><a href="http://www.free-css.com/">CONTACTS</a> | </li>
      </ul>
      <p>&copy; Business Co <a href="http://www.free-css.com/">Privacy Policy</a> | designed by <a href="http://www.freewebsitetemplates.com">free website templates</a>.</p>
    </div>
  </div>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.music-beats
2.music-club
3.music-portal
4.music-school
5.music-store
6.music03
7.music1
8.music2
9.musiciansagency
10.musicmania
11.musicshow
12.musicstore
13.wood-guitar
14.thepiano
15.Guitar-Band
16.guitarhero