classic-luxury : Effect « Templates « HTML / CSS






classic-luxury

     

<!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>Classic Luxury | Gallery</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
@charset "utf-8";
/* CSS Document by Dieter Schneider | CssTemplateHeaven.com */

/* Reset Styles (Credits to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end reset */



html {background: #f7f7f7; font-size: 100%}

/*------------------ Site Structure ------------------*/

body {width: 960px; margin: auto; font-family: Georgia, "Times New Roman", Times, serif; font-size: .875em; color: #666}

#header {height: 160px; background: url(classic-luxury-images/logo.png) no-repeat}

#social {width: 133px; height: 26px; float: right; margin-top: 8px}

#content {
  width: 620px;
  float: left;
  margin-bottom: 44px;
}

#sidebar {
  width: 260px; 
  padding: 20px;
  float: right;
  border: 1px solid #dcdcdc;
  margin-bottom: 44px
}

#sidebar h3, .sidebar_box {
  background: #eaeaea; 
  padding: 5px 10px; 
  margin-bottom: 15px;
  border: 1px solid #FFF;
  outline:1px solid #dcdcdc;
}

/* sidebar menu */


.navcontainer { width: 280px; margin-bottom: 25px }

.navcontainer ul{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.navcontainer a {
  display: block;
  padding: 10px 10px;
  width: 240px;
  background: url(classic-luxury-images/seperator.png) repeat-x bottom;
}

.navcontainer a:link, .navlist a:visited {
  text-decoration: none;
}

.navcontainer a:hover{
  color: #000;
}

/* end sidebar menu */

#intro {
  border: 1px solid #FFF; 
  clear: both;
  padding: 20px;
  font-size: 1.4em; 
  line-height: 1.6em; 
  margin-bottom: 44px;
  outline:1px solid #dcdcdc;
  background: #eaeaea
}

#intro span {font-weight: 700}

#intro p {padding: 0}

#box_left {width: 300px; float: left; margin-bottom: 44px; text-align: justify}
#box_right {width: 300px; float: right; margin-bottom: 44px; text-align: justify}
#box_middle {margin-left: 330px; margin-right: 330px; margin-bottom: 44px; text-align: justify}

#box_left h3, #box_right h3, #box_middle h3 {
  background: #eaeaea;
  font-weight: normal;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.4em;
  padding: 8px 15px;
  border: 1px solid #FFF;
  outline:1px solid #dcdcdc;
}

#footer {clear: both; padding: 10px; text-align: right; background: url(classic-luxury-images/seperator.png) repeat-x top; font-size: .8em; color: #a3a3a3}



/*------------------ typography and images ------------------*/

/* global links */

a {text-decoration: none; color: #740000}

/* text styles */

h1 {font-size: 2em; font-weight: normal; padding-bottom: 10px}
h2 {font-size: 1.6em; font-weight: normal; padding-bottom: 6px}
h3, h4 {font-size: 1.4em; font-weight: normal}
h5, h6  {font-size: 1.2em}

p {line-height: 1.4em; padding-bottom: 25px}

/* images */

.more {float: right; margin-right: 10px}


/*------------------ gallery ------------------*/

#gallery {
  
  overflow: auto;
  margin-left: -44px;
  padding-bottom: 18px;
  position:static;
}

#gallery ul li {
  width: 190px;
  height: 215px;
  padding-top: 17px;
  padding-left: 17px;
  float: left;
  background: url(classic-luxury-images/thumb_bg.png) no-repeat;
  margin-left: 44px;
  margin-bottom: 28px;
}

.center {margin: auto;}

#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}



/*-----------------------------------------------*/
/*---------------    Dropdown    ---------------*/
/*---------------------------------------------*/

/* 
  LEVEL ONE
*/

ul.dropdown                         { position: relative; z-index:10; margin: auto; border-top: 1px solid #dbdbdb;
                                    border-bottom: 1px solid #dbdbdb; height:36px; background: #eaeaea; margin-bottom: 44px}
                    
ul.dropdown li                      { float: left; zoom: 1;  }
ul.dropdown a:hover                { color: ; }
ul.dropdown a:active                { color: ; }
ul.dropdown li a                    { display: block; padding: 9px 20px;
                     color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #666; position: relative; }
ul.dropdown li.hover a              { color: #666; }


/* 
  LEVEL TWO
*/
ul.dropdown ul             { width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; background: #eaeaea;
                                      border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb}
ul.dropdown ul li           { font-weight: normal; background: url(classic-luxury-images/dropdown.png);  color: #000; 
                    border-bottom: 1px solid #dbdbdb; float: none; }
                    
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a          { border-right: none; background: none; padding: 9px 8px; width: 100%; display: inline-block; } 

/* 
  LEVEL THREE
*/
ul.dropdown ul ul           { left: 100%; top: 0; z-index:300; border-top: 1px solid #dbdbdb }
ul.dropdown li:hover > ul       { visibility: visible; }


</style>


<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.0.pack.js"></script>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.0.css" media="screen" />
<script type="text/javascript"> 
$(document).ready(function () {
    $("a.fancybox").fancybox({
        'titleShow': false,
        'transitionIn': 'elastic',
        'transitionOut': 'elastic'
    });
});
</script>
<!-- Begin DropDown -->
<script type="text/javascript">
$(function () {
    $("ul.dropdown li").hover(function () {
        $(this).addClass("hover");
        $('ul:first', this).css('visibility', 'visible');

    }, function () {
        $(this).removeClass("hover");
        $('ul:first', this).css('visibility', 'hidden');
    });
    $("ul.dropdown li ul li:has(ul)").find("a:first").append(" &raquo; ");
});
</script>
</head>
<body>
<div id="header">
  <div id="social"> <a href="#"><img src="classic-luxury-images/facebook.png" width="26" height="26" alt="" /></a> <a href="#"><img src="classic-luxury-images/twitter.png" width="26" height="26" alt="" /></a> <a href="#"><img src="classic-luxury-images/linkedin.png" width="26" height="26" alt="" /></a> <a href="#"><img src="classic-luxury-images/email.png" width="26" height="26" alt="" /></a> </div>
</div>
<ul class="dropdown">
  <li><a href="index.html">Home</a></li>
  <li><a href="gallery.html">Gallery</a>
    <ul class="sub_menu">
      <li><a href="#">Portraits</a></li>
      <li><a href="#">Landscapes</a>
        <ul>
          <li><a href="#">Asia</a></li>
          <li><a href="#">Africa</a></li>
        </ul>
      </li>
      <li><a href="#">Weddings &amp; Social</a></li>
      <li><a href="#">Sports</a></li>
      <li><a href="#">Fine Art</a></li>
    </ul>
  </li>
  <li><a href="page.html">Page</a></li>
</ul>
<div id="gallery">
  <ul>
    <li><a href="classic-luxury-images/portrait1.jpg" class="fancybox" rel="group"><img src="classic-luxury-images/portrait1.jpg" alt="" /></a></li>
    <li><a href="classic-luxury-images/portrait2.jpg" class="fancybox" rel="group"><img src="classic-luxury-images/portrait2.jpg" alt="" /></a></li>
    <li><a href="classic-luxury-images/portrait3.jpg" class="fancybox" rel="group"><img src="classic-luxury-images/portrait3.jpg" alt="" /></a></li>
    <li><a href="classic-luxury-images/portrait4.jpg" class="fancybox" rel="group"><img src="classic-luxury-images/portrait4.jpg" alt="" /></a></li>
    <li><a href="classic-luxury-images/art1.jpg" class="fancybox" rel="group"><img src="classic-luxury-images/art1.jpg" alt="" /></a></li>
    <li><a href="classic-luxury-images/art2.jpg" class="fancybox" rel="group"><img src="classic-luxury-images/art2.jpg" alt="" /></a></li>
    <li><a href="classic-luxury-images/art3.jpg" class="fancybox" rel="group"><img src="classic-luxury-images/art3.jpg" alt="" /></a></li>
    <li><a href="classic-luxury-images/art4.jpg" class="fancybox" rel="group"><img src="classic-luxury-images/art4.jpg" alt="" /></a></li>
  </ul>
</div>
<div id="footer">Created by <a href="http://www.csstemplateheaven.com">CssTemplateHeaven</a> </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.falling
15.fantasyland
16.metamorph_weird
17.metamorph_violet
18.metamorph_violetdream
19.metamorph_mydesign
20.metamorph_myst
21.metamorph_mywaves
22.metamorph_myweb
23.metamorph_freedom_lt
24.metamorph_gloryfield
25.metamorph_horizon
26.bubble
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