[Catalyst-commits] r6964 - in trunk/site/css: . docs

jshirley at dev.catalyst.perl.org jshirley at dev.catalyst.perl.org
Sun Oct 7 19:34:14 GMT 2007


Author: jshirley
Date: 2007-10-07 19:34:13 +0100 (Sun, 07 Oct 2007)
New Revision: 6964

Added:
   trunk/site/css/docs/
   trunk/site/css/docs/manual.css
Log:
Adding docs CSS for the catalyst docs

Added: trunk/site/css/docs/manual.css
===================================================================
--- trunk/site/css/docs/manual.css	                        (rev 0)
+++ trunk/site/css/docs/manual.css	2007-10-07 18:34:13 UTC (rev 6964)
@@ -0,0 +1,38 @@
+.strong { font-weight: bold; }
+.verbatim, .code { white-space: pre; font-family: courier, fixed; }
+
+.manual_navigator {
+    float: right;
+    width: 15em;
+    background: #fff;
+    border: 1px solid #ccc;
+    padding: 0.5ex;
+    font-size: 90%;
+}
+
+.manual_navigator ul {
+    margin: 0; padding: 0;
+}
+
+.manual_navigator li { padding: 0; margin: 0; }
+.manual_navigator li.active { background: #6d84b4; color: white; }
+.manual_navigator li.active a { color: white; }
+
+#crumbtrail {
+    border-bottom: 1px solid #dcdcdc;
+    text-align: center;
+}
+    #crumbtrail .topic_tree { 
+    }
+
+    #crumbtrail .previous_topic {
+        float: left;
+        text-align: left;
+    }
+
+    #crumbtrail .next_topic { 
+        float: right;
+        text-align: right;
+    }
+
+




More information about the Catalyst-commits mailing list