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 2011/09/13 04:35:40 UTC

svn commit: r1170010 - in /openejb/site/trunk: content/ content/images/ templates/

Author: dblevins
Date: Tue Sep 13 02:35:39 2011
New Revision: 1170010

URL: http://svn.apache.org/viewvc?rev=1170010&view=rev
Log:
cleanup code blocks.  redo gradient

Added:
    openejb/site/trunk/content/images/gradient-002.png   (with props)
    openejb/site/trunk/content/images/gradient-003.png   (with props)
    openejb/site/trunk/content/images/gradient-12VRG.png   (with props)
    openejb/site/trunk/content/images/gradient-2PZGR.png   (with props)
    openejb/site/trunk/content/images/gradient-A949X.png   (with props)
    openejb/site/trunk/content/images/gradient-AK6T6.png   (with props)
    openejb/site/trunk/content/images/gradient-IILCV.png   (with props)
    openejb/site/trunk/content/images/gradient-JZPTP.png   (with props)
    openejb/site/trunk/content/images/gradient-KNWSM.png   (with props)
    openejb/site/trunk/content/images/gradient-QUC5C.png   (with props)
    openejb/site/trunk/content/images/gradient-RSUZK.png   (with props)
    openejb/site/trunk/content/images/gradient-RX5MH.png   (with props)
    openejb/site/trunk/content/images/gradient-UFXJW.png   (with props)
Modified:
    openejb/site/trunk/content/all.css
    openejb/site/trunk/templates/basic.html

Modified: openejb/site/trunk/content/all.css
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/all.css?rev=1170010&r1=1170009&r2=1170010&view=diff
==============================================================================
--- openejb/site/trunk/content/all.css (original)
+++ openejb/site/trunk/content/all.css Tue Sep 13 02:35:39 2011
@@ -58,10 +58,13 @@ img {
     background: #a4a3c2;
     /*background: #aba9d9;*/
     /*background: #b8b6d9;*/
-    background-image:url('/images/gradient-001.png');
-    background-size:150px 2px;
+    /*background-image:url('images/gradient-AK6T6.png');*/
+    background-image:url('images/gradient-QUC5C.png');
+    /*background-image:url('images/gradient-KNWSM.png');*/
+    /*background-image:url('images/gradient-002.png');*/
+    background-size:130px 2px;
     background-repeat: repeat-y;
-    width: 130px;
+    width: 110px;
     padding-left: 20px;
     border-right: 7px solid;
 }
@@ -109,6 +112,10 @@ img {
     width: 40px;
 }
 
+/*.Col3 {*/
+    /*width: 700px;*/
+/*}*/
+
 .Col4 {
     width: 10px;
 }
@@ -489,6 +496,8 @@ table.bodyTable td {
     font-family: Courier;
     margin: 10px;
     line-height: 13px;
+    background-color: #f0f0f0;
+    padding: 3px;
 }
 
 .preformattedHeader {
@@ -498,11 +507,6 @@ table.bodyTable td {
     text-align: center;
 }
 
-.preformattedContent {
-    background-color: #f0f0f0;
-    padding: 3px;
-}
-
 pre {
     padding: 0px;
     margin-top: 5px;
@@ -512,6 +516,24 @@ pre {
     text-align: left;
 }
 
+pre {
+	font-size: 12px;
+	padding: 0;
+	margin: 0;
+	background: #f0f0f0;
+	/*border-left: 1px solid #ccc;*/
+	/*border-bottom: 1px solid #ccc;*/
+	width: 600px;
+	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
+	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
+}
+
+pre code {
+	margin: 0 0 0 15px;  /*--Left Margin--*/
+	padding: 18px 0;
+	display: block;
+}
+
 .source {
     padding: 12px;
     margin: 1em;
@@ -932,3 +954,84 @@ div.Updated div.smalltext {
     padding-top: 2px;
     margin-top: 0px;
 }
+
+.code {
+    font-size: 1em;
+}
+
+#PageContent {
+    width: 100%;
+}
+#list, #aggregate {
+    width: 600px;
+    float: left;
+}
+
+#checkboxes-check {
+    margin-right: 0;
+    float: right;
+    width: 25em;
+    text-align: center;
+}
+
+.spacer {
+    margin: 0px;
+    width: 60em;
+}
+
+#checkboxes-button ul, #checkboxes-check ul, #header ul {
+    list-style-type:none;
+}
+#floatingbar ul li {
+    margin-top: -1.1em;
+}
+#checkboxes-button ul li {
+    float:left;
+}
+
+#floatingbar {
+    overflow: hidden;
+    width: 80%;
+    margin-right: 10%;
+    margin-left: 10%;
+    height: 1.1em;
+    position: absolute;
+    bottom: 0;
+    left: 0;
+    font-family: Arial;
+    font-weight: bold;
+    background-color: #5A5CB8;
+}
+
+#floatingbar ul {
+    list-style-type:none;
+}
+#floatingbar ul li, #header ul li {
+    float:left;
+    color:#666;
+}
+#floatingbar ul li a {
+    text-decoration:none;
+    color:#000;
+    padding-left: 10px;
+    font-size:12px;
+    font-weight:normal;
+    font-family:Arial;
+}
+#floatingbar ul li a:hover {
+    color:#000033;
+}
+
+.button {
+    font-size: 0.9em;
+    width: 20em;
+}
+
+#api-info {
+    margin-top: 1em;
+    margin-left: 3em;
+}
+
+.downloadzip {
+    color: #ccc;
+}

Added: openejb/site/trunk/content/images/gradient-002.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-002.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-002.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-003.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-003.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-003.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-12VRG.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-12VRG.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-12VRG.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-2PZGR.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-2PZGR.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-2PZGR.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-A949X.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-A949X.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-A949X.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-AK6T6.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-AK6T6.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-AK6T6.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-IILCV.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-IILCV.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-IILCV.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-JZPTP.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-JZPTP.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-JZPTP.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-KNWSM.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-KNWSM.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-KNWSM.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-QUC5C.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-QUC5C.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-QUC5C.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-RSUZK.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-RSUZK.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-RSUZK.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-RX5MH.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-RX5MH.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-RX5MH.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openejb/site/trunk/content/images/gradient-UFXJW.png
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/images/gradient-UFXJW.png?rev=1170010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openejb/site/trunk/content/images/gradient-UFXJW.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: openejb/site/trunk/templates/basic.html
URL: http://svn.apache.org/viewvc/openejb/site/trunk/templates/basic.html?rev=1170010&r1=1170009&r2=1170010&view=diff
==============================================================================
--- openejb/site/trunk/templates/basic.html (original)
+++ openejb/site/trunk/templates/basic.html Tue Sep 13 02:35:39 2011
@@ -1,21 +1,21 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <HTML>
-  <HEAD>
-    <!-- $PAGETITLE -->
+  <head>
     <title>{% block title %}{{ headers.title }}{% endblock %}</title>
-    <LINK href="all.css" rel="stylesheet" type="text/css">
+
+    <link href="/all.css" rel="stylesheet" type="text/css">
     <!--[if IE]><link rel="stylesheet" type="text/css" media="screen, projection" href="openejb.apache.org/ie.css"><![endif]-->
 
-    <link href="prettify.css" type="text/css" rel="stylesheet" />
+    <link href="/prettify.css" type="text/css" rel="stylesheet" />
 
     <script src="/javascript/prettify.js" type="text/javascript"></script>
     <script src="/javascript/jquery-latest.js"></script>
     <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
     <script src="/javascript/common.js"></script>
-
-    <LINK rel="SHORTCUT ICON" href="http://openejb.apache.org/images/favicon.ico">
-    <META http-equiv="Content-Type" content="text/html;charset=UTF-8">
-  </HEAD>
+    <script src="/javascript/prettyprint.js"></script>
+    <link rel="SHORTCUT ICON" href="http://openejb.apache.org/images/favicon.ico">
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+  </head>
   <BODY>
 
     <A name="top"></A>
@@ -118,6 +118,12 @@
                 <!-- Google CSE Search Box Ends -->
 
               </TD>
+              <TD>
+                <a id="fb_share_link" name="fb_share" share_url="" type="button_count"></a>
+              </TD>
+              <TD>
+                <a id="tweeter_share_link" href="" class="twitter-share-button">Share on twitter</a>
+              </TD>
             </TR>
           </TABLE>
           <P>