galaxy : Design 5 « Templates « HTML / CSS






galaxy

    

<!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>GALAXY BLOG</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
/*
CSS Credit: http://www.templatemo.com/
*/

body {
  margin:0;
  padding:0;
  line-height: 1.5em;
  font-family:  Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #5b5847;
  background: #000000;
}

a:link, a:visited { color: #dedede; text-decoration: none; } 
a:active, a:hover { color: #c7a619;}

h1 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 16px;
  color:#f4e05b;
}

h2 {
  margin: 0px 0px 8px 0px;
  font-size: 12px;
  color: #f4e05b;
}

p {
  margin: 10px 0px;
  color: #5b5847;
  text-align: justify;
}

img {  
  margin: 2px 20px 2px 0px; 
  float:left; 
  border: 1px solid #333333;
}

#container_wrapper1 {
  background: url(galaxy-images/main_top_bg.jpg) top center no-repeat;
}

#container_wrapper2 {
  background: url(galaxy-images/main_bottom_bg.jpg) bottom center no-repeat;
}

#container {
  margin: 0px auto;
  width: 800px;
}


/* ----- Header ----- */

#header {
  clear: both;
  width: 800px;
  height: 180px;
}

#site_title {
  padding: 130px 0px 10px 10px;
  font-size: 40px;
  font-weight:bold;
  color: #2b1e1e;
}

#site_title span {
  color: #f4e05b;
  font-weight:lighter;
}

#site_slogan {
  padding: 0px 0px 10px 12px;
  font-size: 12px;
  color: #000000;
}
/* ----- End of Header ----- */

/* ------------- Menu ------------------ */
#menu {
  clear: both;
  margin: 0px;
  padding: 0px;
  width: 800px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}

#menu ul li {
  display: inline;  
}

#menu ul li a {
  padding: 0px 0px;
  margin: 0px 0px 0px 20px;
  font: 14px arial;
  font-weight: bold;
  color:#f4e05b;
  text-decoration: none;
}

#menu ul li a:hover, #menu ul li .current {
  border-bottom: 1px dashed #e1f03f;
}

/* ---------- End of Menu ------------- */

/* ----------------- Content ----------------------- */

#content {
  float: left;
  margin: 5px 0px 40px 0px;
  padding: 0px;
  width: 800px;
  background: #000000;

}

#left_column {
  float: left;
  margin: 40px 40px 0px 40px;
  width: 480px;
}

#right_column {
  float: right;
  margin: 40px 20px 0px 0px;
  width: 200px;
}

/* ----------------- End of Content ------------------- */

/* ------------- Section ------------------ */
.section {
  margin: 0px 0px 30px 0px;  
  color: #3e3939;
}


.section ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  list-style: none;
}

.section ul li {
  display: block;
}

.section ul li a {
  padding: 0px;
  margin: 0px;
  color: #3e3939;
  text-decoration: none;
}

.section ul li a:hover {
  color: #ab8b02;
}

/* ---------- End of Section ------------ */

/* ----- Post ------ */
.postbody {
  padding: 0px;
  margin-bottom: 40px;
}

.publish_info {
  clear: both;
  margin: 0px;
  padding: 0px;
  color:#dedede;
}

.comment {
  clear: both;
  margin: 0px;
  padding: 0px;
  width: 480px;
  text-align: right;
}

.comment a {
  padding: 5px 0px 5px 40px;
  font-size: 11px;
  font-weight: bold;
  color: #c7a619;
  background: url(galaxy-images/comment_icon.gif) left center no-repeat;
}
.comment a:hover {
  color: #f4e05b;
}
/* ----- End of Post ------ */

/* ----- Form ----- */

form {
  width: 180px;
  margin: 0px;
  padding: 15px 10px;
  background: #333333;
}

label {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  color: #f4e05b;
  width: 40px;
  font-weight: bold;
  text-align: right;
  display: block;
}

input {
  width: 120px;
  height: 15px;
}

.button {
  margin: 8px 0px 0px 50px;
  width: 80px;
  height: 22px;
  color: #f4e05b;
  font-size: 15px;
  background: url(galaxy-images/button_bg.gif) repeat-x;
  border: none;
}

/* ----- End of Form ----- */

/* ----- Footer ----- */

#footer {
  clear: both;
  padding: 20px 0px 0px 30px;
  width: 770px;
  height: 60px;
  text-align: center;
  color: #ab8b02;
  text-align: center;
}
#footer a {
  color: #ab8b02;
  text-decoration: none;
}
#footer a:hover {
  color: #f4e05b;
}
/* ----- End of Footer ----- */

</style>


</head>
<body>
<div id="container_wrapper1">
  <div id="container_wrapper2">
    <div id="container">
      <div id="header">
        <div id="site_title">GALAXY<span>BLOG</span></div>
        <div id="site_slogan">your tag line goes here</div>
      </div>
      <div id="menu">
        <ul>
          <li><a href="http://www.free-css.com/" class="current">Home</a></li>
          <li><a href="http://www.free-css.com/">Blog</a></li>
          <li><a href="http://www.free-css.com/">Gallery</a></li>
          <li><a href="http://www.free-css.com/">Forum</a></li>
          <li><a href="http://www.free-css.com/">About Us</a></li>
          <li><a href="http://www.free-css.com/">Contact Us</a></li>
        </ul>
      </div>
      <div id="content">
        <div id="left_column">
          <div class="postbody">
            <h1>Welcome to Galaxy Blog</h1>
            <div class="publish_info">Post Date: 19-10-2020  Tags: <a href="http://www.free-css.com/">XHTML</a>  <a href="http://www.free-css.com/">CSS</a>  <a href="http://www.free-css.com/">Website Templates</a></div>
            <p><img src="galaxy-images/photo03.gif" alt=""/> This free CSS website layout is created by <b>Saw Htoo</b> exclusively for templatemo.com. Feel free to edit and apply this template layout for your personal or commercial websites.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc quis sem nec tellus blandit tincidunt.</p>
            <div class="comment"><a href="http://www.free-css.com/"> Read Comment - 1</a></div>
          </div>
          <div class="postbody">
            <h1>Lorem ipsum dolor</h1>
            <div class="publish_info">Post Date: 18-10-2020  Tags: <a href="http://www.free-css.com/">Interactive</a>  <a href="http://www.free-css.com/">Flash</a>  <a href="http://www.free-css.com/">3D Websites</a></div>
            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc quis sem nec tellus blandit tincidunt. Duis vitae velit sed dui malesuada dignissim. </p>
            <p>Suspendisse a nibh tristique justo rhoncus volutpat. Suspendisse vitae neque eget ante tristique vestibulum. Pellentesque dolor nulla, congue vitae, fringilla in, varius a, orci.</p>
            <div class="comment"><a href="http://www.free-css.com/"> Read Comment - 0</a></div>
          </div>
          <div class="postbody">
            <h1>Verification of XHTML and CSS</h1>
            <div class="publish_info">Post Date: 17-10-2020  Tags: <a href="http://www.free-css.com/">XHTML</a>  <a href="http://www.free-css.com/">CSS</a>  <a href="http://www.free-css.com/">Website Layouts</a></div>
            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc quis sem nec tellus blandit tincidunt. Duis vitae velit sed dui malesuada dignissim. </p>
            <p><a target="_blank" href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="" width="88" height="31" vspace="8" border="0" /></a> <a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px"  src="http://jigsaw.w3.org/css-validator/galaxy-images/vcss-blue" alt="" vspace="8" border="0" /></a><br />
            </p>
            <div class="comment"><a href="http://www.free-css.com/"> Read Comment - 2</a></div>
          </div>
        </div>
        <div id="right_column">
          <div class="section">
            <form method="get" action="http://www.free-css.com/">
              <label>Search</label>
              <input name="search" type="text" id="keyword" />
              <br />
              <input type="submit" value="search" class="button" />
            </form>
          </div>
          <div class="section">
            <h2>Categories</h2>
            <ul>
              <li><a href="http://www.free-css.com/"> Vestibulum dapibus tortor</a></li>
              <li><a href="http://www.free-css.com/"> Cum sociis natoque penatibus</a></li>
              <li><a href="http://www.free-css.com/"> Lorem ipsum dolor sit amet</a></li>
              <li><a href="http://www.free-css.com/"> Cras urna metus, feugiat non</a></li>
              <li><a href="http://www.free-css.com/"> Free CSS Layouts</a></li>
            </ul>
          </div>
          <div class="section">
            <h2>Archives</h2>
            <ul>
              <li><a href="http://www.free-css.com/"> Duis pulvinar scelerisque ante</a></li>
              <li><a href="http://www.free-css.com/"> Maecenas aliquam</a></li>
              <li><a href="http://www.free-css.com/"> Vestibulum quis pede</a></li>
              <li><a href="http://www.free-css.com/"> Suspendisse potenti</a></li>
              <li><a href="http://www.free-css.com/"> Aliquam tristique lacus</a></li>
            </ul>
          </div>
          <div class="section">
            <h2>Quick Links</h2>
            <ul>
              <li><a href="http://www.free-css.com/"> External Link One</a></li>
              <li><a href="http://www.free-css.com/"> Website Link Two</a></li>
              <li><a href="http://www.free-css.com/"> Friend Website Link</a></li>
              <li><a href="http://www.free-css.com/"> Flash Templates</a></li>
              <li><a href="http://www.free-css.com/"> Free CSS Templates</a></li>
            </ul>
          </div>
        </div>
      </div>
      <div id="footer"> <a href="http://www.free-css.com/">Home</a> | <a href="http://www.free-css.com/">Terms of Use</a> | <a href="http://www.free-css.com/">FAQs</a> | <a href="http://www.free-css.com/">About Us</a> | <a href="http://www.free-css.com/">Contact Us</a><br />
        Copyright  2008 <a href="http://www.free-css.com/">Your Company Name</a> | Designed by <a href="http://www.templatemo.com">templatemo.com</a> </div>
    </div>
  </div>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.d-tv
2.dogstemplate
3.domesticated
4.dottis
5.duet-plasma
6.dusky
7.dusplic
8.dynamic
9.dzine
10.eastern-tales
11.easybreeze
12.easymoto
13.eatlon
14.ebullient
15.echo
16.ecolution-warrior
17.ecom-1
18.edgy
19.edy-builders
20.efflorescence
21.elements
22.elitecircle1-0
23.emblazoned
24.embouteillage
25.emerald
26.emergence
27.emperor
28.empireserver
29.emporium
30.enclosed
31.endless
32.energybox
33.enlight
34.enlighten1-0
35.enormous
36.enter
37.enthusiastica
38.entomology
39.envision1-0
40.epod
41.equivalency
42.ergophobia
43.established
44.etags
45.euphonics
46.europe
47.everydayseries
48.evolution
49.exalted
50.excess
51.excursus
52.Executive Template
53.executive
54.Exotic_Blue
55.Exotic_Red
56.fotografix
57.fotolandia
58.foundation
59.foxy
60.fractalbroccoli
61.fragrance
62.frankincense
63.freches-fruechtchen
64.free-css-lunch
65.freecsstemplate 55
66.freecsstemplateno57
67.freecsswebsitetemplate39
68.freecss_greentextile
69.freecss_modern
70.freecss_monolit
71.freecss_redleaves
72.freecss_set
73.freeport
74.freeradicals
75.freestyle
76.frozenage
77.ftd-redblack
78.ftdbusiness
79.ftdcinema
80.ftddrops
81.ftdExplosionBlue
82.ftditight
83.ftdkiwi
84.ftdlagoon
85.ftdLight
86.ftdLightBlue
87.ftdluminescent
88.ftdMoonLight
89.ftdprime
90.ftdspace
91.ftdvivid
92.ftdworld
93.funkytimes
94.funride
95.futuremag-aio
96.fword_three
97.gallerize
98.gamberetto
99.gameportal
100.Ganesh01
101.gastropoda
102.gathering14
103.gazebo
104.gconsultant
105.general
106.genesis
107.genghiskahn
108.genius_web
109.gentle_wiki
110.geoforce
111.gestured
112.gift-gallery
113.giftig-gruen
114.gila
115.glazed
116.godetia
117.godofgates
118.GoFlexible
119.goinggrey
120.gradientis
121.grandenally
122.grandhost
123.GraniteGlass
124.greefies