templatika : Design 8 « Templates « HTML / CSS






templatika

   

<!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>Templatika</title>
<style type='text/css'>
* {
margin: 0;
padding: 0;
}
body {
font-family: Trebuchet MS;
font-size: 1em;
background: #0f0f0f;
color: #0f0f0f;
}
#header {
display: table;
width: 960px;
margin: 0 auto;
}
#menu, #menu2 {
background: #fff;
padding: 15px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
#menu2 {
border-bottom: 1px solid #d5d5d5;
}
#intro {
background: #ff005a;
padding: 10px 0px;
}
#intro2 {
background: #ff005a;
padding: 10px 0px 0px 0px;
}
#latest {
position: relative;
width: 960px;
margin: 0 auto;
}
#new {
position: absolute;
top: -5px;
left: -5px;
}
#text {
position: absolute;
bottom: 10px;
left: 5px;
background: url(templatika-images/textbg.png);
color: #fff;
padding: 10px;
width: 930px;
border-top: 1px solid #000;
}
#first {
border: 5px solid #fff;
}
#container {
background: #fff;
width: 960px;
margin: 0 auto;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}
#main {
display: table;
padding: 15px;
}
#main .box {
width: 500px;
display: table-cell;
padding: 15px;
}
#page {
padding: 15px;
}
.wide {
padding: 20px;
}
.icon {
float: left;
margin-right: 5px;
margin-top: -3px;
}
#back {
float: right;
margin-top: 5px;
}
.alignleft {
float: left;
margin: 5px 1em 0.5em 0;
}
.alignright {
float: right;
margin: 5px 0 0.5em 1em;
}
#footer {
width: 960px;
margin: 10px auto;
color: #fff;
}
#fc {
display: table;
}
#footer .box {
display: table-cell;
width: 320px;
padding: 15px;
}
#copyright {
background: #1f1f1f;
padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.article {
border-bottom: 1px solid #d5d5d5;
margin-bottom: 15px;
}

/* Typography */

a {
color: #0f0f0f;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
#footer a {
color: #fff;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
#footer p {
color: #fff;
}
#header h1 {
font-family: Myriad Pro;
color: #fff;
padding: 10px 0px;
font-size: 3em;
border-bottom: none;
margin-bottom: 0;
}
p {
font-size: 0.8em;
}
#container p {
margin: 0px 0px 10px 0px;
}
#latest h4 {
font-size: 0.8em;
}
#latest h5 {
float: right;
}
#latest h5 a {
color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
background: #ff005a;
padding: 2px 5px;
}
#latest h5 a:hover {
background: #353535;
}
h4 span {
font-size: 1.2em;
}
#menu li, #menu2 li {
display: inline;
margin-right: 10px;
}
#menu li a, #menu2 li a {
font-family: Myriad Pro;
font-weight: bold;
color: #353535;
font-size: 1.3em;
padding: 5px;
text-decoration: none;
}
#menu li a:hover, #menu2 li a:hover {
background: #353535;
padding: 2px 5px;
color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
h2.title {
font-family: georgia, Times new roman, times, serif;
font-size: 1.5em;
font-style: italic;
font-weight: normal;
}
h1, h2, h3 {
margin-bottom: 10px;
}
ul#services li {
list-style-image: url(templatika-images/arrow_right_16.png);
margin-left: 30px;
}
ul#twitter, ul#rss {
border-top: 1px solid #1b1b1b;
}
ul#twitter li, ul#rss li {
list-style-type: circle;
list-style-position: inside;
font-size: 0.9em;
padding: 5px 5px;
border-bottom: 1px solid #1b1b1b;
background: #0b0b0b;
}
ul#twitter li:hover, ul#rss li:hover {
background: #0f0f0f;
}
ul#rss li {
list-style-type: square;
}
blockquote {
font-family: georgia, Timew new roman, times, serif;
font-style: italic;
font-size: 1.5em;
margin-bottom: 10px;
padding: 10px;
}

</style>


</head>
<body>
<div id="wrapper">
  <div id="header">
    <h1>Templatika</h1>
    <div id="menu">
      <ul>
        <li><a href="#">Home</a></li>
        <li><a href="#">About</a></li>
        <li><a href="#">Blog</a></li>
        <li><a href="#">Products</a></li>
      </ul>
    </div>
  </div>
  <div id="intro-rap">
    <div id="intro">
      <div id="latest"> <img src="templatika-images/new.png" alt="" id="new" />
        <div id="text">
          <h5><a href="#">View it</a></h5>
          <h4><span>Product highlight</span></h4>
          <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam accumsan diam aliquam arcu mattis consequat.</p>
        </div>
        <img src="templatika-images/photo.png" width="950" id="first" alt="" /> </div>
    </div>
  </div>
  <div id="container">
    <div id="main">
      <div class="box"> <img src="templatika-images/info_button_32.png" class="icon" alt="" />
        <h3>About us</h3>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam accumsan diam aliquam arcu mattis consequat.</p>
        <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vestibulum nec ligula dui, suscipit egestas risus. Quisque elementum pulvinar sagittis.</p>
        <img src="templatika-images/twitter_32.png" class="icon" alt="" />
        <h3>Follow us!</h3>
        <p>Want to hear from us? Want to know what we are doing in a certain moment? Find out by <a href="#">following us on Twitter</a>!</p>
      </div>
      <div class="box"> <img src="templatika-images/tools_32.png" class="icon" alt="" />
        <h3>Our services</h3>
        <ul id="services">
          <li>
            <h4>Service number 1</h4>
            <p>Aliquam accumsan diam aliquam arcu mattis consequat. <a href="#">Read more</a></p>
          </li>
          <li>
            <h4>Service number 2</h4>
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <a href="#">Read more</a></p>
          </li>
          <li>
            <h4>Service number 3</h4>
            <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices. <a href="#">Read more</a></p>
          </li>
          <li>
            <h4>Service number 4</h4>
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <a href="#">Read more</a></p>
          </li>
        </ul>
      </div>
    </div>
  </div>
  <div id="footer">
    <div id="fc">
      <div class="box"> <img src="templatika-images/address_book_32.png" class="icon" alt="" />
        <h3>Contact us</h3>
        <p><strong>Address:</strong> Str. Campului Nr. 13, Craiova (RO)<br/>
          <strong>Telephone:</strong> +40.155255 or +40.255433<br/>
          <strong>Support:</strong> support@domain.com</p>
      </div>
      <div class="box"> <img src="templatika-images/twitter_32.png" class="icon" alt="" />
        <h3>Latest tweets</h3>
        <ul id="twitter">
          <li>+40 Free templates from Templatika</li>
          <li>Templatika is hiring!</li>
          <li>Tempaltika is donating to you!</li>
        </ul>
      </div>
      <div class="box"> <img src="templatika-images/rss_32.png" class="icon" alt="" />
        <h3>RSS Feeds</h3>
        <ul id="rss">
          <li><a href="#">RSS by email</a></li>
          <li><a href="#">RSS by comments</a></li>
        </ul>
      </div>
    </div>
    <div id="copyright"> <a href="#wrapper"><img src="templatika-images/arrow_up_32.png" border="none" id="back" alt="" /></a>
      <p>Copyright &copy; 2010 Templatika. All rights reserved.<br/>
        Icons made by <a href="http://www.woothemes.com/2009/09/woofunction-178-amazing-web-design-icons/">Function</a>. Design by <a href="http://noyastudio.com">Noya Studio</a>. 
    </div>
  </div>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.sprayedstrokes
2.Square
3.squarely
4.st-valentines-day
5.stacko
6.stamp
7.standardissue
8.standardized
9.starburst
10.stardust
11.stargazer
12.stark
13.steppingstone
14.stichy
15.stickybud
16.stickynotes
17.Stock
18.streetclock
19.strict
20.strockes
21.students-site
22.stygian
23.stylevantage1-0
24.stylish
25.stylized
26.subdued
27.subordinate
28.substance
29.substantial
30.superior
31.supplementary
32.surpris
33.surreal
34.sweatbee
35.swift
36.switchr
37.sworm
38.Symisun_01
39.symphonic
40.symphonyofhorror
41.synchronize
42.Synergy
43.systematized
44.tabbed
45.tangular
46.tardy
47.tcm
48.tealzine
49.team_three
50.Tenebrific
51.terje1_winter
52.terrafirma
53.terrafirma2
54.The-Carbon
55.the-dark-one
56.the-island
57.the-mmozine
58.the-music-studio
59.the-new-audi
60.the-synopsis
61.the-themepod
62.the-web-news
63.theacmegroup
64.thechosenone
65.thelatest
66.themanor
67.tinytemplate
68.themissing-piece
69.thermal
70.thesite
71.thetechies
72.thewall
73.the_gig
74.thisistext
75.throughout
76.thunder
77.ticktocklight
78.time
79.Timeless Template
80.timeless
81.timemanager
82.toolkit
83.tooplain
84.topbusiness
85.topgadgets
86.topworks
87.tornpaperdocom
88.totaltouch
89.towers
90.traditionalist
91.transient
92.transition
93.transport
94.trialservices
95.trikea-static
96.trinityinstitute
97.tropical-evening
98.tropical
99.truenature
100.turn-out-mag
101.Turnesol
102.turnitup
103.turrion-development
104.tv-archade
105.twirling
106.twisted
107.Typography
108.ultimateweb
109.unbound-1.0
110.uncomplicated
111.undefined
112.Underground
113.undertaking
114.UnderWraps
115.undiscovered
116.unembellished
117.unilluminated
118.uniq
119.unite
120.universal
121.unknown
122.unlink
123.unnamed
124.unqualified
125.urbanartist
126.usabilityreport
127.variety
128.vectorlover1-0
129.vegetable
130.veggie
131.ventix
132.vertical
133.verticals
134.vertigo
135.VeryGreen
136.VIBE
137.vibrant
138.Village
139.vintage-style
140.violetrays
141.visioninc
142.visions
143.vitruvius
144.vivid
145.Viziora
146.voodoo-dolls
147.voodoodollyv2.0
148.voyage
149.WaiveLive
150.walls
151.wanderer
152.warmblue
153.warped
154.watchthis
155.watercolored-portfolio
156.waterfactory
157.waterfall
158.waterfalls
159.WaterPool
160.we think
161.web-application
162.web-design-studio
163.web-design
164.web-hosting
165.web-shop
166.web2
167.webdesign
168.webdesigninfo
169.webmob
170.websitedesignx
171.webvision
172.Web_Application
173.wellness
174.whatsyoursolution
175.wickedred
176.widecommerce
177.widget
178.widgetlike
179.wildgoose
180.wing-the-air
181.winglobal
182.wiremesh
183.world-of-warcraft
184.xenlog
185.xgallery
186.xhtmldesign
187.xhtmldev_rainbow
188.xhtmldev_RealEstate
189.xodafields0.2
190.ynt
191.yosemite
192.your-blazing-app
193.yourhost
194.yourministry
195.zillanine