|
|
Author: allison
Date: Fri Jan 23 21:06:26 2009
New Revision: 35940
Added:
trunk/docs/resources/parrot.css
trunk/docs/resources/parrot_logo.png (contents, props changed)
Modified:
trunk/docs/resources/favicon.ico
Log:
[doc] Add and update resources for 'make html' target.
Modified: trunk/docs/resources/favicon.ico
==============================================================================
Binary files. No diff available.
Added: trunk/docs/resources/parrot.css
==============================================================================
--- (empty file)
+++ trunk/docs/resources/parrot.css Fri Jan 23 21:06:26 2009
@@ -0,0 +1,103 @@
+html {
+ background: #7C98C9;
+}
+
+body {
+ margin: 0;
+ padding: 0;
+}
+
+p {
+ margin-top: 5px;
+ margin-bottom: 5px;
+}
+
+h1, h2, h3, h4, h4 {
+ padding-bottom: 5px;
+ margin: 15px 0;
+}
+
+body {
+ line-height: 135%;
+ font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
+ color: #1D2D45;
+ font-size: 13px;
+}
+
+h1 {
+ font-size: 150%;
+}
+
+h2 {
+ font-size: 130%;
+}
+
+h3 {
+ font-size: 120%;
+}
+
+h4 {
+ font-size: 110%;
+}
+
+a:link,
+a:visited {
+ color: #819D26;
+ text-decoration: none;
+}
+
+div#bottom a:link,
+div#bottom a:visited {
+ color: #58a;
+}
+
+a:hover {
+
+ text-decoration: underline;
+}
+
+
+div#wrapper {
+ margin: 0 auto;
+ width: 868px;
+ padding-top: 18px;
+}
+
+div#header {
+ background: #EEEEEE;
+ padding: 5px;
+ height: 80px;
+}
+
+img#logo {
+ margin-left: 30px;
+ padding-top: 5px;
+ width: 261px;
+ height: 70px;
+}
+
+div#divider {
+ background: #80A902;
+ padding: 2px;
+}
+
+
+div#mainbody {
+ background: #fff;
+ padding-top: 15px;
+ padding-bottom: 20px;
+ padding-left: 30px;
+ padding-right: 30px;
+}
+
+div#footer {
+ background: #121A28;
+ text-align: center;
+ padding-top: 1px;
+ padding-bottom: 10px;
+}
+
+
+#breadcrumb {
+ font-weight: bold;
+}
Added: trunk/docs/resources/parrot_logo.png
==============================================================================
Binary file. No diff available.
|
|