hows them apples
Stevan Little [Thu, 1 Apr 2010 19:25:21 +0000 (15:25 -0400)]
lib/Moose/Website/I18N/po/en.po
lib/Moose/Website/Resource/WebFiles/css/style.css
lib/Moose/Website/Resource/WebFiles/images/bg.gif [new file with mode: 0644]
lib/Moose/Website/Resource/WebFiles/images/header_bg.jpg [new file with mode: 0644]
lib/Moose/Website/Resource/WebFiles/images/header_home_bg.jpg [new file with mode: 0644]

index 4fd2bdd..de44d74 100644 (file)
@@ -34,8 +34,8 @@ msgstr "Presentations"
 
 msgid "home body"
 msgstr ""
-"<p>Moose is a <a href='http://www.perl.com/pub/a/1999/03/pm.html'>postmodern object system</a> 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.</p>"
-"<p>Moose is 100% production ready and in heavy use in a number of systems and growing every day. Try it today!</p>"
+"<p>Moose is a <a target='_blank' href='http://www.perl.com/pub/a/1999/03/pm.html'>postmodern object system</a> 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.</p>"
+"<p>Moose is 100% production ready and in heavy use in a number of systems and growing every day. <a target='_blank' href='http://search.cpan.org/dist/Moose'>Try it today!</a></p>"
 
 # about
 
@@ -76,7 +76,7 @@ msgstr "New to Moose?"
 
 msgid "about new to moose body"
 msgstr ""
-"<p>If you're new to Moose, the best place to start is the <a href='http://search.cpan.org/dist/Moose/lib/Moose/Manual.pm'>Moose::Manual</a> docs, followed by the <a href='http://search.cpan.org/dist/Moose/lib/Moose/Cookbook.pm'>Moose::Cookbook</a>. The intro will show you what Moose is, and how it makes Perl 5 OO better.</p>"
+"<p>If you're new to Moose, the best place to start is the <a target='_blank' href='http://search.cpan.org/dist/Moose/lib/Moose/Manual.pod'>Moose::Manual</a> docs, followed by the <a target='_blank' href='http://search.cpan.org/dist/Moose/lib/Moose/Cookbook.pod'>Moose::Cookbook</a>. The intro will show you what Moose is, and how it makes Perl 5 OO better.</p>"
 "<p>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.</p>"
 
 msgid "about company list header"
index b9d9d17..62e5d24 100644 (file)
@@ -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 (file)
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 (file)
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 (file)
index 0000000..a106b3b
Binary files /dev/null and b/lib/Moose/Website/Resource/WebFiles/images/header_home_bg.jpg differ