magazine : Design 9 « Templates « HTML / CSS






magazine

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--

Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Title      : Magazine
Version    : 1.0
Released   : 20070627
Description: A two-column, fixed-width template with light color blend.

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Magazine by Free Css Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type='text/css'>

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF url(magazine-images/img01.gif) repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #7F7772;
}

h1, h2, h3 {
  margin-top: 0;
}

h1 {
  font-size: 136%;
}

h2 {
  font-size: 107%;
}

h3 {
  font-size: 100%;
}

p, ul, ol {
  margin-bottom: 1.6em;
  line-height: 170%;
}

p {
}

blockquote {
  font-style: italic;
}

ul {
}

ol {
}

a {
  color: #1777B1;
}

a:hover {
  text-decoration: none;
}

small {
}

hr {
  display: none;
}

img {
  border: 1px solid #B2B2B2;
}

img.left {
  float: left;
  margin: 5px 15px 0 0;
}

img.right {
  float: right;
  margin: 0 0 0 15px;
}

/* header */

#header {
  width: 700px;
  height: 130px;
  margin: 0 auto;
  padding-top: 20px;
}

/* Logo */

#logo {
  float: right;
  width: 300px;
  height: 100px;
  background: url(magazine-images/img02.gif) no-repeat;
}

#logo h1 {
  margin: 0;
  padding-top: 50px;
  text-transform: lowercase;
  font-size: 48px;
  line-height: 60px;
}

#logo h2 {
  margin: -10px 0 0 0;
  text-transform: uppercase;
  text-align: right;
  font-size: 8px;
  line-height: 8px;
}

#logo a {
  text-decoration: none;
  color: #7F7772;
}

#logo a:hover {
  color: #000000;
}

/* Page */

#page {
  width: 700px;
  margin: 0 auto;
}

/* Content */

#content {
  float: left;
  width: 380px;
}

#content h1.title {
  margin-bottom: 25px;
  padding-left: 5px;
  border-left: 25px solid #D15600;
  text-transform: lowercase;
  color: #7F7772;
}

#content h2.title {
  margin-bottom: 25px;
  padding-left: 5px;
  border-left: 15px solid #D15600;
  text-transform: lowercase;
  color: #7F7772;
}

#content .title span {
  color: #000000;
}

.twocols {
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
}

.twocols .col1 {
  float: left;
  width: 180px;
}

.twocols .col2 {
  float: right;
  width: 180px;
  padding-left: 10px;
  border-left: 1px solid #EFEFEF;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  padding: 5px 10px;
  border-top: 1px solid #EFEFEF;
}

.list li.first {
  border: none;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 300px;
}

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

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
}

#sidebar h2 {
  padding: 5px 10px;
  background: #EFEFEF;
  border-bottom: 1px solid #CCCCCC;
  text-transform: uppercase;
  font-size: 100%;
}

#sidebar h2 span {
  color: #FF0084;
}

#sidebar h3 {
}

#sidebar p {
}

#sidebar a {
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

/* Menu */

#menu {
  height: 110px;
  margin-bottom: 20px;
}

#menu ul {
}

#menu li {
  display: block;
  float: left;
  width: 110px;
  padding: 5px 10px;
  border-bottom: 1px solid #EFEFEF;
}

#menu a {
  padding-left: 5px;
  border-left: 10px solid #1777B1;
  text-transform: uppercase;
  font-size: 92%;
  font-weight: bold;
  color: #7F7772;
}

#menu li.active a {
  border-left: 10px solid #FF9523;
}

/* News */

#news {
  margin-bottom: 20px;
}

#news ul {
  line-height: normal;
}

#news li {
  padding: 10px;
}

#news h3 {
  margin: 0;
  font-size: 85%;
}

#news h3 span {
  padding: 0 5px;
  background: #1777B1;
  color: #FFFFFF
}

#news p {
  margin: 0;
  line-height: normal;
}

#news a {
}

/* Footer */

#footer {
  clear: both;
  height: 100px;
  padding-top: 20px;
  background: #EFEFEF;
  border-top: 1px solid #CCCCCC;
}

#footer p {
  margin: 0;
  text-align: center;
  font-size: 77%;
}

</style>


</head>
<body>
<div id="header">
  <div id="logo">
    <h1><a href="#">Magazine</a></h1>
    <h2><a href="http://www.freecsstemplates.org/">By Free CSS Templates</a></h2>
  </div>
</div>
<hr />
<div id="page">
  <div id="sidebar">
    <ul>
      <li id="menu">
        <ul>
          <li class="active"><a href="#">Homepage</a></li>
          <li><a href="#">Products</a></li>
          <li><a href="#">Services</a></li>
          <li><a href="#">Support</a></li>
          <li><a href="#">About Us</a></li>
          <li><a href="#">Contact Us</a></li>
        </ul>
      </li>
      <li id="news">
        <h2><span>Recent</span> News &amp; Updates</h2>
        <ul>
          <li>
            <h3><span>6/25:</span> Semper vestibulum</h3>
            <p><a href="#">In posuere eleifend odio quisque semper augue mattis wisi maecenas ligula&hellip;</a></p>
          </li>
          <li>
            <h3><span>6/21:</span> Posuere eleifend odio</h3>
            <p><a href="#">Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue rutrum&hellip;</a></p>
          </li>
          <li>
            <h3><span>6/17:</span> Vivamus fermentum</h3>
            <p><a href="#">Quisque dictum integer nisl risus, sagittis convallis, rutrum id, congue, and nibh&hellip;</a></p>
          </li>
        </ul>
      </li>
      <li>
        <h2><span>Sagittis</span> Convallis</h2>
        <ul class="list">
          <li class="first"><a href="#">Ut semper vestibulum est</a></li>
          <li><a href="#">Vestibulum luctus venenatis dui</a></li>
          <li><a href="#">Integer rutrum nisl in mi</a></li>
          <li><a href="#">Etiam malesuada rutrum enim</a></li>
          <li><a href="#">Aenean elementum facilisis ligula</a></li>
          <li><a href="#">Ut tincidunt elit vitae augue</a></li>
          <li><a href="#">Sed quis odio sagittis leo vehicula</a></li>
        </ul>
      </li>
    </ul>
  </div>
  <div id="content">
    <div id="welcome">
      <h1 class="title"><span>Welcome</span> to Our Website!</h1>
      <img src="magazine-images/img03.jpg" alt="" width="118" height="118" class="left" />
      <p><strong>Magazine</strong> is a free template from <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The  photo is from <a href="http://www.pdphoto.org/">PDPhoto.org</a>. You"re free to use it for both commercial or personal use. I only ask that you link back to <a href="http://www.freecsstemplates.org/">my site</a> in some way. <em>Enjoy :)</em></p>
      <h2>Praesent Scelerisque</h2>
      <p>In posuere eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula. Pellentesque viverra vulputate enim. Aliquam erat volutpat:</p>
      <blockquote>
        <p>&ldquo;Integer nisl risus, sagittis convallis, rutrum id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec placerat odio vel elit&hellip;&rdquo;</p>
      </blockquote>
    </div>
    <div class="twocols">
      <div class="col1">
        <h2 class="title"><span>Lorem</span> Ipsum Dolor</h2>
        <p>Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue rutrum. Quisque dictum integer nisl risus, sagittis convallis, rutrum id, congue, and nibh.</p>
        <p><a href="#">Read more&hellip;</a></p>
      </div>
      <div class="col2">
        <h2 class="title"><span>Pellentes</span> Quisque</h2>
        <ul class="list">
          <li class="first"><a href="#">Ut semper vestibulum est</a></li>
          <li><a href="#">Vestibulum luctus dui</a></li>
          <li><a href="#">Integer rutrum nisl in mi</a></li>
          <li><a href="#">Etiam malesuada rutrum</a></li>
          <li><a href="#">Aenean elementum ligula</a></li>
          <li><a href="#">Ut tincidunt elit augue</a></li>
        </ul>
      </div>
    </div>
  </div>
  <div style="clear: both;">&nbsp;</div>
</div>
<hr />
<div id="footer">
  <p id="legal">Copyright &copy; 2007 Magazine. All Rights Reserved | Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
  <p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a> | <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page validates as CSS"><abbr title="Cascading Style Sheets">CSS</abbr></a></p>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

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