canuckington-post : Design 3 « Templates « HTML / CSS






canuckington-post

     

<!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" lang="en" xml:lang="en">
<head>
<title>Canuckington Post</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
/*
CANUCKINGTON POST STYLESHEET
A SKYROCKET LABS FREE XHTML/CSS TEMPLATE
http://www.skyrocketlabs.com
fred@skyrocketlabs.com
*/

/* ARCHITECTURE */

body {
  font-family: georgia,"times new roman",times,serif;
  font-size: 90%;
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff;
}

#top {
  width: 980px;
  height: 40px;
  margin: 0 auto;
  border-bottom: 4px solid #ddd;
}

#header {
  width: 980px;
  height: 110px;
  margin: 0 auto;
}

#logo, #ad {
  float: left;
  width: 400px;
  height: 110px;
}

#ad {
  width: 580px;
}

#nav {
  width: 980px;
  height: 44px;
  margin: 0 auto;
  background: #dc0000;
}

#nav-bottom {
  width: 978px;
  height: 42px;
  margin: 0 auto;
  background: #f0f0f0 url(canuckington-post-img/wireframe/nav-bottom-backgr.png) repeat-x;
  border: 1px solid #d0d0d0;
  border-top: none;
}

#sub-nav {
  width: 980px;
  height: 45px;
  margin: 0 auto 10px auto;
}

#content-wrapper {
  width: 980px;
  min-height: 630px;
  margin: 0 auto;
  overflow: hidden;
}

#main {
  float: left;
  width: 660px;
  min-height: 630px;
  margin: 0 20px 0 0;
}

#headlines {
  width: 660px;
  min-height: 300px;
}

#main-headline {
  float: left;
  width: 400px;
  min-height: 300px;
  padding: 0 19px 0 0;
  border-right: 1px solid #ddd;
}

#more-headlines {
  float: right;
  width: 220px;
  min-height: 300px;
  padding: 0 0 0 20px;
}

#sidebars {
  float: right;
  width: 279px;
  min-height: 630px;
  padding: 0 0 0 20px;
  border-left: 1px solid #ddd;
}

#extras {
  width: 980px;
  height: 290px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}

#recommended {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 20px 0 0;
  padding: 20px 0;
}

#programs {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 10px 0 0;
  padding: 20px 0;
}

#cartoon {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 0 0 10px;
  padding: 20px 0;
}

#footer {
  width: 980px;
  height: 60px;
  margin: 0 auto;
}


/* TOP MENU */

#top ul {
  float: right;
  margin: 18px 0 0 0;
  padding: 0;
  list-style: none;
}

#top li {
  display: inline;
  font-size: 0.9em;
  line-height: 1.0em;
  margin: 0 0 0 20px;
  padding: 0;
}

#top li a {
  color: #dc0000;
  text-decoration: none;
}

#top li a:hover {
  color: #000;
  text-decoration: underline;
}

/* MAIN NAV MENU */

#nav ul {
  float: left;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}

#nav li {
  display: inline;
  font-size: 1.0em;
  line-height: 44px;
  text-transform: uppercase;
  margin: 0 29px 0 0;
  padding: 0;
}

#nav li.last {
  margin: 0;
}

#nav li a {
  color: #fff;
  text-decoration: none;
}

#nav li a:hover {
  color: #000;
  text-decoration: none;
}

/* MAIN SUB-NAV MENU */

#sub-nav ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sub-nav li {
  display: inline;
  font-size: 0.9em;
  line-height: 45px;
  text-transform: uppercase;
  color: #666;
  margin: 0 15px 0 0;
  padding: 0;
}

#sub-nav li a {
  color: #000;
  text-decoration: none;
}

#sub-nav li a:hover {
  color: #000;
  text-decoration: underline;
}

#sub-nav li.title {
  color: #dc0000;
}

/* FOOTER MENU */

#footer ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer li {
  display: inline;
  font-size: 0.9em;
  line-height: 60px;
  color: #666;
  margin: 0 15px 0 0;
  padding: 0;
}

#footer li a {
  color: #000;
  text-decoration: none;
}

#footer li a:hover {
  color: #000;
  text-decoration: underline;
}

/* TYPOGRAPHY */

#headlines h1, #headlines h2, #headlines h3, #headlines h4, #sidebars h3 {
  font-size: 2.3em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -1px;
  color: #000;
  margin: 0 0 6px 0;
}

#headlines h2, #headlines h3, #sidebars h3 {
  font-size: 1.7em;
}

#headlines h4 {
  font-size: 1.3em;
  line-height: 1.1em;
}

#headlines h3 {
  margin: 0 0 4px 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #ddd;
}

#headlines h1 a, #headlines h2 a, #headlines h3 a, #headlines h4 a, #sidebars h3 a {
  color: #000;
  text-decoration: none;
}

#headlines h1 a:hover, #headlines h2 a:hover, #headlines h3 a:hover, #headlines h4 a:hover, #sidebars h3 a:hover {
  color: #dc0000;
  text-decoration: underline;
}

#headlines h2.heading, #sidebars h2.heading-blue, #sidebars h2.heading {
  font: bold 0.8em arial,verdana,tahoma,sans-serif;
  line-height: 1.0em;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px 0;
  padding: 7px 6px 6px 6px;
  background: #dc0000;
}

#sidebars h2.heading-blue {
  background: #2c6fae;
}

#sidebars h4 {
  font: bold 1.0em arial,verdana,tahoma,sans-serif;
  line-height: 1.2em;
  margin: 0 0 9px 0;
  padding: 5px 0 0 0;
}

#sidebars h4 a {
  color: #dc0000;
  text-decoration: none;
}

#sidebars h4 a:hover {
  color: #000;
  text-decoration: underline;
}

#main p, #sidebars p {
  font-size: 1.0em;
  line-height: 1.4em;
  margin: 0 0 16px 0;
}

#main p.author, #sidebars p.author {
  font: bold 0.8em arial,verdana,tahoma,sans-serif;
  line-height: 1.0em;
  margin: 0 0 10px 0;
  color: #999;
}

#main p.author span, #sidebars p.author span {
  color: #2c6fae;
}

#main p a, #sidebars p a {
  color: #dc0000;
  text-decoration: none;
}

#main p a:hover, #sidebars p a:hover {
  color: #dc0000;
  text-decoration: underline;
}

#extras h2.heading {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
  padding: 10px 0;
  border-top: 4px solid #000;
  border-bottom: 1px solid #ddd;
}

#extras ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#extras li {
  font-size: 1.0em;
  line-height: 1.3em;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px dotted #ccc;
}

#extras li.last {
  padding: 6px 0 0 0;
  border-bottom: none;
}

#extras li a {
  color: #dc0000;
  text-decoration: none;
}

#extras li a:hover {
  color: #000;
  text-decoration: none;
}

/* IMAGES */

#logo img {
  border: 0;
}

#ad img {
  margin: 15px 0 0 0;
  border: 0;
}

#sub-nav img {
  margin: 0 5px 0 0;
  border: 0;
  vertical-align: middle;
}

#main-headline img {
  margin: 0 0 6px 0;
  border: 0;
}

#main img.lefty {
  float: left;
  margin: 0 10px 0 0;
  border: 0;
}

#main img.righty {
  float: right;
  margin: 0 0 0 10px;
  border: 0;
}

#sidebars img.ad, #sidebars img.ad-right {
  margin: 0 24px 24px 0;
  border: 0;
}

#sidebars img.ad-right {
  margin: 0 0 24px 0;
}  

#extras img {
  margin: 8px 0 0 0;
  border: 0;
}

/* FORMS */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#search form {
  margin: 40px 0 0 0;
}

.searchfield {
  font: normal 1.0em georgia,"times new roman",times,serif;
  color: #000;
  margin: 0 6px 0 0;
  padding: 6px;
  background: #fff;
  border: 1px solid #aaa;
}

.searchbtn {
  font: normal 1.2em georgia,"times new roman",times,serif;
  color: #000;
  margin: 0;
  padding: 2px;
}


</style>


</head>
<body>
<!-- BEGIN TOP -->
<div id="top">
  <ul>
    <li><a href="#">About</a></li>
    <li><a href="#">Submit a Story</a></li>
    <li><a href="#">Feedback</a></li>
    <li><a href="#">Support</a></li>
  </ul>
</div>
<!-- END TOP -->
<!-- BEGIN HEADER -->
<div id="header">
  <div id="logo"> <a href="#"><img src="canuckington-post-img/wireframe/logo.png" alt="" /></a> </div>
  <div id="ad"> <img src="canuckington-post-img/ad-blank.png" alt="" /> </div>
</div>
<!-- END HEADER -->
<!-- BEGIN NAV -->
<div id="nav">
  <ul>
    <li><a href="#">Home</a></li>
    <li><a href="#">Archive</a></li>
    <li><a href="#">Local</a></li>
    <li><a href="#">World</a></li>
    <li><a href="#">Politics</a></li>
    <li><a href="#">Entertainment</a></li>
    <li><a href="#">Sports</a></li>
    <li><a href="#">Science &amp; Technology</a></li>
    <li class="last"><a href="#">Contact</a></li>
  </ul>
</div>
<!-- END NAV -->
<!-- BEGIN SUB NAV -->
<div id="sub-nav">
  <ul>
    <li class="title">Stay in the know:</li>
    <li><a href="#">Blogs</a></li>
    <li>|</li>
    <li><a href="#">Video Gallery</a></li>
    <li>|</li>
    <li><img src="canuckington-post-img/icons/rss.png" alt="" /><a href="#">Subscribe</a></li>
    <li>|</li>
    <li><img src="canuckington-post-img/icons/twitter.png" alt="" /><a href="#">Twitter</a></li>
  </ul>
</div>
<!-- END SUB NAV -->
<!-- BEGIN CONTENT WRAPPER -->
<div id="content-wrapper">
  <!-- BEGIN MAIN -->
  <div id="main">
    <div id="headlines">
      <div id="main-headline">
        <h2 class="heading">Featured Story</h2>
        <img src="canuckington-post-img/blank.jpg" alt="" />
        <h1><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a></h1>
        <p class="author">Name Here | <span>09.18.09</span></p>
        <p>Ut sed arcu nulla. In eget lectus vitae purus volutpat consectetur suscipit ut justo.</p>
        <p><a href="#">Full story &raquo;</a></p>
        <h2 class="heading">Latest Video</h2>
        <object width="400" height="300">
          <param name="movie" value="http://www.youtube.com/v/B0jhJA1Hjxk&amp;hl=en_US&amp;fs=1&" />
          <param name="allowFullScreen" value="true" />
          <param name="allowscriptaccess" value="never" />
          <embed src="http://www.youtube.com/v/B0jhJA1Hjxk&amp;hl=en_US&fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="never" allowfullscreen="true" width="400" height="300"></embed>
        </object>
        <h2><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a></h2>
        <p class="author"><span>09.18.09</span></p>
        <p><a href="#">More video &raquo;</a></p>
      </div>
      <div id="more-headlines">
        <h2 class="heading">Featured Stories</h2>
        <h2><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a></h2>
        <p class="author">Name Here | <span>09.18.09</span></p>
        <p>Ut sed arcu nulla. In eget lectus vitae purus volutpat consectetur suscipit ut justo.</p>
        <p><a href="#">Full article &raquo;</a></p>
        <h3><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a></h3>
        <p class="author">Name Here | <span>09.18.09</span></p>
        <p>Ut sed arcu nulla. In eget lectus vitae purus volutpat consectetur suscipit ut justo.</p>
        <p><a href="#">Full article &raquo;</a></p>
        <h3><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a></h3>
        <p class="author">Name Here | <span>09.18.09</span></p>
        <p>Ut sed arcu nulla. In eget lectus vitae purus volutpat consectetur suscipit ut justo.</p>
        <p><a href="#">Full article &raquo;</a></p>
        <h2 class="heading">Podcast</h2>
        <img src="canuckington-post-img/microphone.png" alt="" class="righty" />
        <h4><a href="#">Lorem ipsum dolor sit amet, consectetur</a></h4>
        <p class="author"><span>09.18.09</span></p>
        <p>Ut sed arcu nulla. In eget lectus vitae purus volutpat consectetur suscipit ut justo.</p>
        <p><a href="#">More podcasts &raquo;</a></p>
      </div>
    </div>
  </div>
  <!-- END MAIN -->
  <!-- BEGIN SIDEBARS -->
  <div id="sidebars">
    <!-- BEGIN ADS -->
    <a href="#"><img src="canuckington-post-img/side-ad.png" alt="" class="ad" /></a> <a href="#"><img src="canuckington-post-img/side-ad.png" alt="" class="ad-right" /></a> <a href="#"><img src="canuckington-post-img/side-ad.png" alt="" class="ad" /></a> <a href="#"><img src="canuckington-post-img/side-ad.png" alt="" class="ad-right" /></a>
    <!-- END ADS -->
    <h2 class="heading-blue">Sports Headlines</h2>
    <img src="canuckington-post-img/wayne.jpg" alt="" />
    <h3><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a></h3>
    <p>Ut sed arcu nulla. In eget lectus vitae purus volutpat consectetur suscipit ut justo.</p>
    <p><a href="#">More headlines &raquo;</a></p>
    <h2 class="heading">Celebrity Sightings</h2>
    <img src="canuckington-post-img/casey.jpg" alt="" class="ad" /> <img src="canuckington-post-img/hobo.jpg" alt="" class="ad-right" />
    <h2 class="heading">In the Community</h2>
    <h4><a href="#">Lorem ipsum dolor sit amet eget, consectetur adipiscing elit</a></h4>
    <h4><a href="#">Lorem ipsum dolor sit amet eget, consectetur adipiscing elit</a></h4>
  </div>
  <!-- END SIDEBARS -->
</div>
<!-- END CONTENT WRAPPER-->
<!-- BEGIN EXTRAS -->
<div id="extras">
  <div id="recommended">
    <h2 class="heading">Recommended Stories</h2>
    <ul>
      <li><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit &raquo;</a></li>
      <li><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit &raquo;</a></li>
      <li><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit &raquo;</a></li>
      <li class="last"><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit &raquo;</a></li>
    </ul>
  </div>
  <div id="programs">
    <h2 class="heading">What's On Tonight</h2>
    <img src="canuckington-post-img/rick.jpg" alt="" /> <img src="canuckington-post-img/cbc.png" alt="" /> </div>
  <div id="cartoon">
    <h2 class="heading">Humour</h2>
    <img src="canuckington-post-img/cartoon.jpg" alt="" /> </div>
</div>
<!-- END EXTRAS -->
<!-- BEGIN FOOTER -->
<div id="footer">
  <ul>
    <li>&copy;2010 <a href="#">Name Here</a></li>
    <li>|</li>
    <li><a href="#">FAQ</a></li>
    <li>|</li>
    <li><a href="#">Privacy Policy</a></li>
    <li>|</li>
    <li><a href="#">Careers</a></li>
    <li>|</li>
    <li><a href="#">Advertise</a></li>
    <li>|</li>
    <li><a href="#">Sitemap</a></li>
    <li>|</li>
    <li>Designed by <a href="http://www.skyrocketlabs.com/">Skyrocket Labs</a></li>
  </ul>
</div>
<!-- END FOOTER -->
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.blankspace
2.Blasphemy
3.blended
4.blewwave
5.blootoon
6.blush
7.boardroom
8.BOOM
9.boorish
10.boosting
11.bordered
12.boswell
13.bounderies
14.boxedtype
15.boxes_template
16.boxybox
17.branches
18.breaking_ontop
19.brewedcoffee
20.brightfolio
21.brightsideoflife1.0
22.Broadcaster
23.broadsheet
24.brycesunrise
25.bucolic
26.burgeon
27.buzz
28.BW
29.bwdec2007
30.calliope
31.callofduty2
32.candiiclouds
33.cantya-studio
34.canvass
35.capricious
36.capsicum
37.carbonated
38.carbonizer
39.carlmelon
40.caronline
41.carrera
42.castellated
43.catch_info
44.cattleya
45.center-stage
46.COIL
47.col1
48.col2
49.col3
50.collaboration
51.collectiveblue
52.collegemusic
53.colorus
54.colosseum
55.columna
56.combination
57.ComingSoon
58.commission
59.communication-1.0
60.communication-co
61.communication
62.community-live
63.compiled
64.complete-collection
65.complimentary
66.component
67.compressed
68.compromise
69.compus
70.conceptnova
71.concrete
72.concurrence
73.condition
74.conglomerate
75.conjunction
76.connection
77.connections
78.consulting-co
79.contemplate
80.convergence
81.cookiefusion
82.Copy of modify
83.corporattica
84.Cosmopolitan
85.counterstrike
86.cover
87.coverage
88.coxswain
89.creamburn
90.crisp2
91.criterion
92.crystalblack
93.css-heaven-1
94.cssgallery
95.cssheaven-2
96.cssmajesty
97.cubismo
98.cultivated
99.cultureshock
100.cupofcoffee
101.customary
102.customize
103.cyano
104.cyanspark
105.cyberarray
106.daleri-mega
107.daleri-structure
108.dalmatians
109.danmyaz1
110.dapple
111.david-kruger
112.deardiary
113.decorative
114.deepimpact
115.deerpark
116.dekada
117.delta
118.delzep_enterprise
119.description
120.deserted
121.desertsand
122.design-gallery
123.design-studio
124.design10
125.Design9
126.designersstudio
127.designersworld
128.designgalo
129.designhq
130.designstudio
131.Design_Agency
132.deskspace
133.detachable
134.deviation
135.devision
136.dewdrops
137.dezinstudio
138.didactic
139.Did_My_Time
140.differential
141.digitalweb
142.dimension
143.diminishing
144.dirtylicious
145.disambiguation
146.discovery
147.distillate
148.distinctive
149.diversity
150.DJ