realize : Design 7 « Templates « HTML / CSS






realize

  

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>realize - Free CSS Template by spyka Webmaster</title>
<style type='text/css'>
body {
  background: #000000 url('realize-images/bodybg.png') repeat-x scroll top left;
  margin:0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #555555;
}

* {
  margin:0;
  padding:0;
}

/** element defaults **/
table {
  width: 100%;
  text-align: left;
}

th, td {
  padding: 10px 10px;
}

th {
  color: #fff;
  background-color: #9D0019;
}

td {
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
}

code, blockquote {
  display: block;
  border-left: 5px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
}
blockquote {
  border-left: 5px solid #9D0019;
}

blockquote p {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #666;
  height: 1%;
}

p {
  line-height: 1.9em;
  margin-bottom: 20px;
}

a {
  color: #25567B;
}

a:hover {
  color: #333333;
}

a:focus {
  outline: none;
}

fieldset {
  display: block;
  border: none;
  border-top: 1px solid #e0e0e0;
}

fieldset legend {
  font-weight: bold;
  font-size: 13px;
  padding-right: 10px;
  color: #222;
}

fieldset form {
  padding-top: 15px;
}

fieldset p label {
  float: left;
  width: 150px;
}

form input, form select, form textarea {
  padding: 5px;
  color: #333333;
  border: 1px solid #ddd;
}

form input.formbutton {
  border: none;
  background-color: #9D0019;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 10px;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  letter-spacing: 1px;
  width: auto;
  overflow: visible;
}

span.required {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

h1 {
  color: #999;
  font-size: 35px;
}

h2 {
  color: #666666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 33px;
  font-weight: normal;
  font-style: italic;
  padding: 0 0 5px;
  margin: 0;
}

h3 {
  color: #9D0019;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}

h4 {
  padding-bottom: 10px;
  font-size: 15px;
  color: #555555;
}

h5 {
  padding-bottom: 10px;
  font-size: 13px;
  color: #666666;
}

ul, ol {
  margin: 0 0 35px 35px;
}

li {
  padding-bottom: 5px;
}

li ol, li ul {
  font-size: 1.0em;
  margin-bottom: 0;
  padding-top: 5px;
}


#container {
  width: 980px;
  margin:0 auto;
  padding: 0;
}

#header {
  padding: 40px 15px;
}

#header h1 a {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 3px;
  font-style: italic;
}

#header h2 {
  color: #B8001F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
}


#body {
  float: left;
  width: 670px;
}

#content {
  padding: 10px;
  background: #f0f0f0;
  margin: 0;
}

.sidebar {
  width: 280px;
  padding: 0;
  float: right;
}


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

.sidebar ul li {
  margin-bottom: 20px;
  line-height: 1.9em;
  background-color: #e6e6e6;
}

.sidebar li ul {
}

.sidebar li ul li {
  display: block;
  border-top: none;
  padding: 6px 7px;
  color: #777;
  margin: 0;
  line-height: 1.5em;
}

.sidebar li ul li a {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

.sidebar li ul.blocklist li {
  padding: 0;
}

.sidebar li ul.blocklist li a {
  display: block;
  padding: 10px 8px;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  font-style: italic;
}

.sidebar li ul li a:hover {
  color: #222;
}

.sidebar h4 {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  background: #9D0019 url('realize-images/h4-bg.jpg') repeat-x scroll top left;
  border: 2px solid #7B0012;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
  padding: 7px;
  font-weight: bold;
}

.clear {
  clear: both;
}

#footer {
  background-color: #222;
  padding: 5px
}

#footer p {
  text-align: center;
  color: #fff;
  font-size: 11px;
  margin: 0;
}

#footer p a {
  color: #fff;
}

</style>


</head>

<body>
<div id="container">
  <div id="header">
      <h1><a href="/">realize</a></h1>
        <h2>your website slogan here</h2>
    </div>
    
    <div id="body">
    <div id="content">
      <h2>Examples</h2>

            <h1>Heading H1</h1>
            <h2>Heading H2</h2>
            <h3>Heading H3</h3>
            <h4>Heading H4</h4>
            <h5>Heading H5</h5>
            
            
            <p>&nbsp;</p>

            
            <h3>Lists</h3>
            <ul>

                <li>List item</li>
                <li>List item</li>
                <li>List item</li>
            </ul>
                    
            <ol>
                <li>List item</li>
                <li>List item</li>
                <li>List item</li>
            </ol>

            <p>&nbsp;</p>

            
                
            <h3>Code and blockquote</h3>
            <code>&lt;? echo('Hello world'); ?&gt;</code>

            <blockquote><p>Mauris sit amet tortor in urna tincidunt aliquam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas</p></blockquote>

            
            <p>&nbsp;</p>
            
            
            
            <h3>Table</h3>

            <table cellspacing="0">
                <tr>
                    <th>ID</th>
                    <th>Name</th>
                    <th>Age</th>
                </tr>

                <tr>
                    <td>1</td>
                    <td>John Smith</td>
                    <td>28</td>
                </tr>

                <tr>
                    <td>2</td>
                    <td>Fred James</td>
                    <td>49</td>
                </tr>

                <tr>
                    <td>3</td>
                    <td>Rachel Johnson</td>
                    <td>19</td>
                </tr>

            </table>

            <p>&nbsp;</p>

            
            <h3>Form</h3>

            <fieldset>
                <legend>Form legend</legend>
                <form action="#" method="get">
                    <p><label for="name">Name:</label>
                    <input name="name" id="name" value="" type="text" /></p>
                    <p><label for="email">Email:</label>
                    <input name="email" id="email" value="" type="text" /></p>

                    <p><label for="message">Message:</label>
                    <textarea cols="37" rows="11" name="message" id="message"></textarea></p>
                    <p><input name="send" style="margin-left: 150px;" class="formbutton" value="Send" type="submit" /></p>
                </form>
            </fieldset>
        </div>
        <div id="footer">
          <p>&copy; YourSite 2010. Design by <a href="http://www.spyka.net">Free CSS Templates</a> | <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
        </div>
     </div>
        
    <div class="sidebar">
        <ul>  
           <li>
                <h4>Navigate</h4>
                <ul class="blocklist">
                    <li class="selected"><a href="index.html">Home</a></li>
                    <li><a href="examples.html">Examples</a></li>
                    <li><a href="#">Products</a></li>
                    <li><a href="#">Solutions</a></li>
                    <li><a href="#">Contact</a></li>
                </ul>
            </li>
            
            <li>
                <h4>Links</h4>
                <ul class="blocklist">
                    <li><a href="http://www.spyka.net" title="spyka Webmaster resources">spyka webmaster</a></li>
                    <li><a href="http://www.justfreetemplates.com" title="free web templates">Free web templates</a></li>
                    <li><a href="http://www.spyka.net/forums" title="webmaster forums">Webmaster forums</a></li>
                    <li><a href="http://www.awesomestyles.com/mybb-themes" title="mybb themes">MyBB themes</a></li>
                    <li><a href="http://www.awesomestyles.com" title="free phpbb3 themes">phpBB3 styles</a></li>
                </ul>
            </li>
            
            <li>
                <h4>Categories</h4>
                <ul class="blocklist">
                  <li><a href="#">Lorem ipsum dolor sit amet.</a></li>
                  <li><a href="#">Quisque consequat nunc a felis.</a></li>
                  <li><a href="#">Suspendisse consequat at.</a></li>
                  <li><a href="#">Etiam eget diam ligula rhoncus.</a></li>
                  <li><a href="#">Sed in mauris non nibh.</a></li>
                </ul>
            </li>
            
            <li>
                <h4>Sponsors</h4>
                <ul>
                    <li><a href="http://www.themeforest.net/?ref=spykawg" title="premium templates"><strong>ThemeForest</strong></a> - premium HTML templates, WordPress themes and PHP scripts</li>
                    <li><a href="http://www.dreamhost.com/r.cgi?259541" title="web hosting"><strong>Web hosting</strong></a> - 50 dollars off when you use promocode <strong>awesome50</strong></li>
                    <li><a href="http://www.4templates.com/?aff=spykawg" title="4templates"><strong>4templates</strong></a> - brilliant premium templates</li>
                </ul>
            </li>
            
        </ul> 
    </div>

    <div class="clear"></div>
</div>
</body>
</html>

   
    
  








Related examples in the same category

1.SimpleSimple
2.simplestyle_1
3.simplestyle_2
4.simplestyle_3
5.simplestyle_4
6.simplestyle_5
7.simplestyle_6
8.pomodoro
9.portcentral
10.portfolio-extended
11.portfolio
12.postscriptum
13.powderpuff
14.power
15.precision
16.predilection
17.premiumseries
18.prepaid
19.presented
20.pressurized
21.prideandprejudice
22.primitiveelement
23.printing
24.pristine
25.private-lawyer-co
26.product-landing-page
27.production
28.ProductPackage
29.programme
30.progress
31.projection
32.proofing
33.Prosperity
34.province
35.purensimple
36.purgatory_shuffle
37.puzzled
38.quadrangle
39.quartz-istorage
40.quatrain
41.racetrackplaya
42.radiance
43.rainonleaves
44.ramblingsoul-2
45.ramblingsoul-9
46.ramblingsoul3
47.ramblingsoul4
48.ramblingsoul5
49.ramblingsoul7
50.ramblingsoul_2
51.ramblingsoul_3
52.random
53.rational
54.realone
55.rebel-magazine
56.reckoning
57.recreations
58.reference
59.regeneracy
60.rehabilitation
61.reinvent
62.replenish
63.republic
64.resizeme
65.resplendissant
66.revolt-01
67.ridinghood
68.rockband
69.rogue
70.Rothko
71.route66
72.rust
73.safe-as-houses
74.sahara
75.sampling
76.Sapphire
77.schemermag
78.scotchmark
79.scribbled
80.secretlab
81.seduction
82.selcouth
83.sensa
84.settings
85.shallowgrunge
86.shalom-typo
87.shape
88.she
89.showcase
90.sifiso
91.silenceandharmony
92.SILK
93.Simpatico
94.sindromk
95.singapore
96.sinorcaish
97.six-oh-six
98.sixpence
99.sixties_style
100.skipopia
101.skitemplate
102.sky
103.sliced
104.slight_amnesia
105.socialnet
106.softenedcells
107.solemnity
108.solitude
109.soloss
110.solutions
111.somewhere-peaceful
112.soniatemplate
113.space
114.spaced
115.spasaloon
116.spatter
117.speedracing
118.spheroids
119.spidercity
120.splash
121.splatt
122.spontaneous