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
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"
font-family : Ariel, Helvetica, sans-serif;
font-size : 10pt;
margin : 0px;
- color : #666666;
+ color : #333333;
}
a {
- color : #333333;
+ color : #666666;
}
h1 {
font-size : 54pt;
margin : 0px;
line-height : 0.8em;
- background : #2d4b4c;
+ background : #307AA7;
color : #ffffff;
padding-left : 70px;
padding-top : 15px;
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 {
}
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;
}
.content h2 {
font-size : 16pt;
line-height : 1em;
- color : #7f5939;
+ color : #C22E24;
padding : 0px;
margin-bottom : 10px;
background : #ffffff;
.content h3 {
font-size : 12pt;
margin : 0px;
- color : #7f5939;
+ color : #C22E24;
line-height : 1em;
}
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 {