newsflash : Design 6 « Templates « HTML / CSS






newsflash

   

<!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>News Flash</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 20px 0;
  background: #F5F5F5;
}

body, th, td, input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}

form {
}

fieldset {
}

input, textarea {
  font-weight: bold;
}

input.text {
  padding: 2px 5px;
  background: #F8FAEB;
  border-top: 1px solid #4D5719;
  border-left: 1px solid #4D5719;
  border-right: 1px solid #D6E48E;
  border-bottom: 1px solid #D6E48E;
}

input.button {
  background: #B8D03B;
  border-top: 1px solid #D6E48E;
  border-left: 1px solid #D6E48E;
  border-right: 1px solid #4D5719;
  border-bottom: 1px solid #4D5719;
  color: #FFFFFF;
}

h1, h2, h3 {
  margin-top: 1.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #626456;
}

h1 {
  letter-spacing: -.075em;
  font-size: 3em;
}

h2 {
  letter-spacing: -.05em;
  font-size: 1.8em;
  font-weight: normal;
  color: #8D8E85;
}

h3 {
  font-size: 1em;
}

p, ul, ol {
  margin-top: 1.5em;
  line-height: 1.8em;
  font-size: 1.1em;
}

ul, ol {
  margin-left: 3em;
}

blockquote {
  margin-left: 3em;
  margin-right: 3em;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #B8D03B;
  color: #3C7BCF;
}

a:hover {
  border: none;
  background: #B8D03B;
  color: #FFFFFF;
}

h1 a, h2 a, h3 a {
  border: none;
  text-decoration: none;
  color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  background: none;
  border-bottom: 1px dotted #B8D03B;
  color: #B8D03B;
}

hr {
  display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

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

#menu {
  float: left;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#menu li {
  float: left;
}

#menu a {
  display: block;
  float: left;
  height: 25px;
  margin-right: 1px;
  padding: 10px 20px 0 20px;
  background: #E9EED0;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  color: #8C8F7D;
}

#menu a:hover {
  background: #DDE6AB;
  color: #2C2E22;
}

#menu .current_page_item a {
  background: #B8D03B url(newsflash-images/img01.gif) no-repeat;
  color: #FFFFFF;
}

#search {
  float: right;
  width: 260px;
  padding-top: 7px;
}

#search fieldset {
  border: none;
}

#search #s {
  width: 160px;
}

#search #x {
  width: 80px;
}

/* Logo */

#logo {
  width: 978px;
  margin: 0 auto;
  height: 122px;
  background: #FFFFFF url(newsflash-images/img02.gif) repeat-x left bottom;
  border: 1px solid #B8D03B;
}

#logo h1, #logo h2 {
  float: left;
  margin: 0;
  padding: 0;
}

#logo h1 {
  padding: 30px 5px 0 20px;
}

#logo h2 {
  padding: 45px 0 0 0;
  font-style: italic;
}

#logo p {
  clear: left;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: normal;
  font-size: 1.2em;
  font-weight: bold;
  color: #C2C5B1;
}

/* Page */

#page {
  width: 978px;
  margin: 0 auto;
  padding: 20px 0;
  background: #FFFFFF;
  border: 1px solid #B8D03B;
  border-top: none;
}

/* Content */

#content {
  float: left;
  width: 420px;
  padding: 0 24px 0 21px;
}

.post {
}

.post .title {
  margin: 0;
  font-weight: normal;
}

.post h1.title {
  font-size: 2.4em;
}

.post .entry {
  padding-bottom: 30px;
}

.post .meta {
  margin: 0;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
  color: #CFCFCF;
}

.post .meta a {
  color: #CFCFCF;
}

.post .links {
  margin: 0;
}

.post .tags {
  margin: 0;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
  background: url(newsflash-images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
  border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h3 {
  margin: 0;
}

#recent-posts p {
  margin: 0 0 1.5em 0;
  font-size: .9em;
}

/* Sidebars */

.sidebar {
  float: left;
  background: url(newsflash-images/img03.gif) repeat-y;
}

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

.sidebar li {
  margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
  margin: 0;
}

.sidebar li h2 {
  margin: 0 0 1em 0;
}

#sidebar1 {
  width: 300px;
  padding: 25px 10px 0 11px;
}

#sidebar2 {
  width: 160px;
  padding: 25px 0 0 11px;
}

#sidebar2 li ul {
  line-height: normal;
  background: url(newsflash-images/img04.gif) repeat-x;
}

#sidebar2 li li {
  padding: 5px;
  background: url(newsflash-images/img04.gif) repeat-x left bottom;
  font-size: .8em;
}

#sidebar2 li a {
  border: none;
}

/* Calendar */

#calendar {
}

#calendar caption {
  font-weight: bold;
}

#calendar table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

#calendar thead th {
  background: #CCCCCC;
  color: #FFFFFF;
}

#calendar tbody td {
  background: #EEEEEE;
}

#calendar #today {
  background: #B8D03B;
  font-weight: bold;
  color: #FFFFFF;
}

#calendar a {
  font-weight: bold;
}

#calendar #prev {
  text-align: left;
}

#calendar #next {
  text-align: right;
}

/* Footer */

#footer {
  text-align: center;
  font-size: .8em;
}

</style>


</head>
<body>
<div id="header">
  <div id="menu">
    <ul>
      <li class="current_page_item"><a href="http://www.free-css.com/">Home</a></li>
      <li><a href="http://www.free-css.com/">Blogs</a></li>
      <li><a href="http://www.free-css.com/">Photos</a></li>
      <li><a href="http://www.free-css.com/">About</a></li>
      <li><a href="http://www.free-css.com/">Contact</a></li>
    </ul>
  </div>
  <div id="search">
    <form id="searchform" method="get" action="http://www.free-css.com/">
      <fieldset>
      <input id="s" type="text" name="s" value="" class="text" />
      <input id="x" type="submit" value="Search" class="button" />
      </fieldset>
    </form>
  </div>
</div>
<div id="logo">
  <h1><a href="http://www.free-css.com/">News Flash</a></h1>
  <h2>Free CSS Template</h2>
  <p>&raquo; Home</p>
</div>
<hr />
<div id="page">
  <div id="content">
    <div class="post">
      <p class="meta"><small>Posted on October 24th, 2007 by <a href="http://www.free-css.com/">Someone</a></small></p>
      <h1 class="title"><a href="http://www.free-css.com/">About This Template</a></h1>
      <div class="entry">
        <p><strong>News Flash</strong> is a free, fully standards-compliant CSS template designed by Free CSS Templates. This free template is released under a <a target="_blank" href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attributions 2.5</a> license, so you're pretty much free to do whatever you want with it  (even use it commercially) provided you keep the links in the footer  intact. Have fun with it :)</p>
        <p>This template is also available as a WordPress theme at Free WordPress Themes.</p>
        <h2>A Heading Level 2</h2>
        <p>This paragraph is followed by a sample unordered list:</p>
        <ul>
          <li><a href="http://www.free-css.com/">Consectetuer adipiscing elit</a></li>
          <li><a href="http://www.free-css.com/">Metus aliquam pellentesque</a></li>
          <li><a href="http://www.free-css.com/">Urnanet non molestie semper</a></li>
          <li><a href="http://www.free-css.com/">Proin gravida orci porttitor</a></li>
        </ul>
        <h3>Heading Level 3</h3>
        <p>While this one is followed by a blockquote:</p>
        <blockquote>
          <p>Donec leo, vivamus nibh in augue praesent a lacus at urna congue rutrum. Quisque dictum integer nisl risus, sagittis convallis, rutrum id, congue, and nibh.</p>
        </blockquote>
      </div>
      <p class="links"><a href="http://www.free-css.com/" class="comments">Comments (33)</a> &nbsp;&nbsp;&nbsp; <a href="http://www.free-css.com/" class="permalink">Permalink</a></p>
      <p class="tags"><strong>Tags:</strong> <a href="http://www.free-css.com/">dolor</a> <a href="http://www.free-css.com/">ipsum</a> <a href="http://www.free-css.com/">lorem</a> <a href="http://www.free-css.com/">sit amet</a> <a href="http://www.free-css.com/">dolor</a> <a href="http://www.free-css.com/">ipsum</a> <a href="http://www.free-css.com/">lorem</a> <a href="http://www.free-css.com/">sit amet</a></p>
    </div>
  </div>
  <div id="sidebar1" class="sidebar">
    <ul>
      <li id="recent-posts">
        <h2>Recent Posts</h2>
        <ul>
          <li>
            <h3><a href="http://www.free-css.com/">Aliquam Libero</a></h3>
            <p>Nullam ante orci, eget, tempus quis, ultrices in, est. Curabitur sit amet nulla. Nam in massa. Sed vel tellus. Curabitur sem urna, consequat vel, suscipit in, mattis placerat, nulla. Sed ac leo. Pellentesque imperdiet. <a href="http://www.free-css.com/">More&hellip;</a></p>
          </li>
          <li>
            <h3><a href="http://www.free-css.com/">Semper Vestibulum</a></h3>
            <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. <a href="http://www.free-css.com/">More&hellip;</a></p>
          </li>
          <li>
            <h3><a href="http://www.free-css.com/">Etiam Malesuada</a></h3>
            <p>Donec leo. Vivamus fermentum nibh in augue. Praesent a lacus at urna congue rutrum. Nulla enim eros, porttitor eu, tempus id, varius non, nibh. Duis enim nulla, luctus eu, dapibus lacinia, venenatis id, quam. Vestibulum imperdiet, magna nec eleifend rutrum, nunc lectus vestibulum velit, euismod lacinia quam nisl id lorem. Quisque erat. <a href="http://www.free-css.com/">More&hellip;</a></p>
          </li>
          <li>
            <h3><a href="http://www.free-css.com/">Sagittis Leo Vehicula</a></h3>
            <p>Nullam ante orci, eget, tempus quis, ultrices in, est. Curabitur sit amet nulla. Nam in massa. Sed vel tellus. Curabitur sem urna, consequat vel, suscipit in, mattis placerat, nulla. Sed ac leo. Pellentesque imperdiet. <a href="http://www.free-css.com/">More&hellip;</a></p>
          </li>
        </ul>
      </li>
    </ul>
  </div>
  <div id="sidebar2" class="sidebar">
    <ul>
      <li>
        <h2>Categories</h2>
        <ul>
          <li><a href="http://www.free-css.com/">Aliquam libero</a></li>
          <li><a href="http://www.free-css.com/">Consectetuer elit</a></li>
          <li><a href="http://www.free-css.com/">Metus pellentesque</a></li>
          <li><a href="http://www.free-css.com/">Suspendisse mauris</a></li>
          <li><a href="http://www.free-css.com/">Urnanet molestie semper</a></li>
          <li><a href="http://www.free-css.com/">Proin orci porttitor</a></li>
        </ul>
      </li>
      <li>
        <h2>Archives</h2>
        <ul>
          <li><a href="http://www.free-css.com/">September</a> (23)</li>
          <li><a href="http://www.free-css.com/">August</a> (31)</li>
          <li><a href="http://www.free-css.com/">July</a> (31)</li>
          <li><a href="http://www.free-css.com/">June</a> (30)</li>
          <li><a href="http://www.free-css.com/">May</a> (31)</li>
        </ul>
      </li>
      <li id="calendar">
        <h2>Calendar</h2>
        <div id="calendar_wrap">
          <table summary="Calendar">
            <caption>
            October 2007
            </caption>
            <thead>
              <tr>
                <th abbr="Monday" scope="col" title="Monday">M</th>
                <th abbr="Tuesday" scope="col" title="Tuesday">T</th>
                <th abbr="Wednesday" scope="col" title="Wednesday">W</th>
                <th abbr="Thursday" scope="col" title="Thursday">T</th>
                <th abbr="Friday" scope="col" title="Friday">F</th>
                <th abbr="Saturday" scope="col" title="Saturday">S</th>
                <th abbr="Sunday" scope="col" title="Sunday">S</th>
              </tr>
            </thead>
            <tfoot>
              <tr>
                <td abbr="September" colspan="3" id="prev"><a href="http://www.free-css.com/" title="View posts for September 2007">&laquo; Sep</a></td>
                <td class="pad">&nbsp;</td>
                <td abbr="November" colspan="3" id="next"><a href="http://www.free-css.com/" title="View posts for November 2007">Nov &raquo;</a></td>
              </tr>
            </tfoot>
            <tbody>
              <tr>
                <td>1</td>
                <td>2</td>
                <td>3</td>
                <td id="today">4</td>
                <td>5</td>
                <td>6</td>
                <td>7</td>
              </tr>
              <tr>
                <td>8</td>
                <td>9</td>
                <td>10</td>
                <td>11</td>
                <td>12</td>
                <td>13</td>
                <td><a href="http://www.free-css.com/">14</a></td>
              </tr>
              <tr>
                <td>15</td>
                <td>16</td>
                <td>17</td>
                <td>18</td>
                <td>19</td>
                <td>20</td>
                <td>21</td>
              </tr>
              <tr>
                <td>22</td>
                <td>23</td>
                <td>24</td>
                <td>25</td>
                <td>26</td>
                <td>27</td>
                <td>28</td>
              </tr>
              <tr>
                <td>29</td>
                <td>30</td>
                <td>31</td>
                <td class="pad" colspan="4">&nbsp;</td>
              </tr>
            </tbody>
          </table>
        </div>
      </li>
    </ul>
  </div>
  <div style="clear: both;">&nbsp;</div>
</div>
<hr />
<div id="footer">
  <p>&copy;2007 All Rights Reserved. &nbsp;&bull;&nbsp; Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.newave
2.newdarkside
3.newday
4.newera
5.newfangled
6.newgreeny
7.newgreys
8.newhorizon
9.news portal
10.news-print
11.newsbeat
12.newsportal
13.newsroll
14.newstheme
15.newwave-business-inc
16.new_rise
17.NiceSite
18.nimbuslike
19.nixed
20.noimages
21.noname1
22.nonzero
23.nothingfanzy
24.nourish
25.nowhere
26.NuahSwirl
27.nullbullum
28.numerology
29.o-no-typography
30.obsess
31.obsession
32.obtanium
33.office-plants
34.offlimits
35.offrecord
36.oheon_com_110100021
37.ohgreenworld
38.Okeanos
39.old-wall
40.oldarchitecture
41.Olive
42.one-penny
43.one_two_three
44.online-edu
45.onlinemoviestore
46.oodles
47.openyourwindows
48.opposed
49.optimal-touch
50.orchidaceae
51.ordinaire
52.ormeggiare
53.ornamental
54.ornate
55.OrngBlu
56.oswd_blozilla
57.our-work
58.ourhouse
59.outdoorv1.0
60.outliers
61.outoftheblue
62.outtabox
63.oxidation
64.package
65.paddy-harvest
66.pagedrape
67.paivi-k
68.paleforest
69.palmtrees
70.pamphlet
71.pancorbo
72.papira
73.paradigm
74.paradise1983
75.parchmenter
76.particle
77.particles
78.pastel
79.pastelco
80.pastelflowers
81.pastries
82.path-fider
83.patternmaker
84.PattyMcFatPat01
85.PattyMcFatPat03
86.pc
87.Pear Template
88.pear
89.pedestrian
90.penchantforphotos
91.pencilpink
92.people
93.perfectblemish
94.performance
95.perplex
96.personified
97.pillars
98.pills
99.pinnacle
100.Pistachio
101.pixabella
102.pixabella04
103.pixabella06
104.pixelationingreen
105.plaidshirt
106.plainandsimple
107.planning-feed
108.pluralism
109.plurkified
110.pointspace
111.pollinate
112.pollinating
113.pollination