You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2006/11/03 20:18:40 UTC

svn commit: r470958 - /incubator/openejb/trunk/website/html/style.css

Author: dblevins
Date: Fri Nov  3 11:18:39 2006
New Revision: 470958

URL: http://svn.apache.org/viewvc?view=rev&rev=470958
Log:
updated style.css

Modified:
    incubator/openejb/trunk/website/html/style.css

Modified: incubator/openejb/trunk/website/html/style.css
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/website/html/style.css?view=diff&rev=470958&r1=470957&r2=470958
==============================================================================
--- incubator/openejb/trunk/website/html/style.css (original)
+++ incubator/openejb/trunk/website/html/style.css Fri Nov  3 11:18:39 2006
@@ -1,15 +1,27 @@
 body {
-	margin 0;
+    background-color: #fff;
+    font-family: arial, helvetica, sans-serif;
+	margin-left: auto;
+	margin-right: auto;
+	margin-top: auto;
+	margin-bottom: auto;
+	padding: 0px;
 	font-size: 12px;
-        font-family: arial, helvetica, sans-serif;
-        line-height: 16px; color: #222222;
+    line-height: 16px;
+    color: #222222;
 }
 
 div {
   /* line-height: 1.5em; */
 }
 
-.warningMacro {
+.noteMacro { border-style: solid; border-width: 1px; border-color: #F0C000; background-color: #FFFFCE; text-align:left; margin-top: 5px; margin-bottom: 5px}
+.warningMacro { border-style: solid; border-width: 1px; border-color: #c00; background-color: #fcc; text-align:left; margin-top: 5px; margin-bottom: 5px}
+.infoMacro { border-style: solid; border-width: 1px; border-color: #3c78b5; background-color: #D8E4F1; text-align:left; margin-top: 5px; margin-bottom: 5px}
+.tipMacro { border-style: solid; border-width: 1px; border-color: #090; background-color: #dfd; text-align:left; margin-top: 5px; margin-bottom: 5px}
+.informationMacroPadding { padding: 5px 0 0 5px; }
+
+.xwarningMacro {
   background: none #ffe0e0; 
   border: dashed #faa 1px; 
   color: #555;
@@ -341,6 +353,21 @@
   padding-right: 16px;
 }
 
+
+#RightContent {
+  padding: 12px;
+  padding-left: 16px;
+  padding-right: 16px;
+}
+
+#RightContent h3 {
+  color: #cbcbeb;
+  border-bottom: 1px solid #8280d2;
+  border-right: 1px solid #8280d2;
+  background: #7270c2;
+  margin-bottom: .5em;
+}
+
 #contentBox {
 
 }
@@ -487,6 +514,25 @@
   background-color: inherit;
 }
 
+.preformatted {
+        border: 1px dashed #3c78b5;
+    font-size: 11px;
+        font-family: Courier;
+    margin: 10px;
+        line-height: 13px;
+}
+
+.preformattedHeader {
+    background-color: #f0f0f0;
+        border-bottom: 1px dashed #3c78b5;
+    padding: 3px;
+        text-align: center;
+}
+
+.preformattedContent {
+    background-color: #f0f0f0;
+    padding: 3px;
+}
 
 pre {
     padding: 0px;