You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/01/05 18:13:39 UTC

svn commit: r731626 - /jackrabbit/site/style/site.css

Author: jukka
Date: Mon Jan  5 09:13:39 2009
New Revision: 731626

URL: http://svn.apache.org/viewvc?rev=731626&view=rev
Log:
site: Added some Confluence CSS formatting

Modified:
    jackrabbit/site/style/site.css

Modified: jackrabbit/site/style/site.css
URL: http://svn.apache.org/viewvc/jackrabbit/site/style/site.css?rev=731626&r1=731625&r2=731626&view=diff
==============================================================================
--- jackrabbit/site/style/site.css (original)
+++ jackrabbit/site/style/site.css Mon Jan  5 09:13:39 2009
@@ -104,6 +104,14 @@
 table.warningMacro
             { background: #ccc;
               border: 2px solid red; }
+
+table.infoMacro
+            { background: #D8E4F1;
+              border: 2px solid #3c78b5; }
+
+table.tipMacro
+            { background: #dfd;
+              border: 2px solid #090; }
 
 table.confluenceTable
             { margin: 1em auto;
@@ -116,6 +124,23 @@
 table.confluenceTable th
             { background: #ccc; 
               text-align: left; }
+
+.code-keyword
+            { color: #000091; }
+
+.code-object
+            { color: #910091; }
+
+.code-quote { color: #009100; }
+
+.code-comment
+            { color: #808080; }
+
+.code-xml .code-keyword
+            { font-weight: bold; }
+
+.code-tag   { color: #000091; }
+
 
 /* FOOTER */