Typography : Design 8 « Templates « HTML / CSS






Typography

   

<!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">

<!--
  **************************************************************
  *                                                            *
  *       Thanks for your interest in the source code!         *
  * Designed and hand coded by John O'Nolan @ LyricalMedia.com *
  *                                                            *
  **************************************************************
-->

<head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <title>O'No! Typography - Created Exclusively for Smashing Magazine</title>
<style type='text/css'>
/*--------------------------------------|
| Site: http://www.smashingmagazine.com |
| Author: John O'Nolan                  |
| Author URI: http://john.onolan.org    |
| Type: Screen                          |
| Date: June 2009                       |
|--------------------------------------*/

/*--- CSS Reset ---*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
:focus {
   outline: 0;
}
body {
   line-height: 22px;
}
ul {
   list-style: none;
}
table {
   border-collapse: separate;
   border-spacing: 0;
}
caption, th, td {
   text-align: left;
   font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}

.left {float:left}
.right {float:right;margin-right:0!important;}
  
.clearfix:after {
  content: ".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*--- Common ---*/

body {
  font-family:Arial, Verdana, sans-serif;
  color:#fff;
  background:#474747 url(Typography-images/nav-bg.png) top left repeat-x
}

h1 {font-size:50px;letter-spacing:-10px}

h2 {
  width:300px;
  float:left;
  font-size:40px;
  line-height:58px;
  letter-spacing:-1px;
  margin:45px 0 0 70px;
  text-indent:-15px;
}
h3 {
  float:left;
  margin:0 0 30px 0;
  font-family:Times, Georgia, Serif;
  font-weight:normal;
  font-size:30px;
  line-height:30px;
  width:80%;
}

h4 {float:left;margin:0 0 20px 0;font-size:20px;}

p {font-size:16px;line-height:24px;margin-bottom:24px;float:left;}

em {font-style:italic;border-bottom:1px dashed;}
strong {font-weight:bold;color:#ff9000;text-transform:uppercase;}

a {color:#fff;border-bottom:1px solid;}
a:hover {color:#ff9000;}

.o {color:#ff9000}

.number {
  float:right;
  color:#fff;
  font-family:Times, Georgia, Serif;
  font-size:30px;
  line-height:30px;
}


/*--- Layout ---*/

#wrapper {
  width:960px; 
  margin:0 auto; 
  background:url(Typography-images/radial-bg.png) top left no-repeat;
}


/*--- Nav ---*/

#nav {
  list-style:none;
  margin:0;
  padding:7px 0 0 0;
  font-size:20px;
  letter-spacing:-1px;
  position:relative;
  z-index:50;
}

#nav li {float:left;margin:0 72px 0 0;}
#nav li a {text-decoration:none;padding:3px 10px;border:none;}
#nav li#first a {padding-left:0}
  

/*--- Header ---*/

#header {height:375px}
#logo {float:left;margin:65px 0 0 0}


/*--- Content ---*/

.box {
  float:left;
  width:100%;
  margin:45px 30px 0 0;
  padding:10px 0 0 0;
  background:url(Typography-images/box-bg.png) top left repeat-x
}
.small {width:300px;}
.big {width:630px;}

.sidenote p {
  text-align:right;
  font-size:20px;
  line-height:24px;
  margin:-1px 0 24px 0;
  float:none;
}


/*--- Footer ---*/

#footer {
  float:left;
  width:100%;
  height:355px;
  margin:50px 0 0 0;
  background:url(Typography-images/footer-bg.png) bottom left repeat-x;
}
.inner {width:960px;margin:0 auto;padding:40px 0 0 0;}
#footer img, #footer p {margin:0 53px 10px 0; width:200px;float:left}

.credits {margin:35px 0 0 0;font-size:13px}
.credits a {text-decoration:none;}


</style>


  <script type="text/javascript" src="js/cufon-yui.js"></script>
  <script type="text/javascript" src="js/CartoGothic_Std_400-CartoGothic_Std_700-CartoGothic_Std_italic_400-CartoGothic_Std_italic_700.font.js"></script>
  <script type="text/javascript">
    Cufon.replace('h1')('h2')('h4')('p');
  </script>
</head>
<body>
  <div id="wrapper">
    <div id="header">
      <ul id="nav">
        <li id="first"><a href="#">Home</a></li>
        <li><a href="#">About</a></li>
        <li><a href="#">Portfolio</a></li>
        <li><a href="#">Blog</a></li>
        <li><a href="#">Contact</a></li>
      </ul>
      <span id="navnumber" class="number">000</span>
      <img id="logo" src="Typography-images/logo.png" alt="O'No! Typography, The Best Place on The Web" />
      <h2><span class="o">&quot;</span>all we do is <br />(<span class="o">really</span>) stunning typography for the world wide wonderful web<span class="o">&quot;</span></h2>
      <div class="clearfix"></div>
    </div><!--header-->
    <div id="content">
      
      <div class="box">
        <h3>About us, the story so far and how we got there</h3><span class="number">001</span>
        <div class="clearfix"></div>
        <div class="sidenote left small">
          <p class="o">001. All About Us</p>
          <p>Everything you need to know, wrapped up in a little nutshell</p>
        </div>
        <div class="right big">
          <p>Lorem ipsum dolor sit amet, <em>consectetur adipisicing elit</em>, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
          <p>Excepteur <strong>sint occaecat</strong> cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 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 ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
          <p><a href="#">Read More...</a></p>
        </div>
      </div><!--about-->
      
      <div class="box left small">
        <h3>Portfolio</h3><span class="number">002</span>
        <div class="clearfix"></div>
        <p><strong>Lorem ipsum</strong> 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 ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
        <p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim. <a href="#">Read More...</a></p>
      </div><!--portfolio"-->
      <div class="box left small">
        <h3>Blog</h3><span class="number">003</span>
        <div class="clearfix"></div>
        <p><strong>Lorem ipsum</strong> dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna eiusmod aliqua.</p>
        <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla voluptate pariatur.</p>
        <p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui. <a href="#">Read More...</a></p>
      </div><!--blog"-->
      <div class="box right small">
        <h3>Contact</h3><span class="number">004</span>
        <div class="clearfix"></div>
        <p><strong>Lorem ipsum</strong> 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 ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
        <p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
        <p>Excepteur sint occaecat cupidatat non proident, sunt in. <a href="#">Read More...</a></p>
      </div><!--contact"-->    
      
      
    </div><!--content-->
  </div><!--wrapper-->
  <div id="footer">
    <div class="inner">
      <img src="Typography-images/typ.png" alt="typ" />
      <img src="Typography-images/og.png" alt="og" />
      <img src="Typography-images/rap.png" alt="rap" />
      <img class="right" src="Typography-images/hy.png" alt="hy" />
      <p>01. Lorem ipsum sut dolor</p>
      <p>02. Lorem ipsum sut dolor</p>
      <p>03. Lorem ipsum sut dolor</p>
      <p class="right">04. Lorem ipsum sut dolor</p>
      <div class="clearfix"></div>
      <div class="credits left">Copyright <span class="o">O?No!</span> Typography 2009</div>
      <div class="credits right"><a href="http://www.flashmint.com/show-type-flash.html">Flash Templates</a>  by<a href="http://www.flashmint.com/">FlashMint</a></div>
    </div>
  </div><!--footer-->
<script type="text/javascript">Cufon.now();</script>
</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.ultimateweb
109.unbound-1.0
110.uncomplicated
111.undefined
112.Underground
113.undertaking
114.UnderWraps
115.undiscovered
116.unembellished
117.unilluminated
118.uniq
119.unite
120.universal
121.unknown
122.unlink
123.unnamed
124.unqualified
125.urbanartist
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