From 4ea7e8040b81bec2b743349c3199b14a8c1cd5ce Mon Sep 17 00:00:00 2001 From: Bob Remeika Date: Thu, 16 Jun 2011 00:04:33 -0700 Subject: [PATCH] Working on the site --- site/www/index.html | 12 +++- .../resources/images/download-tag-left.png | Bin 1158 -> 1024 bytes .../resources/images/download-tag-right.png | Bin 0 -> 1155 bytes site/www/resources/main.css | 56 +++++++++++++----- 4 files changed, 49 insertions(+), 19 deletions(-) create mode 100644 site/www/resources/images/download-tag-right.png diff --git a/site/www/index.html b/site/www/index.html index 1c0d6f8..e428d3a 100644 --- a/site/www/index.html +++ b/site/www/index.html @@ -18,9 +18,15 @@ About Source -
- Version 0.0.7 Download -
+
+
+ + Version 0.0.7
Updated: Today +
+ + Download +
+
diff --git a/site/www/resources/images/download-tag-left.png b/site/www/resources/images/download-tag-left.png index 113f6089a92b29f86838108adc03adf1e8a6e732..f41dfd74736aefafffc47589230e141d762aa556 100644 GIT binary patch delta 260 zcmZqUY~WDr4DfU3<&xrJU|`_&^l%9R(#$}t!NCM1wEaktaqCU@My^8v zBF_1fers*z`qwRg_ilZG_(BWOa#@!n52xgTe~DWM4f-o0DE delta 395 zcmZqRXya7u4DfU3<&xrJU|`_&^l%AcU|^I0vNbr^fTU{k)2SO3Rhf94O`Xk5T#Q^T z+)NxN-(wP+oWUdo6LbR$_A$Bem^eBa0+pCrxEZ?vRT;np%)kOt%whFbb8njg&Hd%+ z;uunK>&;EiEM`Lihl`gk$fh&t*Y-HPtKTqVi}lh6%2z(w3f#*6sOkCk_pictdyi)5 zRxwSE&HQ7~X&VkVz*IPi)wAl8!jD)DT2HWAbl!;&4P^<-|U(VmmsKHq?U_nk(ju)ze0?U#s4~4VYT8EI7;w!muBvM@n zSpvgkvspS@MMJxj;UbZUrx6SWFe2denMiR1rn57rAOT0UbqndxBt1nX1ACE3;YycV zFsxNs(^(l49vI^)7Q@l3*HR8B%m0QN#wyxDN$|VgzY06)J_|5O;J{v6#TVDH(@SLu zjW$paw9^ot%uTVm3nJ)rL5plmg-BUZb<>NN@Uko!*Mgx1m8U zwJhlQYvJ?it#GycwN&TjGPoGVyVyT2I(LM($8%TL76+?~4@|u6HePGTKfeoq5?>Nh zH0{24w=i?|e*LD{p$7v+8#6pve$}^o^1|ZzHI=7_?p`Wqw)@8pKPkNETxBAI_s&-= zE*!tPuKtaEYyK-Q-hMrMxz%_5)rZfc{>M{n;rEwqVC+U>OF<=kJAOqRGoSf=AI1m6 zJ*nx@PXisLll==dwb!z5&dr>dr|Lg_EC2bEqchLl14VPG7@_z!#Q)FK`wK=&^O)ME zkCCGV*W2pmS|=X;nDDiu-PwVWp6>NSPp=)zZfz&lPVIP>D681){T33jCTY5%efSrD CJ#rNQ literal 0 HcmV?d00001 diff --git a/site/www/resources/main.css b/site/www/resources/main.css index d818384..5b470fe 100644 --- a/site/www/resources/main.css +++ b/site/www/resources/main.css @@ -51,25 +51,49 @@ nav a:hover { } /** Download Tag **/ -#download-tag span { +#download-tag div { background: url(images/download-tag-left.png) no-repeat; - height: 40px; - line-height: 22px; - margin: 0 3px 0 0; - padding: 0 3px 38px 0; - - color: #fff; + line-height: 40px; + height: 40px; } #download-tag { + background: url(images/download-tag-right.png) no-repeat right; position: absolute; - background: url(images/download-tag-cap.png) no-repeat right; - display: block; - top: 89px; - right: 0px; - height: 39px; + top: 89px; right: 0px; + height: 40px; 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 **/ /** Teaser **/ @@ -154,15 +178,15 @@ ul.features li { /** Main content **/ .content.main { margin-top: 30px; - padding: 30px; - border: 3px dotted #728a8b; - background-color: #fff; + margin-bottom: 30px; + padding: 30px; + border: 3px dotted #728a8b; + background-color: #efefef; width: 872px; } .content.main a, .content.main a:visited { - } /** /Main content **/