tasty : Effect 2 « Templates « HTML / CSS






tasty

   

<!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>Tasty | Free Web Template by WebTemplateOcean.com</title>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="content-language" content="" />
<style type='text/css'>
/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0;
    font: 13px Arial, Helvetica, sans-serif;
    color: #444444;
    background: #52211A;
}

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

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

h2 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
}

p {
    padding: .75em 0;
    line-height: 1.8em;
    text-align: justify;
}

p#subtitle {
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #FFFFFF;
}

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

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    background: #FFFFFF url('tasty-images/page.gif') no-repeat top left;
}

/* header */

#header {
    width: 940px;
    height: 210px;
    margin: 0 auto;
    background: #CE9029 url('tasty-images/header.jpg') no-repeat;
}

#logo {
    height: 150px;
}

/* menu */

#menu {
    height: 60px;
    padding-right: 20px;
}

#menu ul {
    float: right;
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    height: 50px;
    margin: 0 5px;
    line-height: 50px;
    text-align: center;
}

#menu ul li.active {
    height: 60px;
    margin: 0 1px;
    line-height: 60px;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 10px 0 0;
    text-decoration: none;
    color: #000000;
    background: url('tasty-images/menu.gif') no-repeat right;
}

#menu ul li a  span {
    display: block;
    float: left;
    height: 50px;
    padding: 0 30px 0 40px;
    background: url('tasty-images/menu2.gif') no-repeat left;
    cursor: pointer;
}

#menu ul li.active a, #menu ul li.active a:hover {
    color: #000000;
    padding: 0 14px 0 0;
    background: url('tasty-images/menuactive.gif') no-repeat right;
}

#menu ul li.active a span {
    height: 60px;
    padding: 0 30px 0 44px;
    background: url('tasty-images/menuactive2.gif') no-repeat left;
}

#menu ul li a:hover {
    color: #A8715C;
}

/* sidebar */

#sidebar {
    float: left;
    width: 260px;
    padding: 30px 0 40px 30px;
}

#sidebar h2 {
    padding-left: 20px;
    font-size: 1.1em;
    line-height: 50px;
    color: #52211A;
    background: #EDEAC3 url('tasty-images/h2.gif') no-repeat;
}

#sidebar .box {
    padding: 1em 20px 1.5em 20px;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    padding: 1.2em 0 2.5em 0;
}

#sidebar ul li {
    padding: .2em 10px .2em 20px;
    line-height: 2.5em;
    border-bottom: 1px solid #F0ECCE;
}

/* content */

#content {
    float: right;
    width: 580px;
    padding: 30px 40px 10px 0;
}

#content .post {
    padding-bottom: 4em;
}

#content h2 {
    font-size: 2.5em;
    color: #D18A51;
}

#content h2 a {
    color: #D18A51;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

#content .entry {
    padding-top: .75em;
}

/* footer */

#footer {
    clear: both;
    height: 1%;
    padding: 30px 40px;
    background: url('tasty-images/footer.gif') no-repeat bottom;
}

#footer p {
    text-align: center;
}

</style>


</head>
<body>
    <div id="page">
        <div id="header">
            <div id="logo">
                <h1><a href="#">Tasty</a></h1>
                <p id="subtitle">Template designed by WebTemplateOcean.com</p>
            </div>
            <div id="menu">
                <ul>
                    <li class="active"><a href="#"><span>Home</span></a></li>
                    <li><a href="#"><span>Products</span></a></li>
                    <li><a href="#"><span>Gallery</span></a></li>
                    <li><a href="#"><span>Help</span></a></li>
                    <li><a href="#"><span>Contact</span></a></li>
                </ul>
            </div>
        </div><!-- header --> 
        <div id="sidebar">
            <h2>Quisque luctus</h2>
            <ul>
                <li><a href="#">Fusce laoreet, ligula et rhoncus</a></li>
                <li><a href="#">Adipiscing gravida pulvinar eget</a></li>
                <li><a href="#">Cras consectetur commodo</a></li>
                <li><a href="#">Vulputate aliquam ipsum dictum</a></li>
                <li><a href="#">Vestibulum imperdiet accumsan</a></li>
            </ul>
            <h2>Integer rhoncus</h2>
            <div class="box">
                <p>Mauris sollicitudin tincidunt magna vitae semper. Curabitur ut pharetra quam. Integer rhoncus convallis urna vitae mattis.</p>
            </div>
            <h2>Mauris sagittis</h2>
            <ul>
                <li><a href="#">Suspendisse faucibus purus</a></li>
                <li><a href="#">Tincidunt nec accumsan</a></li>
                <li><a href="#">Fusce laoreet, ligula et rhoncus</a></li>
                <li><a href="#">Adipiscing gravida pulvinar eget</a></li>
                <li><a href="#">Cras consectetur commodo</a></li>
            </ul>
        </div><!-- sidebar -->          
        <div id="content">  
            <div class="post">
                <h2><a href="#">Terms of Use</a></h2>
                <p class="postmeta">Posted in <a href="#">Class apent</a> | June 17, 2011 | <a href="#">4 comments</a></p>
                <div class="entry">
                    <p>The template is released under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution</a> license. So you are free to use it for personal or commercial purposes, modify it or redistribute as long as you keep the link back to WebTemplateOcean.com in the footer.</p>
                    <p>Under no circumstances can you use the template for websites with illegal or immoral (even if legal) content. This includes, but is not limited to pornography, obscenity, homosexuality, abortion, violence, drugs, gambling.</p>
                    <p>The template contains a public domain image from <a href="http://www.pdphoto.org/">PDPhoto.org</a>. Although public domain pictures are free and with no obligation to credit their authors you should keep in mind that in some cases they may infringe trademark, property or any other rights of others. Therefore, it is you who has to decide whether to use the image, especially if your website will be a commercial one... <a href="#">more</a></p>
                </div>
            </div>
            <div class="post">
                <h2><a href="#">Lorem ipsum dolor sit amet</a></h2>
                <p class="postmeta">Posted in <a href="#">Lorem ipsum</a> | June 15, 2011 | <a href="#">2 comments</a></p>
                <div class="entry">
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dui quis urna sollicitudin sodales. Fusce laoreet, ligula et rhoncus volutpat, felis magna varius tortor, ac molestie diam lorem in lectus. Aliquam venenatis mollis est, a porttitor ipsum interdum nec. Vestibulum sed risus ac nulla viverra pharetra.</p>
                    <p>Quisque congue lacus sed odio fermentum tincidunt. Proin vitae nulla velit. Cras consectetur commodo scelerisque. Curabitur leo nisl, blandit at tempus et, interdum at risus. Sed dui augue, pellentesque ac pulvinar id, malesuada eget diam. Integer elementum sem eget tortor faucibus id pellentesque lorem dignissim... <a href="#">more</a></p>
                </div>
            </div>                                             
        </div><!-- content -->   
        <div id="footer">
            <p>Copyright &copy; 2011, designed by <a href="http://www.webtemplateocean.com/">WebTemplateOcean.com</a></p>
        </div>
    </div><!-- page -->
</body>
</html>

   
    
    
  








Related examples in the same category

1.bigpixels
2.binary-news
3.mosaic
4.perfection
5.plain1
6.plain2
7.plastic-surgery
8.plastics
9.overdose
10.outlined
11.optimism
12.optimistic
13.Modern_Theme
14.MultiStrangeColor
15.modern
16.minimalistic
17.primitive
18.sparkle
19.sparkling
20.spotlight
21.simplyfluid
22.slider
23.pragmatic
24.popular
25.primitif
26.pure-web-2.0
27.pure
28.reflection
29.reflections
30.royal-cyan
31.royal_policy
32.smalltown
33.smallwindow
34.smartdesign
35.smarttouch
36.splendid
37.workfire
38.webtile
39.Wide_Side
40.zionnarrow
41.zionnarrows
42.xtreme
43.ZEN
44.zenlike
45.wondrous
46.stonewalled
47.tattoopatt
48.tattoopattern
49.tastelessly
50.thebarn
51.tinfoil_helmet
52.tomato
53.metal-feel
54.metal
55.historical
56.historicpaper
57.historyofwar
58.lonelyness