inbusiness : Business « Templates « HTML / CSS






inbusiness

   

<!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" xml:lang="en" lang="en">
<head>
<title>[in] Business</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
/*
This stylesheet is part of the [in] business template downloaded from the oswd.org site 

The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk
*/
html {
  width: 100%
}

body {
  font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
  font-size: 90%;
  color: #3D3535;
  background-color: #E4E5E0;
  margin: 20px;
  padding: 0px;
  line-height: 140%;
}

/* Wrapper */
.all {
  text-align: center; 
  width: 100%;
}

/* the container */
.box {
  background-color: #FFFFFF;
  margin-left: auto; 
  margin-right: auto; 
  padding: 20px; 
  text-align: left; 
  width: 90%;
}

/*holds the tabs at the top*/
.menu {
  background-color: #FFFFFF;
  text-align: right; 
  border-bottom: 1px solid #FFFFFF;
}

/*holds the logo and image*/
.header {
  background-color: #EDEEEA;
  padding: 10px; 
  margin-top:3px;
  height: 95px;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
  background: #EDEEEA url(inbusiness-images/corner.gif) no-repeat right top;
  color: #3D3535;
  text-decoration: none;
  padding: 3px 7px 3px 7px;
  margin: 0 0 0 4px;
}

.menu a:hover {
  background: #D6D8CF url(inbusiness-images/corner2.gif) no-repeat right top;
  color: #000000;
  text-decoration: none;
  padding: 3px 7px 3px 7px;
  margin: 0 0 0 4px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
  margin-right: 255px;
  padding: 20px;
}

.content h1 {
  font-size: 110%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 2px solid #A53512;
}

/*this is the right hand bar, news bar, links bar w/e*/
.newsbar {
  margin-top: 40px;
  width: 245px;
  float: right;
}

.newsbar h1 {
  background-color: #A53512;
  color: #FFFFFF;
  padding: 3px;
  margin: 0px 0px 0px 0px;
  font-size: 100%;
  font-weight: normal;
}

/*this just lets you have a "comment" type area in the main content*/
.p1 {
  padding: 20px;
  background-color: #F7F7F4;
  font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
  padding: 20px;
  background-color: #FFFFFF;
  font-size: 90%;
  list-style-image: url(inbusiness-images/b.gif);
  list-style-position: 10px;
}

.p2 ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/*the footer, with copyright*/
.footer {
clear:both;
  background-color: #D6D8CF;
  padding: 4px;
  font-size: 80%;
  text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
  color: #A53512;
}

a:hover {
  color: #A53512;
  text-decoration: none;
}

</style>


<style type="text/css">
<!--
.style1 {color: #A53512}
-->
</style>
</head>
<body>
<div class="all">
  <div class="box">
    <!-- The menu, tabs -->
    <div class="menu"><a href="http://www.free-css.com/">Home</a><a href="http://www.free-css.com/">about</a><a href="http://www.free-css.com/">products</a><a href="http://www.free-css.com/">contact</a></div>
    <!-- The header -->
    <div class="header"><img alt="" style="float:right; " src="inbusiness-images/www.jpg" width="225" height="95" />
      <h1>[<span class="style1">in</span>] Business</h1>
      <div class="clearfix"></div>
    </div>
    <!-- the news bar, or right hand column -->
    <div class="newsbar">
      <h1>Need help?</h1>
      <div class="p2">If you need help customising this design, I am available for
        paid work, on small or large projects. I can make custom designs or
        tailor most existing designs to suit your company or organisations
        image. Visit my <a href="http://www.free-css.com/">company Web site</a> to
        get in touch with me.</div>
      <h1>Copyright?</h1>
      <div class="p2">
        <p>I would appreciate it if
          you could leave the copyright info intact, so that others can find
          the oswd site (and also me). Other than that, feel free to change
          colours, layout and any other elements!</p>
      </div>
      <h1>Links</h1>
      <div class="p2">
        <ul>
          <li><a href="http://www.free-css.com/">OSWD.org</a></li>
          <li><a href="http://www.free-css.com/">NOW:design</a></li>
          <li><a href="http://www.free-css.com/">FarStyle.com</a></li>
          <li><a href="http://www.free-css.com/">W3</a></li>
        </ul>
      </div>
    </div>
    <!-- main content area-->
    <div class="content">
      <h1>[in] Business</h1>
      <p>This is my third design for www.oswd.org. My last design
        was downloaded so many times that I wanted to make another one
        along the same lines. This is another business themed layout that could
        just as easily be used for a personal blog site.</p>
      <p>This design was made using <acronym title="Cascading Style Sheets">CSS</acronym> and
        does not use any tables because it has no tabular data. The site
        is valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> and
        valid <a href="http://validator.w3.org/check?uri=referer">XHTML
        1.0 strict</a>.</p>
      <div class="p1">Tables are dead, CSS is what is intended for layouts and
        design, tables are for containing data. CSS uses less code, meaning
        your site loads quicker, which is great for search engines and people
        with slow internet connections.</div>
      <h1><strong> TESTED IN:</strong></h1>
      <ul>
        <li>Opera 7.54u1</li>
        <li>Internet Explorer 6.0.290..</li>
        <li>Firefox 1.0.6</li>
        <li>Opera 8.0</li>
      </ul>
      <p>The design is fluid, with a fixed-width side-bar. The colours, width,
        fonts etc can be changed by ammending the attached CSS file.</p>
    </div>
    <div class="clearfix"></div>
    <!-- footer, copyright area - please do not remove!-->
    <div class="footer">&copy; 2005, design by <a href="http://www.now-design.co.uk/">NOW:design</a> |
      Template from oswd.org </div>
  </div>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.metamorph_disco
2.businesdesign2007
3.businesportal
4.business template
5.business web design
6.business web template 38
7.business-1
8.business-2
9.business-box
10.business-center
11.business-co
12.business-company
13.business-consultants
14.Business-Design
15.business-elegance
16.business-llc
17.business-online
18.business-solution
19.business-strategy
20.business-time
21.business-way
22.business-world
23.businessblog
24.businessdesign
25.businesshighway
26.businesslike
27.BusinessName
28.BusinessSolution
29.businesssolutions01
30.businesstheme
31.businessweb
32.Business_Elegance
33.business_events
34.business_maritime
35.busineswebdesign
36.CarCar
37.car-club
38.car-dealer
39.cars-website
40.bloodybusiness
41.Bloody_Business
42.biz-company
43.biz-solution
44.biz-watch
45.bizbox
46.bizgroup
47.metamorph_autosalon
48.metamorph_business
49.metamorph_casino
50.alouette-agency
51.advertising
52.financial-services
53.financial-website
54.five-star-hotel
55.metamorph_advice
56.bloom
57.blooming
58.clubcard
59.clubhouse
60.bed-and-breakfast
61.construction-company
62.construction-group
63.constructional-company
64.consulting-services
65.Consulting
66.corporate-2.0
67.corporate-blue
68.corporate
69.CorporateBlack
70.corporateblue
71.CorporateBlue2
72.corporategreen
73.CorporateGrey
74.corporateluxe
75.corporateprofiles
76.CorporateRedGrey
77.Corporate_Design
78.corporation-ltd
79.design-company
80.metamorph_shopping
81.metamorph_spasaloon
82.metamorph_restaurant
83.metamorph_photostudio
84.abc-company
85.ad-agency
86.foo_shooting_club
87.firming
88.financialco
89.abstract-studio
90.carpet-cleaning
91.architect-company
92.architect-group
93.architect
94.architectural-company
95.architectural-group
96.architecture-bureau
97.architecture
98.computer-business
99.computer-store
100.djclub
101.dally_studio
102.future-business
103.global-business
104.global-hosting
105.global
106.globalhouse
107.globalpress
108.enterprise
109.corpplus
110.corpwire-magazine
111.funkycorporate
112.simply_business
113.Small_Corporation
114.your-business
115.voip-company
116.economics
117.educational-site
118.ec-mania
119.furniture-collections
120.mobileshop
121.political-party
122.pizza-factory
123.pizzaparlor
124.plainoffice
125.plantshop
126.play-school
127.office
128.online-casino
129.online-radio
130.online_education
131.outsource-inc
132.software-co
133.software-company
134.simplyBusiness
135.smallstudio
136.small-corporation
137.rainbow_consultant
138.Professional
139.professional-web2
140.premium-business
141.premiumtemplateshop
142.radio-station
143.real-estate-agency
144.real-estate-co
145.real-estate
146.realestate-company
147.realestate
148.sample-resume
149.sample_business_site
150.resume
151.shop-around
152.shop-online
153.social-community-management
154.workshyfop
155.workspacer
156.whirlpool
157.WebStore
158.weblogo
159.strategicbusinessdesigns
160.thebluecompany
161.thebookstore
162.TheCorporation
163.total_management
164.thepinkcompany
165.theme-marketplace
166.transportcompany
167.internetmarket
168.internetjobs
169.market-leader
170.Market
171.marketing-company
172.lawyer-and-attorney
173.lawyer-marketing
174.Job-Portal
175.happy-print-shop
176.health-care
177.industrial-company
178.industrial-construction
179.industrial
180.industry
181.internethosting
182.internetservices
183.luxury-hotel
184.luxury-restaurant
185.military-school
186.headquarters
187.hosting-co
188.incorporated
189.interior-design
190.internetcorporation
191.internetmanagement
192.internet-studio
193.TWO COLUMN CSS BUSINESS WEBSITE TEMPLATE
194.Business template 2