Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Working on the site
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Remeika committed Jun 16, 2011
1 parent e26dc32 commit 4ea7e80
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 19 deletions.
12 changes: 9 additions & 3 deletions site/www/index.html
Expand Up @@ -18,9 +18,15 @@
<a href="">About</a> <a href="">About</a>
<a href="">Source</a> <a href="">Source</a>
</nav> </nav>
<div id="download-tag"><span> <div id="download-tag">
Version 0.0.7 <strong>Download</strong> <div>
</span></div> <span class="version">
Version 0.0.7<br>Updated: Today
</span>
<span class="separator"></span>
<a href="">Download</a>
</div>
</div>
</div> </div>
<div id="header-decoration"></div> <div id="header-decoration"></div>
</header> </header>
Expand Down
Binary file modified site/www/resources/images/download-tag-left.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/www/resources/images/download-tag-right.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 40 additions & 16 deletions site/www/resources/main.css
Expand Up @@ -51,25 +51,49 @@ nav a:hover {
} }


/** Download Tag **/ /** Download Tag **/
#download-tag span { #download-tag div {
background: url(images/download-tag-left.png) no-repeat; background: url(images/download-tag-left.png) no-repeat;
height: 40px; line-height: 40px;
line-height: 22px; height: 40px;
margin: 0 3px 0 0;
padding: 0 3px 38px 0;

color: #fff;
} }


#download-tag { #download-tag {
background: url(images/download-tag-right.png) no-repeat right;
position: absolute; position: absolute;
background: url(images/download-tag-cap.png) no-repeat right; top: 89px; right: 0px;
display: block; height: 40px;
top: 89px;
right: 0px;
height: 39px;
z-index: 100; z-index: 100;
} }

#download-tag div {
color: #fff;
padding: 0 17px;
display: block;
font-size: 16px;
}

#download-tag .version {
float: left;
display: block;
text-align: right;
font-size: 9px;
line-height: 14px;
margin-top: 5px;
}

#download-tag .separator {
border-left: 1px solid #501e18;
border-right: 1px solid #9d6b65;
margin-left: 12px;
margin-right: 12px;
}

#download-tag a {
float: right;
color: #fff;
text-decoration: none;
text-shadow: #000 2px 2px 0px;
}
/** /Download Tag **/ /** /Download Tag **/


/** Teaser **/ /** Teaser **/
Expand Down Expand Up @@ -154,15 +178,15 @@ ul.features li {
/** Main content **/ /** Main content **/
.content.main { .content.main {
margin-top: 30px; margin-top: 30px;
padding: 30px; margin-bottom: 30px;
border: 3px dotted #728a8b; padding: 30px;
background-color: #fff; border: 3px dotted #728a8b;
background-color: #efefef;
width: 872px; width: 872px;
} }


.content.main a, .content.main a,
.content.main a:visited { .content.main a:visited {

} }
/** /Main content **/ /** /Main content **/


Expand Down

0 comments on commit 4ea7e80

Please sign in to comment.