artica : Design 4 « Templates « HTML / CSS






artica

     

<!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>Artica</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
/* ----- BASIC ELEMENTS ----- */

body {
background-color: #fff;
color: #707070;
font-size: 11px;
font-family: 'Tahoma';
background: url(artica-assets/background.gif);
}

.clear {
clear: both;
}

img {
border: 0px;
}

p {
margin: 10px 30px 10px 30px;
}

.yellow_span {
color:#DFBD02;
font-weight:bold;
}

.green {
color:#016001;
}

.date {
color:#016001;
text-decoration:overline;
padding: 10px 0 20px 0;
}

.light_green {
color:#85B285;
}

#content_footer p {
margin: 40px 30px 10px 30px;
font-size:10px;
text-align:left;
}

#menu_left p {
margin: 25px 0px 0px 25px;
font-size:9px;
color:#fff;
font-weight:bold;
text-transform: uppercase;
}

.login_box p {
margin:20px 10px 0 25px;
color:#016001;
}

.login_box_2 p {
padding:0 10px 0 0;
color:#fff;
}

#top p {
margin: 95px 0px 0px 154px;
font-size:9px;
}

.content_box p {
margin: 10px 5px 10px 5px;
font-size:10px;
text-align:left;
}

.content_box_large p {
margin: 10px 30px 10px 15px !important;
margin: 10px 30px 10px 5px;
font-size:11px;
text-align:justify;
}

.content_box_small p {
margin: 10px 30px 10px 0px;
font-size:11px;
text-align:left;
}

h1 {
margin: 20px 30px 7px 30px;
font-weight:bold;
font-size:15px;
color:#fff;
}

h2 {
margin: 0px 30px 10px 30px;
font-size:12px;
font-weight:bold;
color:#DFBD02;
}

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

a:hover {
text-decoration: none;
}


/*----- MENU ----- */

#navLeft, #navRight {
margin: 0;
padding: 0;
width: 122px;
list-style: none;
overflow: hidden;
}

#navLeft li, #navRight li {
width: 122px;
overflow: hidden;
text-transform: uppercase;
font-size:9px;
font-weight:bold;
}

#navLeft a, #navRight a {
color:#fff;
}

.li_nav_header a  {
display: block;
width: 122px;
height: 20px;
background: url(artica-assets/nav_header.gif) no-repeat;
}

.li_nav_body a  {
display: block;
width: 122px;
height: 20px;
background: url(artica-assets/nav_body.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

.li_nav_footer a  {
display: block;
width: 122px;
height: 33px;
background: url(artica-assets/nav_footer.gif) no-repeat;
}

.li_nav_body a:hover
{
background-position:  0 -20px;
color:#016001;
}

.li_active a:active  {
background: url(artica-assets/nav_body.gif) no-repeat;
background-position:  0 -40px;
color:#fff;
}

/*----- LAYOUT ----- */

#container {
width: 700px;
margin: 0 auto;
}

#top {
height: 10px;
padding:10px;
}

#menu_left {
width: 122px;
float: left;
}

.login_box {
width: 122px;
height:155px;
float: left;
background: url(artica-assets/login_box.gif) no-repeat top;
}

.login_box_2 {
width: 122px;
height:155px;
float: left;
background: url(artica-assets/login_box.gif) no-repeat top;
}

#head {
width: 540px;
height: 240px;
float: right;
background: url(artica-assets/content_header.gif) no-repeat top;
}

#content {
background: url(artica-assets/content_body.gif) repeat-y;
width: 540px;
text-align: justify;
float: right;
}
.content_box_large {
width: 340px;
margin:10px 0 30px 14px;
float: left;
}
.content_box_small {
width: 140px;
margin:10px 0 30px 14px;
float: right;
}

#content_footer {
background: url(artica-assets/content_footer.gif) no-repeat;
height: 85px;
width: 540px;
float: right;
text-align: center;
margin-bottom:30px;
}

/*----- IMAGES ----- */

a img{
border: none;
}

img.left,img.center,img.right {
padding: 4px;
border: 1px solid #a0a0a0;
}

img.left {
float: left;
margin: 0px 12px 5px 0px;
}

img.right {
float: right;
margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
border-top: 1pt solid #cccccc;
border-bottom: 1pt solid #cccccc;
border-right: 1pt solid #cccccc;
border-left: 1pt solid #cccccc;
font: normal 10px tahoma;
width:70px;
color: #707070;
margin:5px 10px 5px 25px;
}

input.login {
margin-top:10px !important;
margin-top:-5px;
}

</style>


</head>
<body>
<div id="container">
  <div id="top"> </div>
  <div id="menu_left">
    <ul id="navLeft">
      <li class="li_nav_header"><a href="http://www.free-css.com/"></a></li>
      <li class="li_nav_body"><a href="http://www.free-css.com/">Home</a></li>
      <li class="li_nav_body"><a href="http://www.free-css.com/">Usage</a></li>
      <li class="li_nav_body"><a href="http://www.free-css.com/">Contact</a></li>
      <li class="li_nav_footer"><a href="http://www.free-css.com/"></a></li>
    </ul>
    <div class="login_box">
      <p>Login</p>
      <form action="http://www.free-css.com/" method="post" enctype="multipart/form-data">
        <input class="login" style="" type="text" value="username" name="user" />
        <input type="password" value="password"  name="pass" />
        <input value="Log in" type="submit" />
      </form>
    </div>
  </div>
  <div id="head">
    <h1>Artica - Simple CSS and xHTML</h1>
    <h2>A clean, fresh, green design that is quick to load.</h2>
    <p style="color:white;"> <a href="http://www.free-css.com/" class="yellow_span" >Author</a> - My names Callum Rimmer and I run a web software company in Bath, <br />
      England. We have created a simple content management system and hosting <br />
      package for small companies and individuals called <a href="http://www.free-css.com/" class="yellow_span">iFrame</a>. iFrame is made to as<br />
      easy to use as possible whilst giving you the flexibilty to design your site how <br />
      you like. You can use any of the free designs on OSWD.org as an iFrame template.<br />
      <br />
      <br />
      &gt;&gt; Please keep the <a href="http://www.free-css.com/" class="yellow_span">backlink</a> in the footer if you use this template. <br />
    </p>
  </div>
  <div id="content">
    <div class="content_box_large">
      <p><b class="green">Usage</b></p>
      <p><b class="light_green">This template could be used for many things</b>.</p>
      <p>This design is good for anyone who wishes to display images or photos on the homepage of there site. If you have a blog or photography site then this is a great medium for displaying content. Have fun amending but please keep the <a href="http://www.free-css.com/">backlink</a> in the footer. Images are from <a href="http://www.free-css.com/">sxc.hu</a> a great site for free imagery.</p>
      <p class="date"> &raquo;Date or &raquo;Comment</p>
      <p><b class="green">Contact</b></p>
      <p><b class="light_green">Want to contact me?</b></p>
      <p>If you would like to contact me for some help using this template or if you would like to known more about iFrame, Email me. </p>
      <p class="date"> &raquo;Date or &raquo;Comment</p>
    </div>
    <div class="content_box_small">
      <p><b class="green">Images</b></p>
      <img class="left" src="artica-assets/leaf.jpg" alt="" /> <img class="left" src="artica-assets/leaf.jpg" alt="" /> <img class="left" src="artica-assets/leaf.jpg" alt="" /> </div>
    <div style="clear:both;"></div>
  </div>
  <div id="content_footer">
    <p>Designed by <a href="http://www.personal-web-design.com">iFrame</a> | yourname &copy; 2006</p>
  </div>
</div>
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.arrangement
2.arthemia
3.aspherical
4.assiduous
5.asterisk
6.astounded
7.astroturfd
8.atomohost
9.atrandafir582
10.AttainDigital
11.audi-template
12.aurelius
13.authenticity
14.autoportal
15.axian
16.azulmedia2-1
17.azure
18.bagatelle
19.balanced
20.bananaleaf
21.barricade
22.begrimed
23.belowthehorizon
24.bennevis
25.bermuda01
26.besmart
27.bestwebdesign
28.beta
29.beyond
30.bigdeal
31.BigSpaceLove
32.bioessence
33.Biru_Manteb
34.bittersweet
35.Black
36.chamberlandsrestaurant
37.chara
38.characterized
39.charcoal
40.charitable-organization
41.chary
42.chasmogamous
43.chesspiece
44.chic
45.chicanery
46.chromz
47.churchsitev.2
48.citrus-island1-1
49.clementine
50.clicker
51.modernclassic
52.modernmagic
53.modernworld
54.A_Simple_Theme
55.minimalistica
56.miniseries
57.mint-idea
58.minty
59.mirax
60.miscellaneous
61.mistybud
62.mlpdesign02
63.mlpdesign03
64.mlpdesign04
65.mlpdesign08
66.model-4-me
67.model-portfolio
68.modelagency
69.modelportfolio
70.model_2
71.moderna
72.Modified
73.modulation
74.module-mag
75.mokofactory
76.monster
77.mork-horisont
78.mountainbreeze
79.mouse
80.mrtechie
81.multiflex2
82.multiple
83.multiplex
84.music
85.muzzle
86.MyCode
87.mydiary
88.myfamily
89.myhedspacefree08
90.mykindathing
91.myportfolio
92.mystic-garden
93.Mythology
94.myvalentine
95.naeve
96.natheless
97.nationalpark
98.neapolitan
99.neatness
100.nebuladog
101.nedweb
102.NelVoize
103.neoneon
104.neonix
105.neoplanet-01
106.neotech
107.netindustries
108.neuphoric
109.neutral
110.neutraldesk
111.neutralgreen
112.new kitchen design
113.new-fast-host
114.new-home
115.new-rise
116.new-year