paradigm : Design 6 « Templates « HTML / CSS






paradigm

   

<!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>paradigm - Free CSS Template by spyka Webmaster</title>
<style type='text/css'>
body {
  background: #FF2D5A url('paradigm-images/body.png') repeat scroll top left;
  margin:0;
  padding:0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #666;
}

* {
  margin:0;
  padding:0;
}

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

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

th {
  color: #fff;
  background: #3791C6 url('paradigm-images/slider-top.png') repeat-x scroll 0 -20px;
  border-bottom: 1px solid #2E78A3;
}

td {
  border-bottom: 1px solid #ccc;
}

code, blockquote {
  display: block;
  border-left: 5px solid #222;
  padding: 10px;
  margin-bottom: 20px;
}
code {
  background-color: #222;
  color:#ccc;
  border: none;
}
blockquote {
  border-left: 5px solid #222;
}

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

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

a {
  color: #3791C6;
}

a:hover {
  color: #79B6DA;
}

a:focus {
  outline: none;
}

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

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

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;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background-color:#fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

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

fieldset form input.formbutton {
  margin-left: 150px;
}

form.searchform p {
  margin: 5px 0;
}


span.required {
  color: #ff0000;
}

h1 {
  color: #000;
  font-size: 35px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0;
  background: none;
  border-bottom: none;
  text-transform: none;
  line-height: 1.0em;
  padding: 0 0 5px;
}

h1 strong {
  color: #03315C;
  font-weight: normal;
}

h2 {
  color: #03315C;
  font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
  font-size: 28px;
  letter-spacing: -0.25px;
  font-weight: normal;
  padding: 0 0 5px;
  margin: 0;
}

h3 {
  color: #26678C;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
}

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

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

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;
}

ul.styledlist {
  list-style: none;
  margin-left: 20px;

}

ul.styledlist li {
  background: #fff url('paradigm-images/list-item.gif') no-repeat scroll left center;
  padding-left: 15px;
  padding-bottom: 0;
  margin-bottom: 5px;
}


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

#header {
  padding: 8px 20px 0;
  background: transparent url('paradigm-images/header-bg.png') no-repeat scroll bottom left;
  margin: 0 auto 30px;
  height: 132px;
}

#header h1 {
  padding: 0; 
}
#header h1 a {
  color: #53A0CF;
  padding-top: 35px;
  font-size: 40px;
  font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -3px;
  float: left;
}

#header h2 {
  color: #c0c0c0;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 5px;
  margin-top: 52px;
  padding-bottom: 0;
  padding-left: 4px;
}

#nav {
  height: 45px;
  width: 980px;
  background: transparent url('paradigm-images/nav-bg.png') no-repeat scroll;
  position: relative;
  z-index: 999;
}

#nav ul {
  list-style: none;
  padding: 0;
  margin: 0 20px;
  height: 45px;
}

#nav ul ul {
  margin: 0;
}

#nav ul li {
  display: block;
  float: left;
}

#nav ul li a {
  color: #eee;
  display: block;
  font-size: 12px;
  font-weight: normal;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  padding: 17px 15px 16px;
  text-decoration: none;
}

#nav ul li a.has_submenu {
  background: transparent url('paradigm-images/submenu-item.gif') no-repeat scroll right center;
  padding-right: 30px;
}

#nav ul li a.has_submenu:hover, #nav ul li.sfHover a.has_submenu {
  background-image: url('paradigm-images/submenu-item-hover.gif');
}

#nav ul ul li a { 
  float: none; 
  width: 170px;
}

#nav ul li.selected li a { 
  text-decoration: none; 
  color: #ddd;
}

#nav ul li.selected a, #nav ul li.selected a:hover, #nav ul li.selected li.selected a, #nav ul li.selected li.selected a:hover  {
  color: #fff;
  font-weight: bold;
}

#nav ul ul a,  #nav ul li.sfHover a, #nav ul li a:hover {
  color: #fff;
  background-color: #022545;
}

#nav ul li.sfHover ul li a, #nav ul li.sfHover ul li a:hover {
  font-weight: normal;
}

#nav ul ul li a:hover {
  font-weight: normal;
  background-color: #01182D;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin:      0;
  padding:    0;
  list-style:    none;
}
.sf-menu {
  line-height:  1.0;
}
.sf-menu ul {
  position:    absolute;
  top:      -999em;
  width:      200px; /* left offset of submenus need to match (see below) */
  margin-top:   10px;
}
.sf-menu ul li {
  width:      100%;
}
.sf-menu li:hover {
  visibility:    inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float:      left;
  position:    relative;
}
.sf-menu a {
  display:    block;
  position:    relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left:      0;
  top:      45px; /* match top ul list item height */
  z-index:    99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left:      200px; /* match ul width */
  top:      0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left:      10em; /* match ul width */
  top:      0;
}


/* front page slider styles */
div#jFlowSlide {
  margin:0 auto;
}
div#slides-container {
  height: 275px;
  overflow: hidden; 
  width: 980px; 
  background: #3791C6 url('paradigm-images/slider-top.png') no-repeat scroll top left;
}
div#slides-container div#jFlowSlide {
  height: 315px;
  margin-top: 30px;
}
div#slides-container div.jFlowSlideContainer img {
  margin:auto;
}
div#slides-container div.jFlowSlideContainer div {
}
div#slides-container div.jFlowSlideContainer div.slide-image {
  float:left;
  width: 370px;
  padding-top: 0px;
}
span.jFlowPrev, span.jFlowNext {
  background-image:url('paradigm-images/slide-prev.gif');
  background-repeat:no-repeat;
  display:block;
  height:41px;
  width:24px;
  float:left;
  margin:0;
  cursor:pointer;
}
span.jFlowPrev span, span.jFlowNext span { display:none; }
span.jFlowNext {
  background-image:url('paradigm-images/slide-next.gif');
  float:right;
}
div#slides-container div.controls {
  position:relative;
  top:-130px;
  width:940px;
  margin:0 auto;
}
div#slides-container p {
  padding-top: 10px;
  color: #eee;
}
div#slides-container a {
  color: #eee;
}
div#slides-container h2, div#sub-header h2 {
  font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
  color: #fff;
  text-shadow: 1px 1px #21441D;
  font-weight: normal;
}
div.slide-text {
  padding-top: 10px;
}

.hidden { display:none;  }

#body {
  margin:0 auto;
  padding: 20px 20px;
  width: 940px;
  background: #fff url('paradigm-images/content-top.png') no-repeat scroll top left;
}

#container div.has-slider { 
  background: #fff url('paradigm-images/content-top-slider.png') no-repeat scroll top left;
}

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

.box { 
  margin: 0;
  padding: 0 5px;
}

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


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

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

.sidebar li ul {
  padding: 10px;
  background-color: #e0e0e0;
}

.sidebar li ul li {
  display: block;
  border-top: none;
  padding: 6px 2px;
  margin: 0;
  line-height: 1.5em;
  font-size: 13px;
  border: none;
}

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

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

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

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

.sidebar li ul.blocklist li a {
  display: block;
  border-bottom:1px solid #e0e0e0;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.sidebar li ul.blocklist li a:hover {
  background-color: #ccc;
  color: #111;
}



.sidebar h4  {
  color: #fff;
  font-family: Lucida, "Lucida Sans", Geneva, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #02213B;
  text-transform:uppercase;
  margin: 0;
  line-height: 1.9em;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  background: #333 url('paradigm-images/h4-bg.png') repeat-x center;
}

.clear {
  clear: both;
}


#footer p {
  text-align: left;
  color: #999;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.footer-content {
  padding: 30px 20px;
  background: #3791C6 url('paradigm-images/footer.png') repeat-x scroll top left;
}

#footer .footer-content p {
  color: #666;
  position: relative;
  top: 12px;
  margin-left: 185px;
}

#footer .footer-content p a {
  color: #fff;
  font-family: "Lucida Grande", "lucida sans unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  margin: 0 10px;
  padding-bottom: 2px;
  position: relative;
  top: 2px;
}

#footer .footer-content p a:hover {
  color: #fff;
  border-bottom: 2px solid #2C76A0;
}

#footer .footer-content p a.backtotop {
  float: right;
  font-size: 13px;
  top: 3px;
}

#footer .footer-content span.sitename {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -2px;
  color: #fff;
  float: left;
}

#footer .footer-bottom {
  padding: 30px 20px 0;
  height: 50px;
  color: #666;
  background: #111 url('paradigm-images/footer2.png') repeat-x scroll top left;
}

#footer .footer-bottom p {
  color: #999;
}

#footer .footer-bottom p a {
  color: #fff;
  font-weight: bold;
}

</style>


      
            
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/superfish.js"></script>

<script type="text/javascript" src="js/custom.js"></script>

<!--
paradigm, a free CSS web template by spyka Webmaster (www.spyka.net)

Download: http://www.spyka.net/web-templates/paradigm/

License: Creative Commons Attribution
//-->
</head>

<body>
<div id="container">
  <div id="header">
      <h1><a href="/">Your<strong>Site</strong></a></h1>
        <h2>Your website slogan here</h2>
        <div class="clear"></div>
    </div>
    <div id="nav">
      <ul class="sf-menu dropdown">
          <li><a href="index.html">Home</a></li>
            <li class="selected"><a class="has_submenu" href="examples.html">Examples</a>
              <ul>
                  <li><a href="page.html">Static Text Page</a></li>
                    <li><a href="#">A sub Link</a></li>
                    <li><a href="#">Another link</a></li>
                </ul>
            </li>
            <li><a class="has_submenu" href="#">Products</a>
              <ul>
                  <li><a href="#">Product One</a></li>
                    <li><a href="#">Product Two</a></li>
                    <li><a href="#">Product Three</a></li>
                </ul>
            </li>
            <li><a href="#">Solutions</a></li>
            <li><a href="#">Contact</a></li>
        </ul>
    </div>
        
    <div id="body">
    <div id="content">
            <div class="box">
                <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>
          <tbody><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>
  
        </tbody></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" /><br /></p>    
            <p><label for="email">Email:</label>
            <input name="email" id="email" value="" type="text" /><br /></p>
            <p><label for="message">Message:</label>  
            <textarea cols="60" rows="11" name="message" id="message"></textarea><br /></p>
            <p><input name="send" class="formbutton" value="Send" type="submit" /></p>
          </form>

  
        </fieldset>
            </div>
        </div>
        
        <div class="sidebar">
            <ul>  
               <li>
                    <h4><span>Navigate</span></h4>
                    <ul class="blocklist">
                        <li><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><span>About</span></h4>
                    <ul>
                        <li>
                          <p style="margin: 0;">Aenean nec massa a tortor auctor sodales sed a dolor. Duis vitae lorem sem. Proin at velit vel arcu pretium luctus.</p>
                        </li>
                    </ul>
                </li>
                
                <li>
                    <h4><span>Cool Sites</span></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>
    <div id="footer">
        <div class="footer-content">
    
                <span class="sitename">sitename</span>
                 <p class="footer-links">
                    <a href="index.html">Home</a>
                    <a href="examples.html">Examples</a>
                    <a href="#">Products</a>
                    <a href="#">Solutions</a>
                    <a href="#">Contact</a>
            <a href="#container" class="backtotop">Back to top</a>
                  </p>
                 <div class="clear"></div>
        </div>
        <div class="footer-bottom">
            <p>&copy; YourSite 2011. Website 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>
</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.newsflash
13.newsportal
14.newsroll
15.newstheme
16.newwave-business-inc
17.new_rise
18.NiceSite
19.nimbuslike
20.nixed
21.noimages
22.noname1
23.nonzero
24.nothingfanzy
25.nourish
26.nowhere
27.NuahSwirl
28.nullbullum
29.numerology
30.o-no-typography
31.obsess
32.obsession
33.obtanium
34.office-plants
35.offlimits
36.offrecord
37.oheon_com_110100021
38.ohgreenworld
39.Okeanos
40.old-wall
41.oldarchitecture
42.Olive
43.one-penny
44.one_two_three
45.online-edu
46.onlinemoviestore
47.oodles
48.openyourwindows
49.opposed
50.optimal-touch
51.orchidaceae
52.ordinaire
53.ormeggiare
54.ornamental
55.ornate
56.OrngBlu
57.oswd_blozilla
58.our-work
59.ourhouse
60.outdoorv1.0
61.outliers
62.outoftheblue
63.outtabox
64.oxidation
65.package
66.paddy-harvest
67.pagedrape
68.paivi-k
69.paleforest
70.palmtrees
71.pamphlet
72.pancorbo
73.papira
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