blueminimal : Blue « Templates « HTML / CSS






blueminimal

     

<!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>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
* {
    padding:0;
    margin:0;
}

body { 
font-family: Verdana, sans-serif; 
line-height: 1.4;
font-size: 13px;
background: #818181;
margin: 0;
padding: 0;
}

a { color: #2068AF; text-decoration: none;}
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5 { font-family: 'Architects Daughter', arial, serif; margin: 5px 0 20px 0; font-weight: 100; border-bottom: 1px dotted #919191; }
h1 { font-size: 29px; }
h2 { font-size: 25px; }
h3 { font-size: 23px; }
h4 { font-size: 21px; }
h5 { font-size: 19px; }
ul { margin: 0 0 20px 30px; list-style-type: square; }
ol { margin: 0 0 20px 30px; list-style-type: decimal; }
blockquote { background: #eee; border-left: 5px solid #bcbcbc; padding: 10px; margin: 0 0 20px 0; }
blockquote p { margin: 0; padding: 0; }
p { padding: 0 0 20px 0; }
table { margin: 0 0 20px 0; text-align: left; width: 100%; }
td, th { padding: 5px; border: 1px solid #ddd; }
th { color: #515151; }

#wrap { 
width: 780px;
margin: 0 auto;
}

#header {
height: 110px;
background: url(blueminimal-images/header.jpg) repeat-x;
}
#header h1 {
font-family: 'Anton', arial, serif;
margin: 0;
padding: 20px 0 0 50px;
font-weight: 100;
font-size: 35px;
border: none;
line-height: 1;
}
#header h1 a { text-decoration: none; color: #fff; }
#header h1 a:hover { text-decoration: none; }

#header h2 { border: none; font-family: 'Architects Daughter', arial, serif; margin: 0; padding: 0 0 0 50px; color: #fff; font-weight: 100; font-size: 17px; }

#content {
background: url(blueminimal-images/content.jpg) repeat-y;
padding: 10px 40px 20px 40px; 
}

#footer { 
background: url(blueminimal-images/footer.jpg) no-repeat;
padding: 0 40px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
font-size: 12px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { border-bottom: 1px dotted #fff; text-decoration: none; }

.footerleft { float: left; }
.footerright { float: right; }

#copyrightarea { background: url(blueminimal-images/copyrightarea.jpg); color: #515151; text-align: right; font-size: 11px; padding: 0 30px; height: 20px; line-height: 20px; }

#bottom { background: url(blueminimal-images/bottom.jpg) no-repeat; padding: 5px 0; }

</style>


<link href='http://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css' />
<title>Blue Minimal</title>
</head>
<body>

<div id="wrap">


<div id="header">
<h1><a href="#">Blue Minimal</a></h1>
<h2>Your Mini Site Slogan Goes Here</h2>
</div>

<div id="content">

<h1>Main Heading of Your Mini Site - H1</h1>

<p>
Sed vitae lectus libero, vitae tempus lacus. Quisque mollis, lectus sed placerat sodales, felis diam accumsan ligula, in auctor leo velit eu diam. Aenean tincidunt velit ac massa dictum bibendum. Ut vulputate tortor vitae orci cursus aliquam. Phasellus rutrum consequat purus, vel cursus odio fermentum non. Morbi luctus feugiat dictum. Duis sed metus vitae augue faucibus condimentum. Ut id velit eget magna venenatis ultrices in sit amet tellus. Praesent augue nibh, condimentum vel molestie sit amet, luctus nec neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus convallis erat nisl. Mauris feugiat pharetra pellentesque. Pellentesque vulputate mi quis erat fringilla tempus. Suspendisse potenti. 
</p>

<h2>Template License</h2>

<p>
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
</p>

<h3>You are free:</h3>

<ul>
<li>to Share ? to copy, distribute and transmit the work</li>
<li>to Remix ? to adapt the work</li>
</ul>


<h3>Under the following conditions:</h3>

<ul>
<li>Attribution ? You must attribute the work in the manner specified by the author or licensor (keep the "Design by <a href="http://www.yoctotemplates.com">Yocto Templates</a>" link in the footer intact).</li>
</ul>

<h3 style="color: red;">Would You Like to Remove the Footer Link ?</h3>

<p>You can remove the footer link for a small fee of <strong>only $4.99</strong>.</p>

<p>Please visit the <a href="http://yoctotemplates.com/mini-site-templates/blue-minimal/">template</a> page to buy the <strong>linkback free</strong> License.</p>

<h4>Some Styling - H4</h4>

<table>
<tr>
<th>Table Header 1</th>
<th>Table Header 2</th>
</tr>
<tr>
<td>Aliquam erat volutpat. (row 1, cell 1)</td>
<td>Suspendisse potenti. (row 1, cell 2)</td>
</tr>
<tr>
<td>Phasellus rutrum consequat purus (row 2, cell 1)</td>
<td>Phasellus convallis erat (row 2, cell 2)</td>
</tr>
</table> 

<h4>Unordered List - H4</h4>

<ul>
<li><a title="" href="#">Unordered List Link 1</a></li>
<li><a title="" href="#">Unordered List Link 2</a></li>
<li><a title="" href="#">Unordered List Link 3</a></li>
</ul>

<h5>Ordered List - H5</h5>

<ol>
<li><a title="" href="#">Ordered List Link 1</a></li>
<li><a title="" href="#">Ordered List Link 2</a></li>
<li><a title="" href="#">Ordered List Link 3</a></li>
</ol>

<h5>Blockquote - H5</h5>

<blockquote>
<p>Integer dapibus vulputate ornare. Aenean interdum fermentum felis. Aliquam congue, leo vel elementum tempor, quam lorem laoreet nunc, vel consequat purus tortor non mauris. Donec luctus sem at risus sagittis et venenatis nisi hendrerit. Maecenas iaculis vulputate sem id gravida. Maecenas et aliquet nisl. Integer ornare volutpat elit a lobortis. Sed vitae ligula est, in auctor mi. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</blockquote>

</div>

<div id="footer">
<div class="footerleft"><a href="#">Privacy Policy</a> | <a href="#">Copyright</a></div>
<div class="footerright"><a href="http://yoctotemplates.com/mini-site-templates/blue-minimal/">Blue Minimal</a> | Design by <a href="http://www.yoctotemplates.com">Yocto Templates</a></div>
<div style="clear: both;"> </div>
</div>

<div id="copyrightarea">
All Right Reserved, Copyright &copy; YOUR MINI SITE.
</div>

<div id="bottom"> </div>

</div>

</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.metamorph_blue
2.metamorph_bluefeather
3.metamorph_blueflower
4.metamorph_blueglowing
5.metamorph_bluemadness
6.metamorph_bluemess_lt2
7.metamorph_bluerock
8.metamorph_bluething
9.metamorph_bluewave
10.metamorph_bubbleblue_lt
11.metamorph_bubblesonblue
12.metamorph_lightblue
13.metamorph_shiningblue
14.metamorph_simpleblue
15.metamorph_uberblue
16.metamorph_wavesinblue
17.blue-hosting
18.blue-neutral
19.blue-pigment1
20.blue-sky
21.blue-white
22.blue-wood
23.Blue 1
24.blue99
25.blueblogtemplate
26.bluebottle
27.BlueBridge
28.bluebrush
29.bluebusiness
30.bluecarbon
31.bluecorporation
32.bluediamond
33.blueflex
34.BlueFlower
35.BlueFresh
36.bluegray
37.blueled
38.blueminimalsidebar
39.blueprism
40.Blueshine
41.blueshuffle
42.BlueSpace
43.BlueSquareShadow
44.bluesurge
45.bluethickline
46.bluetoolkit
47.bluewave
48.blueweb
49.blueworld
50.bluey
51.blue_circles
52.blue_sky
53.blue_space
54.blue_trees
55.bublue-studio
56.bussinesblue
57.fain-blue
58.fairyblue
59.basicblue
60.CleanandBlue
61.cleanblue
62.freecss_blue
63.flyingblue
64.easy-blue
65.FunkyCoolBlue
66.genericblue
67.gallery-blue
68.MonsterBlue
69.Simple_Blue
70.wide-blue
71.a_bit_modern_bigBlue
72.mistyblue
73.portal_blue
74.SimplyBlue
75.sleekcssblue
76.Sexy_Blue
77.WonderfulBlue
78.sweetbuzzblue
79.light-blue
80.groovyblue
81.iblue2b