skipopia : Design 7 « Templates « HTML / CSS






skipopia

  

<!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">
<head>
<title>Skipopia | Contact</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type='text/css'>
@import url('reset.css');
@import url('blue.css');
/*@import url(red.css);*/
/*@import url(green.css);*/
/* These are used to change which colour 
/* scheme you want. Comment out the colours
/* you don't want to use.

/* Skipopia Premium Theme
/* April 2009
/* By: Gilbert Pellegrom
/* http://www.gilbertpellegrom.co.uk
body {
  font-family:Helvetica,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",Sans-Serif,Verdana,Arial;
  font-size:12px;
  line-height:1.4em;
  color:#444;
}

h1 {
  font-size:28px;
  font-weight:bold;
  line-height:30px;
  margin-bottom:7px;
  color:#243945;
}

h2 {
  font-size:22px;
  font-weight:bold;
  line-height:30px;
  color:#243945;
  border-bottom:1px solid #ccc;
  margin-bottom:10px;
  padding-top:8px;
}

h3 {
  font-size:16px;
  font-weight:bold;
  line-height:18px;
  color:#243945;
  margin:5px 0;
  padding-top:10px;
}

p {
  margin-bottom:10px;
}
ol {
  list-style:decimal;
  padding-left:20px;
  padding-bottom:7px;
}
ul {
  list-style:none;
  list-style-image:url(skipopia-images/tick_small.png);
  padding-left:25px;
  padding-bottom:7px;
}
li {
  padding:2px;
}

b, strong {
  font-weight:bold;
}
i, em {
  font-style:italic;
}
u {
  text-decoration:underline;
}
code {
  font-family:Courier,"Courier New",Monaco,Tahoma;
  padding:0px 2px;
}
pre {
  padding:0px 20px;
  margin:20px;
}
blockquote {
  font-style:italic;
  padding:0px 10px;
  margin:0 0 10px 20px;
  border-left:3px solid #243945;
  font-size:14px;
}

#wrapper {
  width:900px;
  margin:0 auto;
}

#header {
  margin-top:30px;
}
#header h1 {
  text-indent:-9999px;
}

#nav ul {
  list-style:none;
  float:right;
  padding:0;
  padding-top:10px;
}
#nav li {
  display:inline;
  padding:0;
}
#nav a {
  display:block;
  border:0;
  text-indent:-9999px;
  float:left;
  height:41px;
}

#middlebar-big {
  width:879px;
  height:304px;
  margin-left:21px;
}
#middlebar-big h2 {
  padding:62px 0 0 100px;
  color:#fff;
  font-size:28px;
  line-height:30px;
  font-weight:bold;
  border:0;
}  
#middlebar-big p {
  padding:5px 0 10px 100px;
  font-size:22px;
  line-height:23px;
}  
#middlebar-big a.learn-more {
  display:block;
  text-indent:-9999px;
  width:130px;
  height:26px;
}
#middlebar-big .product {
  position:relative;
  width:100%;
  height:100%;
  background:transparent !important; /* Strange fix needed for IE */
  margin-top:20px;
}
#middlebar-big .product p { margin-bottom:0px; }
#middlebar-big .product a { border:0; }
#middlebar-big .product a:hover { color:#20333F; }
#middlebar-big .product img {
  position:absolute;
  top:0px;
  right:100px;
}  
#middlebar-small {
  width:879px;
  height:140px;
  margin-left:21px;
  position:relative;
}
#middlebar-small h2 {
  padding:70px 0 0 50px;
  color:#fff;
  font-size:28px;
  line-height:30px;
  font-weight:bold;
  border:0;
}

#body {
  background:#fff;
  width:864px;
  margin-left:36px;
}
#body-inner {
  padding:40px;
}

#footer {
  width:879px;
  height:68px;
  margin:0 0 40px 21px;
  padding:38px 0 0 40px;
  color:#5c7788;
}
#footer-left {
  float:left;
  margin:0;
  padding:0;
}

#footer-right {
  float:right;
  margin:0 70px 0 0;
  padding:0;
}
#footer a {
  color:#5c7788;
  border:0;
}

#main-content {
  width:515px;
}
#sidebar {
  float:right;
  width:220px;
  border-left:1px solid #ccc;
  padding-left:25px;
}
#sidebar h3 {
  padding:0 0 10px 0;
}
#sidebar h3.icon {
  background:url(skipopia-images/sidebar.png) no-repeat;
  padding:5px 0 0 45px;
  height:40px;
}
#sidebar h3.icon-contact {
  background:url(skipopia-images/contact.png) no-repeat;
  padding:5px 0 0 45px;
  height:40px;
}
#sidebar h3.icon-cats {
  background:url(skipopia-images/cats.png) no-repeat;
  padding:5px 0 0 45px;
  height:40px;
}
#sidebar h3.icon-feature {
  background:url(skipopia-images/feature.png) no-repeat;
  padding:5px 0 0 45px;
  height:40px;
}

.sub-box {
  float:left;
  width:227px;
  margin-right:30px;
  padding-right:20px;
  border-right:1px solid #ccc;
  margin-bottom:30px;
}
.sub-box.right {
  margin-right:0px;
  border-right:0px;
  padding-right:0px;
}
.sub-box img {
  float:left;
  margin:0px 10px 0 0;
}
.sub-box h3 {
  padding:5px 0 18px 0;
}

.product-main {
  clear:left;
}
.product-main img {
  float:left;
  margin-right:30px;
  margin-bottom:30px;
}
.product-main a img {
  border:0;
}

.cost {
  font-size:28px;
  float:right;
  color:#334F60;
  font-weight:bold;
  font-style:italic;
  font-family:Georgia,Times,serif;
}

p.buy-now {
  text-align:right;
}
p.buy-now a {
  border:0;
  color:#fff;
  padding:5px;
}
p.buy-now a:hover {
  border:0;
  background:#243945;
}


input,
textarea,
select {
  padding: 4px;
  font: 400 1em Verdana, Sans-serif;
  color: #444;
  background:#ffffff;
  border: 1px solid #999;
  margin:2px;
}

input:focus,
textarea:focus,
select:focus {
  color: #000;
}

input.button {
  color: #fff;
  width:150px !important;
  border:0px;
}

label {
  font-weight:bold;
}

.form {
  list-style:none;
  list-style-image:none;
  margin:0;
  padding:0;
}
.form input, .form textarea {
  width:300px;
}
.form label {
  display:inline-block;
  padding-top:8px;
  vertical-align:top;
  width:100px;
}

/**/
/**/
.clear {
  clear:both;
}

ul.links {
  list-style:none;
  list-style-image:none;
  padding:0;
  margin:0;
}
ul.links a {
  display:block;
  border-bottom-style:dotted;
}





</style>


</head>
<body>
<div id="wrapper">
  <div id="header">
    <h1>Skipopia Premium Theme</h1>
    <div id="nav">
      <ul>
        <li><a href="index.html" id="nav1">Home</a></li>
        <li><a href="page.html" id="nav2">About</a></li>
        <li><a href="products.html" id="nav3">Products</a></li>
        <li><a href="#" id="nav4">Services</a></li>
        <li><a href="contact.html" id="nav5">Contact</a></li>
      </ul>
    </div>
    <div class="clear"></div>
  </div>
  <div id="middlebar-small">
    <h2>Contact</h2>
  </div>
  <div id="body">
    <div id="body-inner">
      <div id="sidebar">
        <h3 class="icon-contact">Contact Methods</h3>
        <p><strong>Phone:</strong> +44 1234 567891</p>
        <p><strong>Email:</strong> <a href="#">admin@company.com</a></p>
        <p><strong>Twitter:</strong> <a href="#">gilbitron</a></p>
        <p><strong>Address:</strong> 5 Some Street<br />
          Some County,<br />
          Scotland,<br />
          AB1 2CD<br />
          <a href="#">See Map &raquo;</a> </p>
      </div>
      <div id="main-content">
        <h1>Contact Us</h1>
        <p>Ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmo.</p>
        <form id="form1" name="form1" method="post" action="#">
          <ul class="form">
            <li>
              <label for="name">Name</label>
              <input name="name" type="text" />
            </li>
            <li>
              <label for="email">Email Address</label>
              <input name="email" type="text" />
            </li>
            <li>
              <label for="message">Message</label>
              <textarea name="message" cols="30" rows="7"></textarea>
            </li>
            <li>
              <label></label>
              <input type="button" value="Send Message" class="button" />
            </li>
          </ul>
        </form>
      </div>
    </div>
  </div>
  <div id="footer">
    <div id="footer-left">Copyright &copy; 2009 My Company</div>
    <div id="footer-right">Design by <a href="http://dev7studios.com/">dev7studios</a></div>
  </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.realize
55.realone
56.rebel-magazine
57.reckoning
58.recreations
59.reference
60.regeneracy
61.rehabilitation
62.reinvent
63.replenish
64.republic
65.resizeme
66.resplendissant
67.revolt-01
68.ridinghood
69.rockband
70.rogue
71.Rothko
72.route66
73.rust
74.safe-as-houses
75.sahara
76.sampling
77.Sapphire
78.schemermag
79.scotchmark
80.scribbled
81.secretlab
82.seduction
83.selcouth
84.sensa
85.settings
86.shallowgrunge
87.shalom-typo
88.shape
89.she
90.showcase
91.sifiso
92.silenceandharmony
93.SILK
94.Simpatico
95.sindromk
96.singapore
97.sinorcaish
98.six-oh-six
99.sixpence
100.sixties_style
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