azulmedia2-1 : Design 4 « Templates « HTML / CSS






azulmedia2-1

     

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<style rel="stylesheet" type="text/css">
/********************************************
   AUTHOR:        Erwin Aligam 
   WEBSITE:         http://www.styleshout.com/
  TEMPLATE NAME:   Azulmedia
   TEMPLATE CODE:   S-0008
   VERSION:          2.0            
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
  padding: 0; margin: 0;
}
body {
  margin: 0;   padding: 0;
  font: normal .70em/1.6em Verdana, Tahoma, sans-serif;
  color: #BDBDBD;
  background: #000;
  text-align: center;  
}
/* links */
a {
  color: #FFF;
  background-color: inherit;
  text-decoration: none;
}
a:hover {
  color: #FFF;
  background-color: inherit;  
  text-decoration: underline;
}

/* headers */
h1, h2, h3 {
  font: normal 1.3em 'Trebuchet MS', Arial, Sans-serif;
  color: #FFF;  
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase; font-weight: bold;}
h3 { font-size: 1.3em; font-weight: bold; }

p, h1, h2, h3 {
  margin: 0;
  padding: 10px 15px;
}

ul, ol {
  margin: 10px 30px;
  padding: 0 15px;
  color: #FFF;
}

/* images */
img {
  border: 3px solid #555;
}
img.no-border {
  border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 3px solid #555;
}
a:hover img {  
  border: 3px solid #CCC !important; /* IE fix*/
  border: 3px solid #555;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #0A1646;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
  margin: 15px;
   padding: 0 0 0 20px;    
    background: #0A1646;  
  font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
  margin: 10px 15px; 
  padding: 0;
  background: #0A1646;  
}
label {
  display:block;
  font-weight:bold;
  margin:5px 0;
}
input {
  padding: 2px;
  border:1px solid #eee;
  font: normal 1em Verdana, sans-serif;
  color:#777;
}
textarea {
  width: 250px;
  padding:2px;
  font: normal 1em Verdana, sans-serif;
  border:1px solid #eee;
  height:100px;
  display:block;
  color:#777;
}
input.button { 
  margin: 0; 
  font: bold 1em Arial, Sans-serif; 
  border: 1px solid #CCC;
  background: #FFF; 
  padding: 2px 3px; 
  color: #333;  
}

/* search form */
.searchform form{
  background-color: transparent;
  border: none;
  margin: 0; padding: 0;
}
.searchform input.textbox { 
  margin: 0; 
  width: 145px;
  border: 1px solid #777; 
  background: #FFF;
  color: #333; 
  height: 14px;
  vertical-align: top;
}
.searchform input.button { 
  margin: 0; 
  padding: 2px 3px; 
  font: bold 12px Arial, Sans-serif; 
  background: #FFF;
  border: 1px solid #f2f2f2;
  color: #333;  
  width: 65px;
  vertical-align: top;
}

/***********************
    LAYOUT
************************/
#wrap {
  background: #212B5C url(azulmedia2-1-images/bg.jpg) repeat-x 0 0; 
  margin: 20px auto 0 auto;  
  text-align: left;    
    border-color: #444;
  border-style: solid;
  border-width: 1px 1px 5px 1px;  
}  
#wrap, #footer-wrap {
  width: 84%;
}

/* header */
#header {
  position: relative;
  height: 110px;  
  background: #7F8082 url(azulmedia2-1-images/header-bg.jpg) repeat-x 0% 100%;
  border-bottom: 5px solid #444;    
}
#header h1#logo {
  position: absolute;
  top: 5px; left: 20px;
  margin: 0; padding: 0;
  font: bolder 50px 'Trebuchet MS', Arial, Sans-serif;
  letter-spacing: -2px;  
}
#header h2#slogan {
  position: absolute;
  top: 50px; left: 65px;
  color: #FFF;
  text-indent: 0px;
  font: bold 12px Tahoma, 'Trebuchet MS', Sans-serif; 
  text-transform: none;  
}

/* content-wrap */
#content-wrap {
  clear: both;
  margin: 0; padding: 0;      
}

/* box */
.box {
  margin: 10px 15px;      
  border: 1px solid #0A1646;     
  background-color: #1B2455;  
}

/* main */
#main {
  margin: 0 0 0 270px;    
  padding-top: 20px;
}
#main .box {
  margin-left: 0;
}

/* sidebar */
#sidebar {
  float: left;
  width: 250px;
  margin: 0;
  padding-top: 20px;   
}
#sidebar ul.sidemenu {
  margin: 0 0 0 15px; padding: 0;  
  background: #242424;    
  border-top: 5px solid #444;
}
#sidebar ul.sidemenu li {
  display: inline;
  list-style: none;    
}
#sidebar ul.sidemenu li a {
  display: block;  
  padding: 5px 10px 5px 15px;   
  text-decoration: none;
  color: #CCC;
  font-weight: bold;  
} 
#sidebar ul.sidemenu li a:hover {
  color: #333;
  background: #A0A0A0;  
}

/* Footer */
#footer-wrap { 
  clear: both; 
  color: #FFF; 
  background: #000; 
  margin: 0 auto; 
  padding: 0; 
  font-size: 88%;      
}
#footer-wrap a { 
  text-decoration: none; 
  font-weight: bold;  
  color: #FFF;
}
#footer-wrap .footer-left{
  float: left;
  width: 65%;  
  padding-bottom: 20px;  
}
#footer-wrap .footer-right{
  float: right;
  width: 30%;      
  padding-bottom: 20px;
}

/* menu tabs */
#header ul {
  position: absolute;
  top: 20px; right: 20px;
  margin:0; padding: 0;
   list-style:none;
  font: bold 1.3em  'Trebuchet MS', Tahoma, verdana,  sans-serif;  
  height: 2.3em;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
  float: left;
   margin:0;
   padding:3px 10px 2px 10px;
   text-decoration:none;  
  color: #CCC;
}
#header a:hover {
  border-top: 5px solid #CCC;  
}
#header #current a {
   color: #FFF;
  border-top: 5px solid #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {  float: right; }
.align-left  {  text-align: left; }
.align-right {  text-align: right; }

/* additional classes */
.clear {  clear: both; }
.gray  {  color: #A0A0A0; }
.comments { 
  text-align: right; 
  padding: 7px 15px;
  margin: 20px 15px 15px 15px;
  background: #0A1646;   
}


</style>
<title>Azulmedia</title>
</head>
<body>
<div id="wrap">
  <div id="header">
    <h1 id="logo">azul<span class="gray">media</span></h1>
    <h2 id="slogan">Put your site slogan here...</h2>
    <div id="menu">
      <ul>
        <li id="current"><a href="http://www.free-css.com/">Home</a></li>
        <li><a href="http://www.free-css.com/">News</a></li>
        <li><a href="http://www.free-css.com/">Downloads</a></li>
        <li><a href="http://www.free-css.com/">Support</a></li>
        <li><a href="http://www.free-css.com/">About</a></li>
      </ul>
    </div>
  </div>
  <div id="content-wrap">
    <div id="sidebar" >
      <h1 class="clear">Sidebar Menu</h1>
      <ul class="sidemenu">
        <li><a href="http://www.free-css.com/">Home</a></li>
        <li><a href="#TemplateInfo">Template Info</a></li>
        <li><a href="#SampleTags">Sample Tags</a></li>
        <li><a href="http://www.free-css.com/">More Free Templates</a></li>
        <li><a href="http://www.free-css.com/">Premium Templates</a></li>
      </ul>
      <h1>Site Partners</h1>
      <ul class="sidemenu">
        <li><a href="http://www.free-css.com/">Dreamhost</a></li>
        <li><a href="http://www.free-css.com/">4templates</a></li>
        <li><a href="http://www.free-css.com/">TemplateMonster</a></li>
        <li><a href="http://www.free-css.com/">Fotolia.com</a></li>
        <li><a href="http://www.free-css.com/">Text Link Ads</a></li>
      </ul>
      <h1>Search</h1>
      <div class="searchform">
        <form action="http://www.free-css.com/">
          <p>
            <input name="search_query" class="textbox" type="text" />
            <input name="search" class="button" value="Search" type="submit" />
          </p>
        </form>
      </div>
      <h1>Wise Words</h1>
      <p>&quot;The happiest people are those who invested their time in others. The unhappiest people are those who wonder how the world is going to make them happy&quot;</p>
      <p class="align-right">- John Maxwell</p>
      <h1>Support Styleshout</h1>
      <p>If you are interested in supporting my work and would like to contribute, you are welcome to make a small donation through the <a href="http://www.styleshout.com/">donate link</a> on my website - it will be a great help and will surely be appreciated.</p>
    </div>
    <div id="main"> <a name="TemplateInfo"></a>
      <div class="box">
        <h1>Template <span class="gray">Info</span></h1>
        <p><strong>Azulmedia 2.1</strong> is a free, W3C-compliant, CSS-based website template by <strong><a href="http://www.styleshout.com/">styleshout.com</a></strong>. This work is distributed under the <a rel="license" href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5 License</a>, which means that you are free to use and modify it for any purpose. All I ask is that you include a link back to <a href="http://www.styleshout.com/">my website</a> in your credits.</p>
        <p>For more free designs, you can visit <a href="http://www.styleshout.com/">my website</a> to see my other works.</p>
        <p>Good luck and I hope you find my free templates useful!</p>
        <p class="comments align-right"> <a href="http://www.free-css.com/">Read more</a> : <a href="http://www.free-css.com/">Comments(7)</a> : Oct 28, 2006 </p>
      </div>
      <a name="SampleTags"></a>
      <div class="box">
        <h1>Sample <span class="gray">Tags</span></h1>
        <h3>Code</h3>
        <p><code> code-sample { <br />
          font-weight: bold;<br />
          font-style: italic;<br />
          } </code></p>
        <h3>Example Lists</h3>
        <ol>
          <li>example of</li>
          <li>ordered list</li>
        </ol>
        <ul>
          <li>example of</li>
          <li>unordered list</li>
        </ul>
        <h3>Blockquote</h3>
        <blockquote>
          <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat....</p>
        </blockquote>
        <h3>Image and text</h3>
        <p><a href="http://getfirefox.com/"><img src="Images/firefox-gray.jpg" width="100" height="121" alt="firefox-gray" class="float-left" /></a> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum. Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentum odio, ac blandit ante orci ut diam. Cras fringilla magna. Phasellus suscipit, leo a pharetra condimentum, lorem tellus eleifend magna, eget fringilla velit magna id neque. Curabitur vel urna. In tristique orci porttitor ipsum. Aliquam ornare diam iaculis nibh. Proin luctus, velit pulvinar ullamcorper nonummy, mauris enim eleifend urna, congue egestas elit lectus eu est. </p>
        <h3>Example Form</h3>
        <form action="http://www.free-css.com/">
          <p>
            <label>Name</label>
            <input name="dname" value="Your Name" type="text" size="30" />
            <label>Email</label>
            <input name="demail" value="Your Email" type="text" size="30" />
            <label>Your Comments</label>
            <textarea rows="5" cols="5"></textarea>
            <br />
            <input class="button" type="submit" />
          </p>
        </form>
        <br />
      </div>
    </div>
    <br />
  </div>
</div>
<div id="footer-wrap">
  <div class="footer-left">
    <p class="align-left"> &copy; 2006 <strong>Company Name</strong> | Design by <a href="http://www.styleshout.com/">styleshout</a> | Valid <a href="http://validator.w3.org/check/referer">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> </p>
  </div>
  <div class="footer-right">
    <p class="align-right"> <a href="http://www.free-css.com/">Home</a>&nbsp;|&nbsp; <a href="http://www.free-css.com/">SiteMap</a>&nbsp;|&nbsp; <a href="http://www.free-css.com/">RSS Feed</a> </p>
  </div>
</div>
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.arrangement
2.arthemia
3.artica
4.aspherical
5.assiduous
6.asterisk
7.astounded
8.astroturfd
9.atomohost
10.atrandafir582
11.AttainDigital
12.audi-template
13.aurelius
14.authenticity
15.autoportal
16.axian
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