grunge-superstar-website-template : Design 9 « Templates « HTML / CSS






grunge-superstar-website-template

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content=""/>
<meta name="keywords" content="" />
<meta name="author" content="" />

<style type='text/css'>
/*  
Template name: Grunge Superstar
Template URI: http://templates.arcsin.se/grunge-superstar-website-template/
Release date: 2008-06-15
Description: A dirty, monochrome single-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* --------------------------------
   General
----------------------------------- */

html {
  font-size: 62.5%; /* reset 1em to 10px */
  height: 100%;
}

body {
  background: #444 url('grunge-superstar-website-template-img/body.jpg');
  color: #444;
  font: normal 1.2em Verdana,Arial,sans-serif;
  height: 100%;
  padding-bottom: 1px; /* force scrollbars */
  padding-top: 64px;
}

small,.small {font-size: 0.9em;}

a {
  color: #EEC;
  text-decoration: none;
}
a:hover {
  color: #FFA;
  text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

blockquote, code {
  background: #4A4A4A;
  border: 1px solid #333;
  color: #BBB;
  display: block;
  margin-bottom: 12px;
}
code {
  font: normal 0.9em Verdana,sans-serif;
  line-height: 1.5em;
  padding: 8px 14px;
}
blockquote {
  background: #4A4A4A url('grunge-superstar-website-template-img/quote.gif') no-repeat left top;
  padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em Georgia,sans-serif;}
h2 {font: normal 1.6em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
  background: url('grunge-superstar-website-template-img/paper_left.gif') no-repeat left top;
  margin: 0 auto;
  padding-bottom: 34px;
  width: 778px;
}
#paper_right {
  background: url('grunge-superstar-website-template-img/paper_right.gif') no-repeat right bottom;
}

#layout_wrapper {
  background: #50504A url('grunge-superstar-website-template-img/grain_dark.gif');
  margin: 0 auto;
  width: 736px;
}
#layout_container {padding: 8px;}
#layout_content {border: 1px solid #333;}

#header_image {
  height: 160px;
  background: #222 url('grunge-superstar-website-template-img/header.jpg') no-repeat;
  border-bottom: 1px solid #222;
  border-top: 1px solid #111;
}


/* --------------------------------
   Site title
----------------------------------- */

#site_title {
  background: #222;
  padding: 12px 20px;
}
#site_title h1   {
  color: #EED;
  font: normal 2em Georgia,sans-serif;
  margin: 0 0 5px;
}
#site_title h2 {
  color: #BFBFB6;
  font: normal 1.1em sans-serif;
  margin: 0;
}


/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
  background: #353535 url('grunge-superstar-website-template-img/navigation.jpg') repeat-x;
  border-bottom: 1px solid #222;
  border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
  border-right: 1px solid #303030;
  float: left;
  list-style: none;
}
.navigation a {
  color: #AAA;
  display: block;
  font: bold 1em Verdana,sans-serif;
  padding: 12px 14px;
  text-decoration: none;
}
.navigation a:hover {
  background: #444;
  color: #E5E5D5;
  text-decoration: none;
}
.navigation li.current_page_item a {
  background: none;
  color: #EEE;
}

/* Sub navigation */
#subnav a {
  padding: 10px;
  font-size: 0.9em;
}


/* --------------------------------
   Main
----------------------------------- */

#main {
  background: #4A4A4A;
  color: #CCC;
}


/* --------------------------------
   Bottom
----------------------------------- */

#bottom {
  background: #222;
  border-bottom: 1px solid #1A1A1A;
  border-top: 1px solid #2A2A2A;
  color: #AAA;
  padding: 16px;
}
#bottom ul li {
  border-bottom: 1px solid #303030;
}
#bottom ul li a {
  color: #777;
  display: block;
  padding: 4px 6px;
}
#bottom ul li a:hover {
  background: #2A2A2A;
  color: #FFC;
  text-decoration: none;
}

/* Tag cloud */
#tag_cloud a {color: #777;}
#tag_cloud a:hover {color: #FFC;}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
  background: #2A2A2A;
  border-bottom: 1px solid #1A1A1A;
  border-top: 1px solid #333;
  color: #888;
  font-size: 0.9em;
  padding: 10px 12px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}


/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
  display: block;
  line-height: 0;
  font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}

/* Images */
img.bordered {padding: 3px; background: #666;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}

/* Icons */
span.comment {background: url('grunge-superstar-website-template-img/icon_comment.gif') no-repeat left center; padding-left: 18px;}

/* Label */
.label {
  background: #222 url('grunge-superstar-website-template-img/post_top.gif') repeat-x left top;
  border-bottom: 2px solid #555;
  color: #BBB;
  margin: 0;
  padding: 0.5em 0.8em 0.6em;
}

/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

/* --------------------------------
   Posts
----------------------------------- */

.post {
  background: #363636;
  border-bottom: 1px solid #111;
}
.post_top {
  background: #222 url('grunge-superstar-website-template-img/post_top.gif') repeat-x left top;
  border-bottom: 4px solid #777;
  border-top: 1px solid #3A3A3A;
  padding: 10px 16px 13px;
}
.post_title h2 {
  font-size: 2em;
  margin: 0;
  padding: 0;
}
.post_body {
  background: url('grunge-superstar-website-template-img/post_body.jpg') no-repeat left top;
  border-top: 1px solid #333;
  padding: 16px 16px 0;
}
.post_metadata {padding: 10px;}
.post_metadata .content {
  background: #424242;
  color: #999;
  font-size: 0.9em;
  padding: 10px 12px;
}
.post_metadata a {color: #BBB;}
.post_metadata a:hover {color: #DDD;}

.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc;}
.post_body ol {list-style: decimal;}


/* ----------------------------------------
  Forms
------------------------------------------- */

form {margin: 0; padding: 0;}

/* Inputs */
input#s, textarea, input.styled {
  background: #DDD;
  border: 3px solid #555;
  font: normal 1em Verdana,sans-serif;
  padding: 3px;
  width: 160px;
}
textarea {width: 440px;}

/* Seachform */
table.search {
  border-collapse: collapse;
  width: 250px;
}
table.search td {vertical-align: top;}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {
  background: #666;
  border: 1px solid #444;
  padding: 2px;
}
.comment_author {
  color: #EEE;
  padding-top: 2px;
}

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {padding: 0;}
.nicelist ol {margin: 0;}
.nicelist ol li {
  border-bottom: 1px solid #333;
  border-top: 1px solid #505050;
  list-style: none;
  padding: 8px 10px 1px;
}
.nicelist ol li:first-child {border-top: none;}
.nicelist li.alt {background: #444;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
  color: #999;
  font-size: 0.9em;
  padding-top: 4px;
}
.nicelist .date a {
  color: #BBB;
  text-decoration: none;
}
.nicelist .date a:hover {text-decoration: underline;}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {padding-bottom: 6px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
  background: #555;
  border-top: 1px solid #444;
  font-size: 0.9em;
  padding: 7px 8px 9px;
}
.pagenavigation a {
  color: #CCC;
  text-decoration: none;
}
.pagenavigation a:hover {
  color: #FFF;
  text-decoration: underline;
}

</style>


<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="ie_fixes.css" media="screen" /><![endif]-->

<title>Website Template: Grunge Superstar (demo)</title>
</head>

<body>

<div id="paper_left">
<div id="paper_right">
<div id="layout_wrapper">
<div id="layout_container">
<div id="layout_content">

  <div id="site_title">
    <h1><a href="#">Grunge Superstar</a></h1>
    <h2>A dirty, monochrome, single-column website template.</h2>
  </div>

  <div id="header_image"></div>

  <div class="navigation">

    <ul>
      <li><a href="index.html">Posts page</a></li>
      <li><a href="comments.html">Post comments</a></li>
      <li><a href="page.html">Sample test page</a></li>
      <li class="current_page_item"><a href="archives.html">Archives</a></li>
      <li><a href="empty.html">Empty page</a></li>      
    </ul>

    <div class="clearer">&nbsp;</div>

  </div>

<!-- Note: Uncomment this section to display subnavigation

  <div class="clearer">&nbsp;</div>

  <div class="navigation" id="subnav">

    <ul>
      <li><a href="#">Subnav item 1</a></li>
      <li><a href="#">Subnav item 2</a></li>
      <li><a href="#">Subnav item 3</a></li>
    </ul>

    <div class="clearer">&nbsp;</div>

  </div>
-->

  <div id="main">
    
    <div class="post">

      <div class="post_top">
        <div class="post_title"><h2>Archives</h2></div>
      </div>

      <div class="pagenavigation">
        <div class="left"><a href="#">&laquo; Older Entries</a></div>
        <div class="right"><a href="#">&raquo; Newer Entries</a></div>
        <div class="clearer">&nbsp;</div>
      </div>

      <div class="post_body nicelist">

        <ol>
          <li class="alt">

            <div class="archive_title">
              <a href="http://templates.arcsin.se/grunge-superstar-website-template/">Grunge Superstar</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Thursday 15th June, 2008 in <a href="#">Single Column</a> - <a href="#">0 comments</a></div>
            </div>

          </li>
          <li>

            <div class="archive_title">
              <a href="http://templates.arcsin.se/colorvoid-website-template/">Colorvoid</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">April 25th, 2008 in <a href="#">Two Columns</a> - <a href="#">6 comments</a></div>
            </div>

          </li>
          <li class="alt">

            <div class="archive_title">
              <a href="http://templates.arcsin.se/winterplain-website-template/">Winterplain</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Thursday 13th December, 2007 in <a href="#">Two Columns</a> - <a href="#">4 comments</a></div>
            </div>

          </li>
          <li>

            <div class="archive_title">
              <a href="http://templates.arcsin.se/deep-blue-website-template/">Deep Blue</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Sunday 17th June, 2007 in <a href="#">Two Columns</a> - <a href="#">5 comments</a></div>
            </div>

          </li>
          <li class="alt">

            <div class="archive_title">
              <a href="http://templates.arcsin.se/decayed-website-template/">Decayed</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Saturday 12th May, 2007 in <a href="#">Two Columns</a> - <a href="#">2 comments</a></div>
            </div>

          </li>
          <li>

            <div class="archive_title">
              <a href="http://templates.arcsin.se/dirtylicious-website-template/">Dirtylicious</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Saturday 10th March, 2007 in <a href="#">Two Columns</a> - <a href="#">4 comments</a></div>
            </div>

          </li>
          <li class="alt">

            <div class="archive_title">
              <a href="http://templates.arcsin.se/natural-essence-website-template/">Natural Essence</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Tuesday 20th February, 2007 in <a href="#">Two Columns</a> - <a href="#">4 comments</a></div>
            </div>

          </li>
          <li>

            <div class="archive_title">
              <a href="http://templates.arcsin.se/beautiful-day-website-template/">Beautiful Day 2.0</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Sunday 18th February, 2007 in <a href="#">Two Columns</a> - <a href="#">5 comments</a></div>
            </div>

          </li>
          <li class="alt">

            <div class="archive_title">
              <a href="http://templates.arcsin.se/pink-sunset-website-template/">Pink Sunset</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Saturday 20th January, 2007 in <a href="#">Two Columns</a> - <a href="#">1 comment</a></div>
            </div>

          </li>
          <li>

            <div class="archive_title">
              <a href="http://templates.arcsin.se/contaminated-website-template/">Contaminated</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Saturday 6th January, 2007 in <a href="#">Two Columns</a> - <a href="#">1 comment</a></div>
            </div>

          </li>
          <li class="alt">

            <div class="archive_title">
              <a href="http://templates.arcsin.se/shades-of-gray-website-template/">Shades of Gray</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Monday 6th November, 2006 in <a href="#">Two Columns</a> - <a href="#">No Comments</a></div>
            </div>

          </li>
          <li>

            <div class="archive_title">
              <a href="http://templates.arcsin.se/deep-red-website-template/">Deep Red</a>
            </div>

            <div class="archive_postinfo">
              <div class="date">Wednesday 1st November, 2006 in <a href="#">Two Columns</a> - <a href="#">No Comments</a></div>
            </div>

          </li>
        </ol>

      </div>

      <div class="pagenavigation">
        <div class="left"><a href="#">&laquo; Older Entries</a></div>
        <div class="right"><a href="#">&raquo; Newer Entries</a></div>
        <div class="clearer">&nbsp;</div>
      </div>

    </div>

  </div>

  <div id="bottom">

    <div class="left col3">
      
      <h2>Tincidunt</h2>
      <ul>
        <li><a href="index.html">consequat molestie</a></li>
        <li><a href="index.html">sem justo</a></li>
        <li><a href="index.html">semper</a></li>
        <li><a href="index.html">magna sed purus</a></li>
        <li><a href="index.html">tincidunt</a></li>
      </ul>

    </div>

    <div class="left col3">

      <h2>Sed purus</h2>

      <ul>
        <li><a href="index.html">sem justo</a></li>
        <li><a href="index.html">magna sed purus</a></li>
        <li><a href="index.html">tincidunt</a></li>
        <li><a href="index.html">semper</a></li>
        <li><a href="index.html">consequat molestie</a></li>
      </ul>

    </div>

    <div class="right col3last">

      <h2>Praesent</h2>
      
      <ul>
        <li><a href="index.html">semper</a></li>
        <li><a href="index.html">consequat molestie</a></li>        
        <li><a href="index.html">magna sed purus</a></li>
        <li><a href="index.html">sem justo</a></li>
        <li><a href="index.html">tincidunt</a></li>
      </ul>

    </div>

    <div class="clearer">&nbsp;</div>
    
  </div>

  <div id="footer">

    <div class="left">&copy; 2008 Website name</div>

    <div class="right">Design by <a href="http://templates.arcsin.se/">Arcsin Web Templates</a></div>
<div style="display:none;"><a href="http://free-templates.ru/">free-templates.ru</a></div>

    <div class="clearer">&nbsp;</div>

  </div>

</div>
</div>
</div>
</div>
</div>

</body>
</html>

   
    
    
  








Related examples in the same category

1.grid-system
2.grotesqueart
3.guarantee
4.guideline
5.gumamela
6.gunmetal
7.h-free-software
8.h2o-bubbles
9.halcyon
10.hanging
11.hapal
12.happy_template
13.hardwarestore
14.hawaiblomst
15.heatwave
16.HelloLand
17.hexahedron
18.hibiscus
19.hifinews
20.HigherGround11
21.highmountains
22.highway
23.highwaycss
24.hilaryduff
25.HomeOfProjects
26.honeythemes
27.hyper
28.i-feel-lucky
29.ibex
30.html
31.html5-alin1
32.html5-passion
33.hurt-hobain-1.0
34.idyllic
35.ifeellucky
36.ignition
37.ikonik
38.illogix
39.illuminated
40.illusion
41.ilounge
42.imagination
43.impeccable
44.implied
45.imprimis
46.improved
47.in-fantasy
48.inapickle
49.inception
50.indication
51.indicator
52.indigo
53.individual
54.inf04-css
55.inf05
56.inf07
57.inf08
58.infinitehorizon
59.inflight
60.informatif
61.innodemag
62.inscriptions
63.inspired by google forum
64.instant
65.integral
66.intelligent-studios
67.intensesimplicity
68.interactive-media
69.interactive-works
70.interchange
71.intercosmic
72.intercraft
73.interior-art
74.interlude
75.intermediate
76.internationalway
77.internet-encyclopedia
78.internet-phenomenon
79.internetbroadcast
80.internetcenter
81.internetmusic
82.internetsharing
83.Internet_Studio
84.invention
85.Inverted_Headline
86.invision
87.ionika
88.iqbiz
89.isometric
90.it-advance
91.it-technologies
92.itdesk
93.ithilien
94.iViolet2b
95.I_Like
96.JA
97.Jan002
98.Jazz Hut Template
99.jdf-boxing
100.jenniferlovehewitt
101.jetbiz
102.jet_30
103.Jewerly-Store
104.joker
105.judgement
106.junkbox
107.just-lucid
108.justgrey
109.Just_Lucid
110.kaleidos
111.kappebeans
112.katz-maus
113.keep_it_simple
114.keero
115.khaki
116.kim-fashion
117.kitchen
118.konnekt-media
119.KrazieKen
120.language-ofa-lover
121.lasvegas
122.lasvegastoo
123.layoftheland
124.lazybreeze
125.leafbiz
126.leafbrush
127.leanmagazine
128.leavesdew
129.leavesv1
130.lemonlimev2
131.leonardo
132.lepidoptera
133.lessantique
134.level2
135.librarypro
136.Light
137.lightspeed
138.limegreen
139.limelight
140.Limey
141.linear
142.lingerie-store
143.link-line
144.liquidity_graph
145.lithium
146.loadfoov2
147.loadhost
148.localize
149.locomotive
150.logistix
151.longbeach
152.loseout
153.lotusflower
154.lucent
155.lunaria-1
156.lusciouscandy
157.luvbold
158.mactall
159.mag
160.magazine
161.majestic
162.majesty
163.makemyday
164.marcelle
165.marked
166.Matrix
167.maxos
168.maxosdarker
169.mcube
170.meadows
171.media
172.Medieval
173.megacorporate
174.meganews
175.megazzine
176.memoranda
177.meretricious
178.Midddot
179.middle-blue
180.midnightrainforest
181.mighty
182.milestone
183.mimbo-magazine
184.minigallery
185.minimal