From: Stevan Little Date: Thu, 1 Apr 2010 19:25:21 +0000 (-0400) Subject: hows them apples X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-website.git;a=commitdiff_plain;h=e4ac6848f6e23debe757753e72f0e77d95f70a6e hows them apples --- diff --git a/lib/Moose/Website/I18N/po/en.po b/lib/Moose/Website/I18N/po/en.po index 4fd2bdd..de44d74 100644 --- a/lib/Moose/Website/I18N/po/en.po +++ b/lib/Moose/Website/I18N/po/en.po @@ -34,8 +34,8 @@ msgstr "Presentations" msgid "home body" msgstr "" -"

Moose is a postmodern object system for Perl 5 that takes the tedium out of writing object-oriented Perl. It borrows all the best features from Perl 6, CLOS (LISP), Smalltalk, Java, BETA, OCaml, Ruby and more, while still keeping true to its Perl 5 roots.

" -"

Moose is 100% production ready and in heavy use in a number of systems and growing every day. Try it today!

" +"

Moose is a postmodern object system for Perl 5 that takes the tedium out of writing object-oriented Perl. It borrows all the best features from Perl 6, CLOS (LISP), Smalltalk, Java, BETA, OCaml, Ruby and more, while still keeping true to its Perl 5 roots.

" +"

Moose is 100% production ready and in heavy use in a number of systems and growing every day. Try it today!

" # about @@ -76,7 +76,7 @@ msgstr "New to Moose?" msgid "about new to moose body" msgstr "" -"

If you're new to Moose, the best place to start is the Moose::Manual docs, followed by the Moose::Cookbook. The intro will show you what Moose is, and how it makes Perl 5 OO better.

" +"

If you're new to Moose, the best place to start is the Moose::Manual docs, followed by the Moose::Cookbook. The intro will show you what Moose is, and how it makes Perl 5 OO better.

" "

The cookbook recipes on Moose basics will get you up to speed with many of Moose's features quickly. Once you have an idea of what Moose can do, you can use the API documentation to get more detail on features which interest you.

" msgid "about company list header" diff --git a/lib/Moose/Website/Resource/WebFiles/css/style.css b/lib/Moose/Website/Resource/WebFiles/css/style.css index b9d9d17..62e5d24 100644 --- a/lib/Moose/Website/Resource/WebFiles/css/style.css +++ b/lib/Moose/Website/Resource/WebFiles/css/style.css @@ -3,11 +3,11 @@ BODY { font-family : Ariel, Helvetica, sans-serif; font-size : 10pt; margin : 0px; - color : #666666; + color : #333333; } a { - color : #333333; + color : #666666; } h1 { @@ -15,7 +15,7 @@ h1 { font-size : 54pt; margin : 0px; line-height : 0.8em; - background : #2d4b4c; + background : #307AA7; color : #ffffff; padding-left : 70px; padding-top : 15px; @@ -25,32 +25,33 @@ h1 { h1.home { font-size : 110pt; - padding-top : 85px; + padding-top : 80px; padding-left : 62px; letter-spacing : -15px; + background : #ffffff; + background : url('../images/header_bg.jpg') no-repeat; } h2 { font-size : 14pt; margin : 0px; line-height : 1em; - color : #7f5939; - background : #e5cd7d; + color : #ffffff; + background : #307AA7; padding-left : 75px; padding-top : 20px; padding-bottom : 15px; - font-style : oblique; } .home_nav { - border-bottom : 1px dotted #bd9962; - border-top : 10px solid #bd9962; + border-bottom : 1px dotted #C22E24; + border-top : 10px solid #C22E24; } .nav { - border-bottom : 1px dotted #bd9962; - border-top : 10px solid #bd9962; - background : #FFF5CD; + border-bottom : 1px dotted #C22E24; + border-top : 10px solid #C22E24; + background : #F2E6AA; } ul.menu { @@ -69,21 +70,21 @@ ul.menu > li { } ul.menu > li.active { - color : #7f5939; - background : #e5cd7d; + color : #ffffff; + background : #C22E24; } ul.menu > li.inactive { - color : #7f5939; + color : #C22E24; } ul.menu > li a { - color : #7f5939; + color : #C22E24; text-decoration : none; } ul.menu > li a:hover { - color : #7f5939; + color : #C22E24; text-decoration : underline; } @@ -97,7 +98,7 @@ ul.menu > li a:hover { .content h2 { font-size : 16pt; line-height : 1em; - color : #7f5939; + color : #C22E24; padding : 0px; margin-bottom : 10px; background : #ffffff; @@ -106,7 +107,7 @@ ul.menu > li a:hover { .content h3 { font-size : 12pt; margin : 0px; - color : #7f5939; + color : #C22E24; line-height : 1em; } @@ -114,7 +115,7 @@ ul.menu > li a:hover { padding-left : 75px; padding-top : 10px; font-size : 1.2em; - background : -webkit-gradient(linear, 0% 0%, 0% 70%, from(#FFF5CD), to(#ffffff)); + background : url('../images/bg.gif') repeat-x; } .home_content p { diff --git a/lib/Moose/Website/Resource/WebFiles/images/bg.gif b/lib/Moose/Website/Resource/WebFiles/images/bg.gif new file mode 100644 index 0000000..08c7d64 Binary files /dev/null and b/lib/Moose/Website/Resource/WebFiles/images/bg.gif differ diff --git a/lib/Moose/Website/Resource/WebFiles/images/header_bg.jpg b/lib/Moose/Website/Resource/WebFiles/images/header_bg.jpg new file mode 100644 index 0000000..5aee7d1 Binary files /dev/null and b/lib/Moose/Website/Resource/WebFiles/images/header_bg.jpg differ diff --git a/lib/Moose/Website/Resource/WebFiles/images/header_home_bg.jpg b/lib/Moose/Website/Resource/WebFiles/images/header_home_bg.jpg new file mode 100644 index 0000000..a106b3b Binary files /dev/null and b/lib/Moose/Website/Resource/WebFiles/images/header_home_bg.jpg differ