diff --git a/.htaccess b/.htaccess index c5b5c9157..830fcd42d 100644 --- a/.htaccess +++ b/.htaccess @@ -2,6 +2,7 @@ RewriteEngine On # Set the base for the rewritten URLs +# NOTE: When debugging locally, set this to the directory the site is in RewriteBase / ## diff --git a/css/downloads.css b/css/downloads.css index 7fe18ed9d..641ac5c9e 100644 --- a/css/downloads.css +++ b/css/downloads.css @@ -27,3 +27,45 @@ span.daily_provider { font-size: 90; padding-left: 3em; } + +#downloadContainer { + position: relative; + height: 100px; +} + +#downloadButton { + behavior: url(../css/ie-css3.htc); + height: 53px; + float: left; + margin-bottom: 30px; + padding: 15px; + padding-left: 90px; + color: white; + -moz-border-radius: 12px; + -webkit-border-radius: 12px; + border-radius: 12px; + border: 1px solid white; + -webkit-box-shadow: 0 0 10px #222; + -moz-box-shadow: 0 0 10px #222; + box-shadow: 0 0 10px #222; + text-decoration: none; + background: #C84430 url(../images/downloadbg.png) repeat-x; +} + +#downloadButton:hover { + background: #EFC6BE url(../images/downloadbgbright.png) repeat-x; +} + +.downloadText { + font-size: 40px; + line-height: 32px; + letter-spacing: .03em; + padding-bottom: 6px; + display: block; + font-family: "trebuchet MS",Arial,"Sans-Serif"; +} + +#downloadDetails { + padding-left: 3px; + color: white; +} \ No newline at end of file diff --git a/css/ie-css3.htc b/css/ie-css3.htc new file mode 100644 index 000000000..11e0fdab2 --- /dev/null +++ b/css/ie-css3.htc @@ -0,0 +1,243 @@ +--Do not remove this if you are using-- +Original Author: Remiz Rahnas +Original Author URL: http://www.htmlremix.com +Published date: 2008/09/24 + +Changes by Nick Fetchak: +- IE8 standards mode compatibility +- VML elements now positioned behind original box rather than inside of it - should be less prone to breakage +- Added partial support for 'box-shadow' style +- Checks for VML support before doing anything +- Updates VML element size and position via timer and also via window resize event +Published date : 2009/11/19 +http://fetchak.com/ie-css3 + + + + + diff --git a/data/downloads.xml b/data/downloads.xml index 0cfda8844..86270d2ef 100644 --- a/data/downloads.xml +++ b/data/downloads.xml @@ -19,6 +19,7 @@ scummvm-{$release}-win32.exe?download Windows Installer (6.6M Win32 .exe) + Windows catpl-windows.png @@ -78,6 +79,7 @@ scummvm_{$release}-raring.1_amd64.deb?download Ubuntu 13.04 (raring) x86 64bit package (9.9M .deb) + Ubuntu @@ -99,6 +101,7 @@ scummvm-{$release}-macosx.dmg?download Mac OS X Universal Disk Image (18.2M disk image) + Macintosh @@ -292,6 +298,7 @@ scummvm-{$release}-solaris10-x86.pkg.7z?download iSolaris 10 x86, Solaris 11 x86, OpenIndiana binary (24.5M .pkg.7z) + SunOS + + + + + + + +
+ + {/if} {foreach from=$dsection->getSubSections() item=dsubsection}