urbanartist : Design 8 « Templates « HTML / CSS






urbanartist

   

<!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>
<title>UrbanArtist</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<style type='text/css'>
/* ----------------------------------------------
  Template Name : UrbanArtist
  Template Code : S-0025
  Version : 1.0   
  Author : Erwin Aligam
  Author URI : http://www.styleshout.com/       
  Last Date Modified : June 30, 2008  
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html { background: #010000 url(bg.gif) repeat-x; }

body {
  font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  color: #5E5E5E;
  margin: 0;   padding: 0; 
  background: #010000 url(bg2.jpg) no-repeat center top;
  text-align: center;
}

/* Links */
a, a:visited {
  text-decoration: none;
  color: #BEBEBE;  
}
a:hover {
  color: #fff;
  border-bottom: 1px dotted #438800;
}

/* headers */
h1, h2, h3 {
  font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
  color: #FAFAFA;
}
h1 {
  font-size: 3.1em;  
  letter-spacing: -2px;
  padding: 15px 10px 5px 10px;  
}
h2 {
  font-size: 2em;
  color: #895F30;
  padding: 20px 10px 5px 10px;  
}
h3 {
  font-size: 1.7em;  
  font-weight: normal;
  padding: 20px 10px 5px 10px;    
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
  margin: 10px 20px;
  padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
  background: #1B1B1B;
   border: 1px solid #1B1B1B;
  padding: 6px;
}
img.float-right {
    margin: 5px 0px 10px 10px;  
}
img.float-left {
    margin: 5px 10px 10px 0px;
}

code {
    margin: 5px 0;
    padding: 15px;
    text-align: left;
    display: block;
    overflow: auto;  
    font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
    /* white-space: pre; */
    background: #070707;
  border: 1px solid #111;   
}
acronym {
    cursor: help;
    border-bottom: 1px dotted #5B5B5B;
}
blockquote {
  margin: 15px 10px;
   padding: 10px 10px 10px 35px;  
   background: #070707 url(quote.gif) no-repeat 10px 10px;
  border: 1px solid #111; 
  font-weight: normal;
  font-size: 17px;
  line-height: 1.6em;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;  
  color: #808080;  
}

/* start - table */
table {
  margin: 15px 10px; 
  border-collapse: collapse;      
}
th {
  background: #000;
  color: #FAFAFA;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;  
  text-align: left;
  border-left: 1px solid #211E20;
  border-right: 1px solid #211E20;
  border-bottom: 1px solid #211E20; 
  border-top: 1px solid #48780E;
}
tr {
  color: #5b5b5b;
  height: 34px;    
}
td {
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #111;  
  background: #070707; 
}
/* end - table */


/* form elements */
form {
  margin: 20px 10px; 
  padding: 15px 25px 25px 20px; 
  background: #070707;   
  border: 1px solid #111;  
}
form p {
  border-bottom: 1px solid #101010;
  padding: 12px 0 5px 0;  margin: 0;  
}
label {
  font-weight: bold;  
  color: #FAFAFA;
}
input, select, textarea {
  margin: 5px 0;
  padding: 5px;
  font: normal 1em Verdana, Tahoma, sans-serif;
  color: #6A6969;
  background: #0C0C0C;  
  border: 1px solid #1C1C1C;
}
option { padding-right: 0.5em; } 

#name, #email, #message{
  width: 480px;
}
input.button { 
  font: bold 12px Arial, Verdana, Sans-serif; 
  height: 30px;
  padding: 2px 3px; 
  margin-top: 8px;
  color: #48780E;
  background: #000;
  border-width: 1px;
    border-style: solid;
    border-color: #1B1B1B;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
  width: 950px;  
  margin: 0 auto;
  text-align: left;    
}
#content-wrap {
  clear: both;
  width: 950px;  
  float: left;  
  padding-top: 15px;
  padding-bottom: 50px;  
  background: url(midline.gif) repeat-y 600px 0;  
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
}
#header {
  position: relative;
  width: 950px;  
  height: 370px;  
  margin: 0; padding: 0;      
}
#header h1#logo-text a {
  position: absolute;
  margin: 0; padding: 0;
  font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
  letter-spacing: -1.5px;
  color: #F8F8F8;
  text-decoration: none;
  text-transform: none;
    
  /* change the values of top and left to adjust the position of the logo*/
  top: 125px; left: 25px;  
}
#header h1#logo-text a:hover {
  background: none;  border: none;
}
#header p#intro {
  position: absolute;
  margin: 0; padding: 0;
  font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  font-style: normal;
  text-transform: none;
  color: #6D7D2D;
  width: 400px;
  
  /* change the values of top and left to adjust the position */
  top: 205px; left: 30px;    
}

/*  Navigation  */
#nav {
  position: absolute;
  margin: 0; padding: 0;    
  height: 50px;
  left: 10px;  top: 30px;      
}
#nav ul {
  float: left;
  list-style: none;
  height: 50px;
  margin: 0 0 0 5px; padding: 0;  
  display: inline;
}
#nav ul li {
  display: inline;
  margin: 0; padding: 0;
}
#nav ul li a {
  float: left;
  margin: 0;  padding: 0 12px;
  font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
  text-decoration: none;  
  color: #c95723;  
  text-transform: uppercase;
}
#nav ul li a:hover, 
#nav ul li a:active {
  color: #eee;
  background: none;
  border: none;
}
#nav ul li#current a {  
  color: #D33972;  
}

/* Main Column */
#main {
  float: left;
  width: 565px;
  padding: 0; margin: 0 0 0 10px;
  display: inline;    
}
#main h2 {
  padding: 5px 12px;
  margin: 15px 5px 10px 5px;
  font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;        
  color: #45D5E6;
  border-bottom: 1px solid #121212; 
  background-image: url(pattern.gif);  
}
#main h2 a {
  color: #45D5E6;
  text-decoration: none;    
  border: none;    
}
#main ul li {
  list-style-image: url(bullet.gif);
}

/* Sidebar */  
#sidebar {
  float: right;
  width: 300px;
  padding: 0; margin: 0px 18px 0 0;    
  display: inline;  
}  
#sidebar h3 {
  padding: 5px 12px;
  margin: 15px 5px 10px 0;
  font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;        
  color: #45D5E6;
  border-bottom: 1px solid #121212; 
  background-image: url(pattern.gif);    
}
#sidebar ul.sidemenu {
  text-align: left;
  margin: 20px 5px 20px 0px; 
  padding: 0;    
  border-top: 1px solid #111;    
}
#sidebar ul.sidemenu li {
  list-style: none;
  padding: 8px 10px;
  margin: 0;    
  border-bottom: 1px solid #111;
}
* html body #sidebar ul.sidemenu li {
  height: 1%;
}
#sidebar ul.sidemenu li a {
  text-decoration: none;  
  border: none;
  color: #666666;
  font-weight: bold;    
  font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
  font-size: 14px;    
}
#sidebar ul.sidemenu li a span {
  color: #444;  
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: normal;  
  font-size: 11px;
}
#sidebar ul.sidemenu li a:hover,
#sidebar ul.sidemenu li a:hover span {  
  color: #fff;  
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#quick-search {
  padding: 0; margin: 20px 0 35px 0;
  border: none;
  width: 290px; height: 33px;
  background: url(header-search.gif) no-repeat;    
}
#sidebar form#quick-search p {
  margin: 0; padding: 0;    
}
#sidebar form#quick-search input {
  float: left;
  border: none;
  background: transparent;
  color: #4E4E4E;  
  margin: 0;
}
#sidebar form#quick-search .tbox {
  margin: 5px 0 0 5px; 
  width: 240px;  
  display: inline;  
}
#search form#quick-search .btn{
  width: 24px; height: 24px;      
}
#sidebar form#quick-search label {
  display: none;
}

/* footer */
#footer {
  clear: both;
  padding: 1em 0 2.5em 0;
  background: #010000;
  color: #4E4E4E;
  width: 100%;
  float: left;    
  border-bottom: 60px solid #010000;  
}
#footer a {  
  color: #0E909C;
  border: none;
}
#footer a:hover {
  color: #fafafa;
}
#footer .rssfeed {
  background: url(rss.gif) no-repeat left 1px;
  padding-left: 17px;
}
#footer-left {
  float: left;
  width: 70%;
}
#footer-right {
  float: right;
  width: 25%;
}

/* postmeta */
.postmeta {  
  padding: 7px 5px; margin: 20px 10px 30px 10px;  
  font-size: 1em;  
  color: #545454;
  border: 1px solid #111; 
  background: #070707; 
}
.postmeta .date{ margin: 0 10px 0 5px;  }
.postmeta a.comments { margin: 0 10px 0 5px;  }
.postmeta a.readmore { margin: 0 10px 0 5px;  }

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;  }
.post-info a, .post-info a:visited { color: #AE275A; }

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

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {  display:inline-block; }
.clear:after {
  display:block; 
  visibility:hidden; 
  clear:both; 
  height:0; 
  content: "."; 
}




</style>


</head>
<body>
<div id="wrap">
  <div id="header">
    <h1 id="logo-text"><a href="http://www.free-css.com/">UrbanArtist</a></h1>
    <p id="intro">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum. Cras id urna. Morbi tincidunt, orci ac convallis aliquam. </p>
    <div  id="nav">
      <ul>
        <li id="current"><a href="http://www.free-css.com/">Home</a></li>
        <li><a href="style.html">Style Demo</a></li>
        <li><a href="http://www.free-css.com/">Downloads</a></li>
        <li><a href="http://www.free-css.com/">Services</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="main"> <a name="TemplateInfo"></a>
      <h2><a href="http://www.free-css.com/">Template Info</a></h2>
      <p class="post-info">Posted by <a href="http://www.free-css.com/">erwin</a> | Filed under <a href="http://www.free-css.com/">templates</a>, <a href="http://www.free-css.com/">internet</a> </p>
      <p><strong>UrbanArtist 1.0</strong> is a free, W3C-compliant, CSS-based website template by styleshout.com. 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 my website in your credits.</p>
      <p>For more free designs, you can visit my website to see my other works.</p>
      <p>Good luck and I hope you find my free templates useful!</p>
      <p class="postmeta"> <a href="http://www.free-css.com/" class="readmore">Read more</a> | <a href="http://www.free-css.com/" class="comments">Comments (7)</a> | <span class="date">June 22, 2008</span> </p>
      <h2><a href="http://www.free-css.com/">Lorem Ipsum Dolor Sit Amet</a></h2>
      <h3>Aliquam Risus Justo</h3>
      <p><a href="http://www.free-css.com/"><img src="urbanartist-images/firefox-gray.jpg" width="100" height="120" alt="" 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. 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. </p>
      <blockquote>
        <p>To be yourself in a world that is constantly trying to make you something else is the greatest accomplishment. </p>
        <p class="align-right"> - Ralph Waldo Emerson</p>
      </blockquote>
      <p>Vestibulum venenatis. Nulla vel ipsum. Proin rutrum, urna sit amet bibendum pellentesque, ante sapien varius turpis, eu nonummy nunc urna scelerisque ante. Nunc sed leo at dolor pharetra facilisis. Sed sed lectus at justo dapibus tristique. Morbi molestie pulvinar elit. Donec dictum nibh nec est. Aliquam sagittis, lacus a pharetra tempor, enim justo tempor nisi, at aliquet nulla metus sed augue. Praesent sed nibh. Vestibulum bibendum enim ut nisi fringilla accumsan. Nullam dapibus fermentum nulla. Phasellus in orci vel justo facilisis iaculis. Quisque facilisis ornare felis. Curabitur nunc libero, dapibus vel, commodo nec, semper a, massa. Suspendisse potenti. Morbi a nisl. Nunc euismod elit non lectus. </p>
      <h2><a href="http://www.free-css.com/">Aliquam Risus Justo</a></h2>
      <h3>Lorem Ipsum Dolor Sit Amet</h3>
      <p><a href="http://www.free-css.com/"><img src="urbanartist-images/firefox-gray.jpg" width="100" height="120" alt="" class="float-right" /></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. 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. </p>
      <h3>Lorem Ipsum</h3>
      <p>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. 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. </p>
    </div>
    <div id="sidebar">
      <h3>About</h3>
      <p> <a href="http://www.free-css.com/"><img src="urbanartist-images/thumb.jpg" width="40" height="40" alt="" 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. </p>
      <form id="quick-search" action="#" method="get" >
        <p>
          <label for="qsearch">Search:</label>
          <input class="tbox" id="qsearch" type="text" name="qsearch" value="Search this site..." title="Start typing and hit ENTER" />
          <input class="btn" alt="Search" type="image" name="searchsubmit" title="Search" src="urbanartist-images/search.gif" />
        </p>
      </form>
      <h3>Sidebar Menu</h3>
      <ul class="sidemenu">
        <li><a href="http://www.free-css.com/">Home</a></li>
        <li><a href="http://www.free-css.com/">TemplateInfo</a></li>
        <li><a href="style.html">Style Demo</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>
      <h3>Links</h3>
      <ul class="sidemenu">
        <li><a href="http://www.free-css.com/">PSDTuts</a></li>
        <li><a href="http://www.free-css.com/">Alistapart</a></li>
        <li><a href="http://www.free-css.com/">CSS Remix</a></li>
        <li><a href="http://www.free-css.com/">CSS Mania</a></li>
      </ul>
      <h3>Sponsors</h3>
      <ul class="sidemenu">
        <li><a href="http://www.free-css.com/">4templates <br />
          <span>Low Cost Hi-Quality Templates</span></a></li>
        <li><a href="http://www.free-css.com/">TemplateMonster <br />
          <span>Delivering the Best Templates on the Net!</span></a></li>
        <li><a href="http://www.free-css.com/">Text Link Ads <br />
          <span>Monetized your website</span></a></li>
        <li><a href="http://www.free-css.com/">Fotolia <br />
          <span>Free stock images or from $1</span></a></li>
        <li><a href="http://www.free-css.com/">Dreamstime <br />
          <span>Lowest Price for High Quality Stock Photos</span></a></li>
        <li><a href="http://www.free-css.com/">Dreamhost <br />
          <span>Premium webhosting</span></a></li>
      </ul>
      <h3>Wise Words</h3>
      <p>&quot;To be yourself in a world that is constantly trying to make you something else is the greatest accomplishment.&quot; </p>
      <p class="align-right">- Ralph Waldo Emerson</p>
      <h3>Support Styleshout</h3>
      <p>If you are interested in supporting my work and would like to contribute, you are welcome to make a small donation through the donate link on my website - it will be a great help and will surely be appreciated.</p>
    </div>
  </div>
  <div id="footer">
    <div id="footer-left">
      <p>&copy; All your copyright info here &nbsp; Design by: <a href="http://www.styleshout.com/">styleshout</a> &nbsp; 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 id="footer-right">
      <p class="align-right"> <a href="http://www.free-css.com/">Home</a> | <a href="http://www.free-css.com/">Sitemap</a> | <a href="http://www.free-css.com/" class="rssfeed">RSS Feed</a> </p>
    </div>
  </div>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.sprayedstrokes
2.Square
3.squarely
4.st-valentines-day
5.stacko
6.stamp
7.standardissue
8.standardized
9.starburst
10.stardust
11.stargazer
12.stark
13.steppingstone
14.stichy
15.stickybud
16.stickynotes
17.Stock
18.streetclock
19.strict
20.strockes
21.students-site
22.stygian
23.stylevantage1-0
24.stylish
25.stylized
26.subdued
27.subordinate
28.substance
29.substantial
30.superior
31.supplementary
32.surpris
33.surreal
34.sweatbee
35.swift
36.switchr
37.sworm
38.Symisun_01
39.symphonic
40.symphonyofhorror
41.synchronize
42.Synergy
43.systematized
44.tabbed
45.tangular
46.tardy
47.tcm
48.tealzine
49.team_three
50.templatika
51.Tenebrific
52.terje1_winter
53.terrafirma
54.terrafirma2
55.The-Carbon
56.the-dark-one
57.the-island
58.the-mmozine
59.the-music-studio
60.the-new-audi
61.the-synopsis
62.the-themepod
63.the-web-news
64.theacmegroup
65.thechosenone
66.thelatest
67.themanor
68.tinytemplate
69.themissing-piece
70.thermal
71.thesite
72.thetechies
73.thewall
74.the_gig
75.thisistext
76.throughout
77.thunder
78.ticktocklight
79.time
80.Timeless Template
81.timeless
82.timemanager
83.toolkit
84.tooplain
85.topbusiness
86.topgadgets
87.topworks
88.tornpaperdocom
89.totaltouch
90.towers
91.traditionalist
92.transient
93.transition
94.transport
95.trialservices
96.trikea-static
97.trinityinstitute
98.tropical-evening
99.tropical
100.truenature
101.turn-out-mag
102.Turnesol
103.turnitup
104.turrion-development
105.tv-archade
106.twirling
107.twisted
108.Typography
109.ultimateweb
110.unbound-1.0
111.uncomplicated
112.undefined
113.Underground
114.undertaking
115.UnderWraps
116.undiscovered
117.unembellished
118.unilluminated
119.uniq
120.unite
121.universal
122.unknown
123.unlink
124.unnamed
125.unqualified
126.usabilityreport
127.variety
128.vectorlover1-0
129.vegetable
130.veggie
131.ventix
132.vertical
133.verticals
134.vertigo
135.VeryGreen
136.VIBE
137.vibrant
138.Village
139.vintage-style
140.violetrays
141.visioninc
142.visions
143.vitruvius
144.vivid
145.Viziora
146.voodoo-dolls
147.voodoodollyv2.0
148.voyage
149.WaiveLive
150.walls
151.wanderer
152.warmblue
153.warped
154.watchthis
155.watercolored-portfolio
156.waterfactory
157.waterfall
158.waterfalls
159.WaterPool
160.we think
161.web-application
162.web-design-studio
163.web-design
164.web-hosting
165.web-shop
166.web2
167.webdesign
168.webdesigninfo
169.webmob
170.websitedesignx
171.webvision
172.Web_Application
173.wellness
174.whatsyoursolution
175.wickedred
176.widecommerce
177.widget
178.widgetlike
179.wildgoose
180.wing-the-air
181.winglobal
182.wiremesh
183.world-of-warcraft
184.xenlog
185.xgallery
186.xhtmldesign
187.xhtmldev_rainbow
188.xhtmldev_RealEstate
189.xodafields0.2
190.ynt
191.yosemite
192.your-blazing-app
193.yourhost
194.yourministry
195.zillanine