your-blazing-app : Design 8 « Templates « HTML / CSS






your-blazing-app

   

<!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">
<head>
<title>Your Blazing App</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
* { padding: 0; margin: 0; }
a img { border: 0; }
body {
  background: url('your-blazing-app-images/bg.jpg') repeat-x #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  }
#wrapper {
  width: 966px;
  margin: 0 auto;
  }
#header {
  height: 89px;
  }
#logo {
  float: left;
  margin-top: 23px;
  }
#nav {
  float: right; margin-top: 30px;
  font-size: 11px; font-weight: bold; text-transform: uppercase; text-shadow: #ebebeb 1px 1px 0px;
  }
#nav li {
  float: left; display: inline;
  }
#nav a {
  display: inline-block; padding: 9px 13px; border: 1px solid transparent;
  color: #383838; text-decoration: none;
  }
#nav li.active a {
  background: #d2d2d2; border: 1px solid #e4e3e4; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  }
#nav a:hover { color: #000; }

#masthead {
  position: relative;
  background: url('your-blazing-app-images/masthead-bg.gif') #fff repeat-x;
  border: 1px solid #8d8d8d;
  height: 429px; padding-left: 28px; margin: 0 9px -2px;
  background-position: 1px;
  -webkit-box-shadow: 0 4px 2px 2px #b0b2b4;
  }
#masthead h2 {
  width: 370px; padding-top: 50px;
  font-size: 40px; line-height: 36px; letter-spacing: -2px; font-weight: bold; color: #383838; text-shadow: 1px 1px 0px #fff;
  }
#masthead p {
  width: 445px; padding: 21px 0 30px;
  font-family: Georgia, serif; font-size: 13px; line-height: 20px; color: #4f4f4f;
  }
#masthead li {
  list-style-type: none;
  float: left; display: inline;
  margin: 0 11px 27px 0;
  }
.green-button {
  display: block; clear: left;
  width: 230px; height: 52px; line-height: 52px; padding-left: 50px;
  background: url('your-blazing-app-images/green-button.png') top left no-repeat;
  color: #fff; font-size: 26px; font-weight: bold; text-transform: uppercase; text-shadow: 1px 1px 3px #475d05; text-decoration: none; text-align: left;
  }
#phones { 
  position: absolute; top: 34px; right: 17px;
  z-index: 10;
  }
#ribbon {
  position: absolute; top: 7px; right: 20px;
  width: 154px; height: 152px; padding-top: 33px;
  background: url('your-blazing-app-images/ribbon.png') no-repeat;
  z-index: 11;
  color: #fff;
  font-size: 29px; line-height: 25px; font-weight: bold; text-shadow: 1px 1px 3px #cc6000; text-align: center;
  }
#ribbon span {
  padding-top: 7px;
  font-size: 10px; line-height: 1em; font-family: Georgia, serif; font-style: italic; display: block; font-weight: normal; text-shadow: 1px 1px 0 #cc6000;
  }
#blue-bar {
  position: relative; z-index: 10;
  background: url('your-blazing-app-images/blue-bar.gif') no-repeat;
  width: 966px; height: 59px;
  color: #fff; text-shadow: 1px 1px 0 #2e5668;
  }
#blue-bar ul {
  font-family: Georgia, serif; font-style: italic;
  float: right;
  list-style: none;
  padding: 15px 30px 0 0;
  }
#blue-bar li {
  float: left;
  border-left: 1px solid #fff;
  padding: 0 15px;
  }
#blue-bar li:first-child {
  border-left: 0;
  padding: 0 15px 0 0;
  }
#blue-bar li a {
  color: #fff;
  text-decoration: none;
  }
.expand {
  display: inline-block;
  background: url('your-blazing-app-images/expand.gif') center left no-repeat;
  padding-left: 24px; margin: 18px 0 0 27px;
  color: #cacaca; text-decoration: none;
  }
#main {
  background: url('your-blazing-app-images/main-bg.gif') top center repeat-y;
  padding-bottom: 50px;
  }
#content {
  float: left;
  width: 610px; margin-left: 6px; padding: 42px 19px 0 20px;
  }
#content h2 {
  font-size: 43px; font-weight: normal; text-shadow: 1px 1px 0 #fff;
  padding-bottom: 20px; margin-bottom: 45px;
  border-bottom: 1px solid #fff;
  background: url('your-blazing-app-images/gray-border.png') bottom left repeat-x;
  }
.post {
  margin-bottom: 40px;
  }
.post-thumbnail {
  float: left;
  }
.post h3 {
  float: left; display: inline-block;
  font-size: 23px; font-weight: normal;
  padding-left: 25px;
  }
.features {
  padding-top: 7px;
  }
.features li {
  float: left; display: inline;
  background: url('your-blazing-app-images/check.gif') center left no-repeat;
  font-size: 12px;
  padding-left: 25px; margin-left: 16px;
  }
.post p {
  clear: left;
  float: right; margin-top: -40px; padding-left: 97px;
  font-size: 14px; line-height: 22px; color: #454545;
  }
.details {
  display: inline-block;
  padding: 4px 10px; margin-left: 5px;
  background: #868686;
  font-family: Verdana, san-serif; font-size: 10px; line-height: 1em;
  color: #fff; text-decoration: none; text-transform: lowercase;
  border-bottom: 1px solid #a1a1a1;
  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
  }
#sidebar {
  float: left;
  width: 256px; padding: 36px 18px 0 21px;
  }
#sidebar h3 {
  font-size: 18px; font-weight: normal; text-shadow: 1px 1px 0px #e9e9e9;
  padding-bottom: 25px;
  }
#twitter_update_list {
  padding-bottom: 18px;
  border-bottom: 1px solid #ebebeb;
  }
#twitter_update_list li {
  font-family: Georgia, serif; font-size: 13px; line-height: 20px; color: #4f4f4f;
  list-style-type: none;
  background: url('your-blazing-app-images/twitter.gif') no-repeat;
  background-position: 0px 4px;
  padding-left: 25px; padding-bottom: 10px;
  }
#twitter_update_list a {
  color: #969696; text-decoration: none;
  }
#twitter_update_list a[style="font-size: 85%;"] {
  display: block;
  }
h3.subscribe {
  padding-top: 16px; padding-left: 6px;
  border-top: 1px solid #7f7f7f;
  }
#email-subscribe {
  padding-left: 12px;
  }
#email-subscribe label {
  display: block;
  font-family: Georgia, serif; font-size: 11px; color: #6d6c6c; text-shadow: 1px 1px 0px #e9e9e9;
  padding-bottom: 10px;
  }
#email {
  background: #f5f5f5;
  border: 1px solid #b1b1b1;
  width: 215px; height: 34px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  }
#footer {
  font-size: 11px; font-style: italic; font-family: Georgia, serif; color: #4f4f4f;
  background: url('your-blazing-app-images/main-bottom.gif') top center no-repeat;
  padding: 29px 8px 30px 3px;
  }
#footer a {
  color: #4f4f4f; text-decoration: none;
  }
  
.f-left { float: left; }
.f-right { float: right; }
  
#masthead ul:after, #main:after, .post:after, #footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

</style>


</head>
<body>
<!-- START PAGE SOURCE -->
<div id="wrapper">
  <div id="header"> <a href="#"><img src="your-blazing-app-images/logo.png" alt="" id="logo" /></a>
    <ul id="nav">
      <li class="active"><a href="#">Home</a></li>
      <li><a href="#">About Us</a></li>
      <li><a href="#">How It Works</a></li>
      <li><a href="#">Login</a></li>
      <li><a href="#">Join Now</a></li>
    </ul>
  </div>
  <div id="masthead">
    <h2>Sed ut perspiciatis unde omnis iste natus error sit voluptatem !!!</h2>
    <p id="intro">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ...</p>
    <ul>
      <li><a href="#"><img src="your-blazing-app-images/facebook-sign-in.png" alt="" /></a></li>
      <li><a href="#"><img src="your-blazing-app-images/twitter-sign-in.png" alt="" /></a></li>
    </ul>
    <a href="#" class="green-button">Join Now &raquo;</a> <img src="your-blazing-app-images/phones.png" alt="" id="phones" />
    <div id="ribbon">Free Updates<span>with our application you automatically...</span></div>
  </div>
  <div id="blue-bar"> <a href="#" class="expand">Click here to expand</a>
    <ul>
      <li><a href="#">Top 50 Downloads</a></li>
      <li><a href="#">Beta</a></li>
      <li><a href="#">Book</a></li>
      <li><a href="#">Education</a></li>
      <li><a href="#">Whatever</a></li>
    </ul>
  </div>
  <div id="main">
    <div id="content">
      <h2>Latest Posts</h2>
      <div class="post"> <img src="your-blazing-app-images/accuweather.gif" alt="" class="post-thumbnail" />
        <div class="post-info">
          <h3 class="post-title">AccuWeather</h3>
          <ul class="features">
            <li>iPhone</li>
            <li>WebOS</li>
            <li>Windows Mobile</li>
          </ul>
          <p>AccuWeather allows you to weatherproof your day by keeping you up to date Link also lets you synchronize data between your phone. <a href="#" class="details">Details &gt;</a></p>
        </div>
      </div>
      <div class="post"> <img src="your-blazing-app-images/accuweather.gif" alt="" class="post-thumbnail" />
        <div class="post-info">
          <h3 class="post-title">AccuWeather</h3>
          <ul class="features">
            <li>iPhone</li>
            <li>WebOS</li>
            <li>Windows Mobile</li>
          </ul>
          <p>AccuWeather allows you to weatherproof your day by keeping you up to date Link also lets you synchronize data between your phone. <a href="#" class="details">Details &gt;</a></p>
        </div>
      </div>
      <div class="post"> <img src="your-blazing-app-images/accuweather.gif" alt="" class="post-thumbnail" />
        <div class="post-info">
          <h3 class="post-title">AccuWeather</h3>
          <ul class="features">
            <li>iPhone</li>
            <li>WebOS</li>
            <li>Windows Mobile</li>
          </ul>
          <p>AccuWeather allows you to weatherproof your day by keeping you up to date Link also lets you synchronize data between your phone. <a href="#" class="details">Details &gt;</a></p>
        </div>
      </div>
      <div class="post"> <img src="your-blazing-app-images/accuweather.gif" alt="" class="post-thumbnail" />
        <div class="post-info">
          <h3 class="post-title">AccuWeather</h3>
          <ul class="features">
            <li>iPhone</li>
            <li>WebOS</li>
            <li>Windows Mobile</li>
          </ul>
          <p>AccuWeather allows you to weatherproof your day by keeping you up to date Link also lets you synchronize data between your phone. <a href="#" class="details">Details &gt;</a></p>
        </div>
      </div>
      <div class="post"> <img src="your-blazing-app-images/accuweather.gif" alt="" class="post-thumbnail" />
        <div class="post-info">
          <h3 class="post-title">AccuWeather</h3>
          <ul class="features">
            <li>iPhone</li>
            <li>WebOS</li>
            <li>Windows Mobile</li>
          </ul>
          <p>AccuWeather allows you to weatherproof your day by keeping you up to date Link also lets you synchronize data between your phone. <a href="#" class="details">Details &gt;</a></p>
        </div>
      </div>
      <div class="post"> <img src="your-blazing-app-images/accuweather.gif" alt="" class="post-thumbnail" />
        <div class="post-info">
          <h3 class="post-title">AccuWeather</h3>
          <ul class="features">
            <li>iPhone</li>
            <li>WebOS</li>
            <li>Windows Mobile</li>
          </ul>
          <p>AccuWeather allows you to weatherproof your day by keeping you up to date Link also lets you synchronize data between your phone. <a href="#" class="details">Details &gt;</a></p>
        </div>
      </div>
    </div>
    <div id="sidebar">
      <h3>Elsewhere</h3>
      <ul id="twitter_update_list">
        <li><span>RT @<a href="#">Screenr</a>: Cool Screenr update: Now your screencasts publish twice as fast. <a href="#">http://screenr.com/aDp</a></span> <a style="font-size: 85%;" href="#">46 minutes ago</a></li>
        <li><span>RT @<a href="#">Screenr</a>: Cool Screenr update: Now your screencasts publish twice as fast. <a href="#">http://screenr.com/aDp</a></span> <a style="font-size: 85%;" href="#">46 minutes ago</a></li>
        <li><span>RT @<a href="#">Screenr</a>: Cool Screenr update: Now your screencasts publish twice as fast. <a href="#">http://screenr.com/aDp</a></span> <a style="font-size: 85%;" href="#">46 minutes ago</a></li>
        <li><span>RT @<a href="#">Screenr</a>: Cool Screenr update: Now your screencasts publish twice as fast. <a href="#">http://screenr.com/aDp</a></span> <a style="font-size: 85%;" href="#">46 minutes ago</a></li>
        <li><span>RT @<a href="#">Screenr</a>: Cool Screenr update: Now your screencasts publish twice as fast. <a href="#">http://screenr.com/aDp</a></span> <a style="font-size: 85%;" href="#">46 minutes ago</a></li>
        <li><span>RT @<a href="#">Screenr</a>: Cool Screenr update: Now your screencasts publish twice as fast. <a href="#">http://screenr.com/aDp</a></span> <a style="font-size: 85%;" href="#">46 minutes ago</a></li>
        <li><span>RT @<a href="#">Screenr</a>: Cool Screenr update: Now your screencasts publish twice as fast. <a href="#">http://screenr.com/aDp</a></span> <a style="font-size: 85%;" href="#">46 minutes ago</a></li>
      </ul>
      <h3 class="subscribe">Subscribe</h3>
      <form method="post" id="email-subscribe" action="#">
        <label for="email">Enter your email address</label>
        <input name="email" type="text" id="email" />
      </form>
    </div>
  </div>
  <div id="footer">
    <div class="f-left">Copyright &copy; 2010 <a href="#">Domain Name</a> - All Rights Reserved</div>
    <div class="f-right"><a href="http://www.free-css.com/">Free CSS Templates</a> by <a href="http://fearlessflyer.com">Fearlessflyer</a> &amp; <a href="http://www.themelab.com">Theme Lab</a></div>
  </div>
</div>
<!-- END PAGE SOURCE -->
</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.urbanartist
127.usabilityreport
128.variety
129.vectorlover1-0
130.vegetable
131.veggie
132.ventix
133.vertical
134.verticals
135.vertigo
136.VeryGreen
137.VIBE
138.vibrant
139.Village
140.vintage-style
141.violetrays
142.visioninc
143.visions
144.vitruvius
145.vivid
146.Viziora
147.voodoo-dolls
148.voodoodollyv2.0
149.voyage
150.WaiveLive
151.walls
152.wanderer
153.warmblue
154.warped
155.watchthis
156.watercolored-portfolio
157.waterfactory
158.waterfall
159.waterfalls
160.WaterPool
161.we think
162.web-application
163.web-design-studio
164.web-design
165.web-hosting
166.web-shop
167.web2
168.webdesign
169.webdesigninfo
170.webmob
171.websitedesignx
172.webvision
173.Web_Application
174.wellness
175.whatsyoursolution
176.wickedred
177.widecommerce
178.widget
179.widgetlike
180.wildgoose
181.wing-the-air
182.winglobal
183.wiremesh
184.world-of-warcraft
185.xenlog
186.xgallery
187.xhtmldesign
188.xhtmldev_rainbow
189.xhtmldev_RealEstate
190.xodafields0.2
191.ynt
192.yosemite
193.yourhost
194.yourministry
195.zillanine