lunaria-1 : Design 9 « Templates « HTML / CSS






lunaria-1

    

<!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>Lunaria 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
@charset "utf-8";

/* general */

html {
  font-size: 62.5%;
}
body {
  background: #3d382d url(lunaria-1-images/grad_bg.jpg) repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  color: #333333;
}
div {
  position: relative;
}
p, h1, h2, h3 {
  margin-top: 6px;
  margin-bottom: 6px;
}
p {
  font-size: 1.4em;
  line-height: 20px;
}
h1 {
  font-size: 2.2em;
  font-weight: 400;
}
h2 {
  font-size: 2.1em;
  font-weight: 400;
}
h3 {
  font-size: 2em;
  font-weight: 400;
}

/* classes */

.orange {
  background: #B85327 url(lunaria-1-images/orange_tab.jpg) no-repeat 0px 0px;
}
.orange:hover {
  background: #B85327 url(lunaria-1-images/orange_tab.jpg) no-repeat 0px -5px;
}
.purple {
  background: #804E71 url(lunaria-1-images/purple_tab.jpg) no-repeat 0px 0px;
}
.purple:hover {
  background: #804E71 url(lunaria-1-images/purple_tab.jpg) no-repeat 0px -5px;
}
.green {
  background: #B8BF4F url(lunaria-1-images/green_tab.jpg) no-repeat 0px 0px;
}
.green:hover {
  background: #B8BF4F url(lunaria-1-images/green_tab.jpg) no-repeat 0px -5px;
}
.separate {
  border-left-style: groove;
  border-left-color: #a6b827;
  border-left-width: 2px;
}
.clear {
  clear: both;
}

/* header */

#wrapper {
  margin: 50px auto 0px;
  width: 960px;
}
#white_bg {
  background: #fff;
}
#header {
  height: 110px;
  width: 960px;
}
#logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 330px;
  color: #333333;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
#logo a {
  letter-spacing: 2px;
  text-decoration: none;
  color: #333333;
  font-size: 2.4em;
  line-height: 50px;
}
#top_nav {
  width: 542px;
  position: absolute;
  left: 390px;
  top: 76px;
}
#top_nav a {
  margin-left: 20px;
  height: 24px;
  width: 160px;
  font-size: 1.6em;
  color: #fff7cf;
  text-decoration: none;
  display: block;
  float: left;
  text-align: center;
  padding-top: 10px;
}
#main_nav {
  background: url(lunaria-1-images/nav_bar.jpg);
  height: 63px;
  width: 990px;
  margin-left: -15px;
}
#main_nav ul {
  padding-top: 13px;
  padding-left: 24px;
}
#main_nav li {
  display: inline;
  padding: 5px 8px;
  font-size: 2.2em;
}
#main_nav a {
  color: #fff7cf;
  text-decoration: none;
  letter-spacing: 2px;
}
#main_nav a:hover, #main_nav a:visited, #main_nav a:active {
  color: #fff;
}

/* main content */

#content {
  width: 930px;
  min-height: 200px;
  padding-right: 5px;
  padding-left: 5px;
}
#left {
  float: left;
  width: 660px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#left li {
  font-size: 1.4em;
  line-height: 20px;
  list-style: square inside;
  font-style: italic;
}
#left a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px dotted #333333;
}
#left h1, #left h2, #left h3 {
  background: url(lunaria-1-images/orange_bullet.jpg) no-repeat;
  padding-left: 16px;
  letter-spacing: 1px;
  font-style: italic;
}
#right h1, #right h2, #right h3 {
  background: url(lunaria-1-images/purple_bullet.jpg) no-repeat;
  padding-left: 16px;
  letter-spacing: 1px;
  font-style: italic;
}
#right {
  float: right;
  width: 210px;
  background: #FFF7CF;
  padding: 10px;
  margin-top: 10px;
}
#right a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
  margin-left: 10px;
}
#right a:hover, #right a:visited, #right a:active {
  border-bottom: 1px solid;
}

/* footer */

#footer {
  height: 140px;
  color: #FFFFFF;
  text-align: right;
  width: 940px;
  padding-top: 10px;
  padding-right: 20px;
}
#footer a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px dotted #FFFFFF;
}


</style>


<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
  <div id="white_bg">
    <div id="header">
      <div id="logo"> <a href="http://www.free-css.com/">Company Name</a><br />
        Your company's tagline or slogan here</div>
      <div id="top_nav">
        <ul>
          <li><a class="purple" href="http://www.free-css.com/">resources</a></li>
          <li><a class="green" href="http://www.free-css.com/">support</a></li>
          <li><a class="orange" href="http://www.free-css.com/">contact us</a></li>
        </ul>
      </div>
    </div>
    <div id="main_nav">
      <ul>
        <li><a href="http://www.free-css.com/">About Us</a></li>
        <li class="separate"><a href="http://www.free-css.com/">Portfolio</a></li>
        <li class="separate"><a href="http://www.free-css.com/">Testimonials</a></li>
        <li class="separate"><a href="http://www.free-css.com/">Clients</a></li>
        <li class="separate"><a href="http://www.free-css.com/">Frequently Asked Questions</a></li>
        <li class="separate"><a href="http://www.free-css.com/">Blog</a></li>
      </ul>
    </div>
    <div id="content">
      <div id="left">
        <h1>Web design template - Lunaria 1</h1>
        <p>Lunaria 1 is a free, one-page web site template for your online business. It is XHTML and CSS valid, with clean and simple design. You can quickly create other pages by copying the index page. This design uses the Helvetica, Arial sans-serif fonts and Georgia, Times New Roman serif fonts for the logo area. The color scheme is green, purple, and orange, with gradients of brown.</p>
        <p>Lunaria 1 is the first free template developed by Dream Web Designs. It has a soft, appealing color scheme and a professional look. The 7 images used are compact, only 15 KB, so it loads quickly. Much of the design is made using CSS, including the logo and the dividers for the nav bar. This template allows many links on each page, reducing the need to hide links in submenus or other pages. For increased usability, important text, such as navigation links, headers, and the business name are large and easily visible. Headers 1-3 use colored dots to help them stand out.</p>
        <h2>Open source template details</h2>
        <p>This is a free web template and therefore we can offer no support. You can modify the pages as you like but please keep in mind the following when using Lunaria 1:</p>
        <ul>
          <li>We cannot offer support or guarantees for this free template. You will need a basic knowledge of XHTML and CSS to modify and develop a site. If you need help, Dream Web Designs can be hired.</li>
          <li>You can modify this page as needed.</li>
          <li>This template should not be used for something illegal. We cannot be responsible for how this template is used.</li>
          <li>A link crediting this work is greatly appreciated and will help us to further produce quality templates. Please support us by crediting the original design.</li>
          <li>This template, or any modified version of it, MAY NOT be resold. You may develop individual sites from this template to sell, as long as credit for design is included.</li>
        </ul>
        <p>Thank you for using Lunaria 1! </p>
      </div>
      <div id="right">
        <h2>Information</h2>
        <p>Dream Web Designs strives to create vivid and colorful web design that stands out. We develop database sites using PHP/MySQL. We can examine your site for search engine optimization issues.</p>
        <p><a href="http://www.free-css.com/">Dream Web Designs</a></p>
        <p><a href="http://www.free-css.com/">Lunarpages</a> - Excellent hosting</p>
        <p><a href="http://www.free-css.com/">Biz Brand</a> - Brandable domains</p>
        <p><a href="http://www.free-css.com/">Shutterstock</a> - Stock images</p>
        <p>Also of interest:</p>
        <p><a href="http://www.free-css.com/">Open source web design</a></p>
        <p><a href="http://www.free-css.com/">NetTuts</a></p>
        <p><a href="http://www.free-css.com/">PSDTuts</a></p>
      </div>
      <div class="clear"></div>
    </div>
  </div>
  <div id="footer"><a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer">XHTML</a> | CSS | Design by <a href="http://dreamwebdesigns.com">Dream Web Designs</a></div>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.grid-system
2.grotesqueart
3.grunge-superstar-website-template
4.guarantee
5.guideline
6.gumamela
7.gunmetal
8.h-free-software
9.h2o-bubbles
10.halcyon
11.hanging
12.hapal
13.happy_template
14.hardwarestore
15.hawaiblomst
16.heatwave
17.HelloLand
18.hexahedron
19.hibiscus
20.hifinews
21.HigherGround11
22.highmountains
23.highway
24.highwaycss
25.hilaryduff
26.HomeOfProjects
27.honeythemes
28.hyper
29.i-feel-lucky
30.ibex
31.html
32.html5-alin1
33.html5-passion
34.hurt-hobain-1.0
35.idyllic
36.ifeellucky
37.ignition
38.ikonik
39.illogix
40.illuminated
41.illusion
42.ilounge
43.imagination
44.impeccable
45.implied
46.imprimis
47.improved
48.in-fantasy
49.inapickle
50.inception
51.indication
52.indicator
53.indigo
54.individual
55.inf04-css
56.inf05
57.inf07
58.inf08
59.infinitehorizon
60.inflight
61.informatif
62.innodemag
63.inscriptions
64.inspired by google forum
65.instant
66.integral
67.intelligent-studios
68.intensesimplicity
69.interactive-media
70.interactive-works
71.interchange
72.intercosmic
73.intercraft
74.interior-art
75.interlude
76.intermediate
77.internationalway
78.internet-encyclopedia
79.internet-phenomenon
80.internetbroadcast
81.internetcenter
82.internetmusic
83.internetsharing
84.Internet_Studio
85.invention
86.Inverted_Headline
87.invision
88.ionika
89.iqbiz
90.isometric
91.it-advance
92.it-technologies
93.itdesk
94.ithilien
95.iViolet2b
96.I_Like
97.JA
98.Jan002
99.Jazz Hut Template
100.jdf-boxing
101.jenniferlovehewitt
102.jetbiz
103.jet_30
104.Jewerly-Store
105.joker
106.judgement
107.junkbox
108.just-lucid
109.justgrey
110.Just_Lucid
111.kaleidos
112.kappebeans
113.katz-maus
114.keep_it_simple
115.keero
116.khaki
117.kim-fashion
118.kitchen
119.konnekt-media
120.KrazieKen
121.language-ofa-lover
122.lasvegas
123.lasvegastoo
124.layoftheland
125.lazybreeze
126.leafbiz
127.leafbrush
128.leanmagazine
129.leavesdew
130.leavesv1
131.lemonlimev2
132.leonardo
133.lepidoptera
134.lessantique
135.level2
136.librarypro
137.Light
138.lightspeed
139.limegreen
140.limelight
141.Limey
142.linear
143.lingerie-store
144.link-line
145.liquidity_graph
146.lithium
147.loadfoov2
148.loadhost
149.localize
150.locomotive
151.logistix
152.longbeach
153.loseout
154.lotusflower
155.lucent
156.lusciouscandy
157.luvbold
158.mactall
159.mag
160.magazine
161.majestic
162.majesty
163.makemyday
164.marcelle
165.marked
166.Matrix
167.maxos
168.maxosdarker
169.mcube
170.meadows
171.media
172.Medieval
173.megacorporate
174.meganews
175.megazzine
176.memoranda
177.meretricious
178.Midddot
179.middle-blue
180.midnightrainforest
181.mighty
182.milestone
183.mimbo-magazine
184.minigallery
185.minimal