deskspace : Design 3 « Templates « HTML / CSS






deskspace

   

<!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>DeskSpace</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type='text/css'>
/*
Theme Name: DeskSpace
Theme URI: http://freethemelayouts.com/
Description: Designed by <a href="http://freethemelayouts.com">FreeThemeLayouts</a>.<br /> This work is licensed <a target="_blank" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: FreeThemeLayout/DreamTemplate
Author URI: http://www.freethemelayouts.com/
*/
img, div, input{ behavior: url(wp-content/themes/DeskSpace/iepngfix.htc)}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
  margin:0;
  padding:0;
}

body{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  background: url(deskspace-images/bgpattern.jpg);
  background-repeat: repeat-x;
  background-color: #ecfbff;
  color: #686868;
}

#wrapper{ 
  width: 909px;
  margin: 0 auto;
  text-align: left;
}

h2, h3, h4, h5, h6{
  font-weight: normal;
  font-family: georgia;
  font-size: 18px; 
  color: #b5b5b5;
}

.header{ /*header image here!*/
  float: left;
  background: url(deskspace-images/header2.jpg);
  background-repeat: no-repeat;
  position: relative; right: 1px;
  width: 909px;
  height: 311px;
}

.nav { position:relative; height:80px;}

.nav li {
  float: left;
  width: 100%;
  list-style:none;
}

.nav li a {
  color: #000;
  font-size: 12px;
  float: left;
  position: relative;
  cursor: pointer;
}

.nav li a#link_home {
  background:none;
  width: 103px;
  height: 41px;
  margin: 0;
  text-indent:-9000px;
  position:absolute;
  top:16px;
  left:423px;
}

.nav li a#link_home:hover { background:url(deskspace-images/nav_home3.png) no-repeat 0 0 }

.nav li a#link_about {
  background: none;
  width: 107px;
  height: 40px;
  margin: 0;
  text-indent:-9000px;
  position:absolute;
  top:39px;
  left:419px;
}

.nav li a#link_about:hover { background:url(deskspace-images/nav_about3.png) no-repeat 0 0;}

.nav li a#link_contact {
  background:none;
  width: 108px;
  height: 39px;
  margin: 0;
  text-indent:-9000px;
  position:absolute;
  top:60px;
  left:418px;
}

.nav li a#link_contact:hover { background: url(deskspace-images/nav_contact3.png) no-repeat 0 0 }


.recentposts{
  margin-top: 0px;
  line-height: 18px;
  font-size: 11px;
  font-family: verdana;
  list-style: none;
}

.recentposts ul{
  list-style: none;
  padding-left: 31px;
}

.recentposts h2{
  font-weight: normal;
  font-family: georgia;
  font-size: 12px; 
  color: #b5b5b5;
  font-style: italic;  
  text-transform: lowercase;
  padding-left: 15px;
}

.newcomments{
  list-style: none;
  .margin: 55px 0 0 11px;
  line-height: 22px;
  text-transform: lowercase;
  color: #5c5c5c;
  font-family: Georgia, Arial, Helvetica;
  font-size: 17px;
  font-style: italic;
}

.newcomments a{
  color: #5c5c5c;
  text-decoration: none;
}

.newcomments a:hover{
  color: #bb4e22;
}

.pagecomments{
  width: 500px;
  margin: 27px;
  padding: 27px;
}

.pagecomments h3{
  color: #6a6a6a;
}

.pagecomments a{
  color: #b7a795;
  text-decoration: none;
  font-size: 11px;
  background-color: #fdf8f1;
}

.pagecomments a:hover{
  color: #a9b880;
}

.pagecomments ol{
  list-style: none;  
  margin: 10px 0;
  padding: 0;
}

.pagecomments ol li{
  list-style: none;
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px dotted #bbb7b0;
  line-height: 22px;
}

#pagecomments span.comment-author{
  font-weight: bold;
  text-decoration: underline;
}

#respond{
  padding: 10px;
  border: 1px dotted #bbb7b0;           

}

form, input, textarea{ 
  font-family: georgia, arial, helvetica, sans-serif;
  font-size: 12px;
}

.search input.txt { 
  background:url(deskspace-images/search_field.png) no-repeat;
  border:0;
  width:187px;
  vertical-align:top;
  color:#858483;
  font-style: italic;
  margin:0px 0 0 0px; 
  height:25px;
  padding-left:10px;
  padding-top:5px;
  position: relative; left: -140px; top: 140px;
}

.search input.btn {
  vertical-align:middle;
  position: relative; left: -180px; top: 140px;
}

#container{ 
  float: left;
  width: 909px;
  margin-top: 0px;
  height: auto;
}

#content_top { background:url(deskspace-images/content_top.jpg) no-repeat left top;}

#content{ 
  float: left;
  background:url(deskspace-images/content_extender.jpg);
  background-repeat: repeat-y;
  margin: 0;
  padding-top: -300px;
  width:615px;
  height:auto !important;
  height: 839px;
  min-height: 839px;
}

.post{ 
  padding: 20px 54px;
}

.post h2 a{ 
  color: #6a6a6a;
  text-decoration: none;
}

.post h2 a:hover{ 
  color: #bb4e22;
}

.entry-content{ 
  line-height:17px;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{
  padding: 10px 0 5px;
}

entry-content h2 a{
  color: #8f3939;
}

entry-content h3{
  font-size: 18px;
  font-weight: normal;
}

entry-content h5{
  font-size: 14px;
}

entry-content h6{
  font-size: 12px;
}

.entry-meta{ 
  padding: 4px 0 0 0;
  line-height: 14px;
}

.entry-meta h1{ 
  width: 67%;
  background-color: #fdf8f1;
  color: #b7a795;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.entry-meta a{ 
  color: #a9b880;
  text-decoration: none;
}

.newscomments a{
  text-decoration: none;
  font-size: 12px;
  font-family: georgia;
  padding-top: 2px;
  color: #8b8a89;
  float:right;
  text-align: right;
  border-top: 1px dotted #bbb7b0;
  width: 506px;
}

.newscomments a:hover{
  color: #a1a1a1;
}

.editlink a{
  font-size: 12px;
  font-family: georgia;
  color: #8b8a89;
}

.editlink a:hover{
  text-decoration: none;
  color: #a1a1a1;
}

.paperclip{
  background: url(deskspace-images/paperclip.png) no-repeat 0 0;
  position: absolute;
  width: 62px;
  height: 35px;
  top: 560px;
  right:290px;
}

.paperclip2{
  background: url(deskspace-images/paperclip2.png) no-repeat 0 0;
  position: absolute;
  width: 62px;
  height: 35px;
  top: 488px;
  right:272px;
}

.paperclip3{
  background: url(deskspace-images/paperclip.png) no-repeat 0 0;
  position: absolute;
  width: 62px;
  height: 35px;
  top: 222px;
  right:290px;
}

#sidebar{
  background:url(deskspace-images/sidebar.jpg) no-repeat;
  float: left;
  width: 309px;
  height: 839px;
  margin-left: -16px;
}

#sidebar ul{
  list-style: none;
  margin: 41px 0 0 30px;
  padding: 0; 
}

#sidebar ul li h2{ 
  text-transform: lowercase;
  letter-spacing: 0.25px;
  color: #878787;
  padding: 8px 14px 0px 17px;
  height: 45px;
  font-family: Georgia, Arial, Helvetica;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

#sidebar ul ul {
  margin: 0;
  padding: 0px 10px 15px; 
  line-height: 22px;
}

#sidebar ul ul li{
  font-family: georgia;
  font-size: 17px;
  font-style: italic;
  text-decoration: none;
}

.linkstext{
  padding: 30px 0 0 11px;
  line-height: 22px;
}

.linkstext  a{
  text-transform: lowercase;
  color: #5c5c5c;
  font-family: Georgia, Arial, Helvetica;
  font-size: 17px;
  font-style: italic;
  text-decoration: none;
}

.linkstext a:hover{
  color: #bb4e22;
}

.categorytext a{
  text-transform: lowercase;
  color: #5c5c5c;
  font-family: Georgia, Arial, Helvetica;
  font-size: 17px;
  font-style: italic;
  text-decoration: none;
}

.categorytext a:hover{
  color: #bb4e22;
}

.flickr {
  margin:0;
  list-style-type: none;
  position: relative; left:0; top:43px;
}

.flickr li {
  display: block;
  float: left;
  padding:48px 19px 0 19px;
  margin:0 ;
}

h1.logo{
  float: left;
  margin:0;
  width:192px;
  position:relative;
  display:block;
  left:86px;
  top:-33px;
}

h1.logo a{
  display:block;
  width:192px;
  height:45px;
  text-indent:-999em; 
  overflow: hidden;
}

#footer{
  float: left;
  background:url(deskspace-images/footer.jpg) no-repeat;
  margin-left: 0px;
}

#footer a{
  text-decoration: none;
}

.recent-posts ul{
  list-style: none;
  width: 340px;
  .margin-top: 12px;
  float: left;
}

.recent-posts ul li{
  margin-top: -10px;
  right: 39px;
  position: relative;
  z-index: 1;
}

.recent-posts a{
  color: #5583a0;
  line-height: 36.5px;
  font-family: georgia;
  font-size: 14px;
}

.recent-posts a:hover{
  color: #a1cee7;
}

.recent-posts h3{
  margin: 49px 0 0 41px;
  font-family: georgia;
  font-size: 14px;
  font-weight: bold;
  color: #5583a0;
  text-decoration: none;
}

.the-site ul{
  list-style: none;
  .width: 450px;
  position: relative;
}

.the-site ul li{
  .margin-top: -19px;
  position: relative; right: 45px;
}

.the-site a{
  color: #5583a0;
  .line-height: 45px;
  font-family: georgia;
  font-size: 14px;
}

.the-site a:hover{
  color: #a1cee7;
}

.the-site h3{
  margin: -17px 0 0 395px;
  font-family: georgia;
  font-size: 14px;
  font-weight: bold;
  color: #5583a0;
  text-decoration: none;
  position: relative; right: 43px;
}

table{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}


a img {border: 0;}

p{padding: 10px 0 5px;} 

blockquote{
  margin: 10px 0 0;
  border-top: 2px solid #ddd;
  background: #f5f5f5;
}

blockquote p{padding: 10px;}

blockquote blockquote{
  float: none;
  width: auto;
  margin: 10px;
  background: #fff;
}

dd{
  padding: 0 0 0 20px;
}


p img{
  max-width: 100%;
}

img.centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright{
  margin: 3px 0 2px 10px;
  padding: 4px;
  border: 1px solid #ededed;
  display: inline;
}

img.alignleft{
  margin: 3px 10px 2px 0;
  padding: 4px;
  border: 1px solid #ededed;
  display: inline;
}

.alignleft{float:left;}
.alignright{float:right;}
.clear{margin: 0;padding: 0;clear: both;}

small{
  font-size: 11px;
}


</style>


<!--[if IE 7]>  <link rel="stylesheet" type="text/css" media="all" href="files/style_ie.css" /><![endif]-->
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" media="all" href="files/style_ie6.css" /><![endif]-->
</head>
<body>
<div id="wrapper">
  <div class="header">
    <div class="inner">
      <ul class="nav">
        <li><a href="http://www.free-css.com/" class="home" id="link_home">Home</a></li>
        <li><a href="http://www.free-css.com/" class="about" id="link_about">About</a></li>
        <li><a href="http://www.free-css.com/" class="contact" id="link_contact">Contact</a></li>
      </ul>
    </div>
    <h1 class="logo"><a href="http://www.free-css.com/">YourSite - Slogan Here!</a></h1>
    <div class="search">
      <form method="get" id="searchform" action="http://www.free-css.com/">
        <div>
          <input type="text" class="txt" name="s" id="s" value="looking for something?" onfocus="if (this.value == 'looking for something?') {this.value = '';}" onblur="if (this.value == '') {this.value = 'looking for something?';}" />
          <input type="image" src="deskspace-images/search_button.png" class="btn" alt="" value="" />
        </div>
      </form>
    </div>
    <div class="paperclip"></div>
    <div class="paperclip2"></div>
    <div class="paperclip3"></div>
  </div>
  <div id="container">
    <div id="content">
      <div id="content_top">
        <div class="post">
          <h2><a href="http://www.free-css.com/">Puppies mark birth of commercial pet cloning</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Science</a></h1>
          </div>
          <div class="entry-content">
            <p>A U.S. woman received five puppies Tuesday that were cloned from her beloved late pitbull, becoming the inaugural customer of a South Korean company that says it is the world&#8217;s first successful commercial canine cloning service.</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">9 Comments</a></div>
          </div>
        </div>
        <div class="post">
          <h2><a href="http://www.free-css.com/">Ocean &#8216;dead zones&#8217; becoming global problem</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Science</a></h1>
          </div>
          <div class="entry-content">
            <p>Like a chronic disease spreading through the body, &#8220;dead zones&#8221; with too little oxygen for life are expanding in the world&#8217;s oceans.</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">1 Comment</a></div>
          </div>
        </div>
        <div class="post">
          <h2><a href="http://www.free-css.com/">Gulf &#8216;dead zone&#8217; suffocating fish and livelihoods</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Science</a></h1>
          </div>
          <div class="entry-content">
            <p>Fisherman Terry Pizani turns his captain&#8217;s wheel with a mournful expression on his face. Far below, the fishing grounds off the Louisiana coast where the 63-year-old has made a living for five decades have become an aquatic graveyard known as a &#8220;dead zone.&#8221;</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">1 Comment</a></div>
          </div>
        </div>
        <div class="post">
          <h2><a href="http://www.free-css.com/">Study: Organic food not more nutritional</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Science</a></h1>
          </div>
          <div class="entry-content">
            <p>If you&#8217;ve ever found yourself in your local supermarket agonizing about whether the organic apples will be a more nutritional and greener choice than the cheaper non-organic ones, you&#8217;re probably not alone.</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">No Comments</a></div>
          </div>
        </div>
        <div class="post">
          <h2><a href="http://www.free-css.com/">Eco communities: Living the green life</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Science</a></h1>
          </div>
          <div class="entry-content">
            <p>The term &#8220;eco community&#8221; might conjure up an image of bearded hippies tending an allotment before sharing a mung bean stew. But as today&#8217;s urbanites become more concerned about reducing their carbon footprints, some are finding that modern eco communities offer them a way to live sustainably without foregoing their home comforts.</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">No Comments</a></div>
          </div>
        </div>
        <div class="post">
          <h2><a href="http://www.free-css.com/">Arctic ice at second-lowest level ever</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Science</a></h1>
          </div>
          <div class="entry-content">
            <p>New satellite measurements show that crucial sea ice in the Arctic Ocean has plummeted to its second-lowest level on record.</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">No Comments</a></div>
          </div>
        </div>
        <div class="post">
          <h2><a href="http://www.free-css.com/">Oil price up on Russia tensions</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Business</a></h1>
          </div>
          <div class="entry-content">
            <p>Oil prices shot up more than $5 a barrel Thursday, rising to the highest level in over two weeks as escalating tensions with Russia stoked fears of supply disruptions to the West.</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">No Comments</a></div>
          </div>
        </div>
        <div class="post">
          <h2><a href="http://www.free-css.com/">Buffett: U.S. still in recession</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Business</a></h1>
          </div>
          <div class="entry-content">
            <p>Billionaire investor Warren Buffett said Friday the U.S. economy continues to be in a recession, by his definition, and will continue to be for at least several more months.</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">No Comments</a></div>
          </div>
        </div>
        <div class="post">
          <h2><a href="http://www.free-css.com/">Reports: Japan creating $73B stimulus plan</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Business</a></h1>
          </div>
          <div class="entry-content">
            <p>Japan is drawing up an economic stimulus package worth eight trillion yen ($73 billion) to help businesses and consumers cope with soaring fuel and commodity prices, news reports said Saturday.</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">No Comments</a></div>
          </div>
        </div>
        <div class="post">
          <h2><a href="http://www.free-css.com/">Mattel wins $100M in doll suit</a></h2>
          <div class="entry-meta">
            <h1>Posted by FTL on August 28th, 2008 in <a href="http://www.free-css.com/">Business</a>, <a href="http://www.free-css.com/">Entertainment</a></h1>
          </div>
          <div class="entry-content">
            <p>A federal jury awarded Mattel Inc. $100 million in damages after a serious girl fight between the house of Barbie and the maker of her chief rival, the pouty-lipped Bratz dolls.</p>
            <div class="editlink"></div>
            <div class="newscomments"><a href="http://www.free-css.com/">No Comments</a></div>
          </div>
        </div>
        <div class="navigation"><a href="http://www.free-css.com/">Next Page &raquo;</a></div>
      </div>
    </div>
    <div id="sidebar">
      <ul class="categorytext">
        <li class="categories">
          <h2>
            <!-- -->
          </h2>
          <ul>
            <li><a href="http://www.free-css.com/">Business</a> </li>
            <li><a href="http://www.free-css.com/">Entertainment</a> </li>
            <li><a href="http://www.free-css.com/">Science</a> </li>
            <li><a href="http://www.free-css.com/">Technology</a> </li>
            <li><a href="http://www.free-css.com/">World News</a> </li>
          </ul>
        </li>
      </ul>
      <div class="newcomments">
        <ul>
          <li><a href="http://www.free-css.com/">ozan sumer: wonderfull...</a></li>
          <li><a href="http://www.free-css.com/">ildvr: beautiful colors!...</a></li>
          <li><a href="http://www.free-css.com/">ildvr: cooool design!!!</a></li>
          <li><a href="http://www.free-css.com/">Bebe Rebozo: Testing,...</a></li>
          <li><a href="http://www.free-css.com/">Giancarlo: Phasellus...</a></li>
        </ul>
      </div>
      <div class="linkstext">
        <ul>
          <li><a href="http://www.free-css.com/">anything you want</a></li>
          <li><a href="http://www.free-css.com/">can be put right here</a></li>
          <li><a href="http://www.free-css.com/">link to friends</a></li>
          <li><a href="http://www.free-css.com/">or maybe archives</a></li>
          <li><a href="http://www.free-css.com/">whatever You want, bud</a></li>
        </ul>
      </div>
      <ul class="flickr">
        <li><a href="http://www.free-css.com/"><img src="http://farm4.static.flickr.com/3165/2939507011_cf9644dabb_s.jpg" alt="" /></a></li>
        <li><a href="http://www.free-css.com/"><img src="http://farm4.static.flickr.com/3284/2933146420_184a9c27e9_s.jpg" alt="" /></a></li>
      </ul>
    </div>
  </div>
  <div id="footer">
    <div class="recent-posts">
      <h3>Recent Posts</h3>
      <ul>
        <li><a href="http://www.free-css.com/">Puppies mark birth of commercial pet cloning</a></li>
        <li><a href="http://www.free-css.com/">Ocean &#8216;dead zones&#8217; becoming global problem</a></li>
        <li><a href="http://www.free-css.com/">Gulf &#8216;dead zone&#8217; suffocating fish and livelihoods</a></li>
        <li><a href="http://www.free-css.com/">Study: Organic food not more nutritional</a></li>
        <li><a href="http://www.free-css.com/">Eco communities: Living the green life</a></li>
      </ul>
    </div>
    <div class="the-site">
      <h3>The Site</h3>
      <ul>
        <li><a href="http://www.free-css.com/">Privacy Policy</a></li>
        <li><a href="http://www.free-css.com/">Legal Disclaimer</a></li>
        <li><a href="http://www.free-css.com/">(C) Your Site</a></li>
      </ul>
    </div>
    <br />
    <br />
    <hr noshade size=1 />
    <div style="color: #669999;text-decoration: none;font-size:8pt;"><a href="http://www.free-css.com/" style="color: #669999;text-decoration: none;font-size:8pt;">Wordpress Theme</a> designed by DT <a href="http://www.dreamtemplate.com" style="color: #669999;text-decoration: none;font-size:8pt;">Website Templates</a></div>
    <br />
  </div>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.blankspace
2.Blasphemy
3.blended
4.blewwave
5.blootoon
6.blush
7.boardroom
8.BOOM
9.boorish
10.boosting
11.bordered
12.boswell
13.bounderies
14.boxedtype
15.boxes_template
16.boxybox
17.branches
18.breaking_ontop
19.brewedcoffee
20.brightfolio
21.brightsideoflife1.0
22.Broadcaster
23.broadsheet
24.brycesunrise
25.bucolic
26.burgeon
27.buzz
28.BW
29.bwdec2007
30.calliope
31.callofduty2
32.candiiclouds
33.cantya-studio
34.canuckington-post
35.canvass
36.capricious
37.capsicum
38.carbonated
39.carbonizer
40.carlmelon
41.caronline
42.carrera
43.castellated
44.catch_info
45.cattleya
46.center-stage
47.COIL
48.col1
49.col2
50.col3
51.collaboration
52.collectiveblue
53.collegemusic
54.colorus
55.colosseum
56.columna
57.combination
58.ComingSoon
59.commission
60.communication-1.0
61.communication-co
62.communication
63.community-live
64.compiled
65.complete-collection
66.complimentary
67.component
68.compressed
69.compromise
70.compus
71.conceptnova
72.concrete
73.concurrence
74.condition
75.conglomerate
76.conjunction
77.connection
78.connections
79.consulting-co
80.contemplate
81.convergence
82.cookiefusion
83.Copy of modify
84.corporattica
85.Cosmopolitan
86.counterstrike
87.cover
88.coverage
89.coxswain
90.creamburn
91.crisp2
92.criterion
93.crystalblack
94.css-heaven-1
95.cssgallery
96.cssheaven-2
97.cssmajesty
98.cubismo
99.cultivated
100.cultureshock
101.cupofcoffee
102.customary
103.customize
104.cyano
105.cyanspark
106.cyberarray
107.daleri-mega
108.daleri-structure
109.dalmatians
110.danmyaz1
111.dapple
112.david-kruger
113.deardiary
114.decorative
115.deepimpact
116.deerpark
117.dekada
118.delta
119.delzep_enterprise
120.description
121.deserted
122.desertsand
123.design-gallery
124.design-studio
125.design10
126.Design9
127.designersstudio
128.designersworld
129.designgalo
130.designhq
131.designstudio
132.Design_Agency
133.detachable
134.deviation
135.devision
136.dewdrops
137.dezinstudio
138.didactic
139.Did_My_Time
140.differential
141.digitalweb
142.dimension
143.diminishing
144.dirtylicious
145.disambiguation
146.discovery
147.distillate
148.distinctive
149.diversity
150.DJ