You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2005/08/17 20:22:43 UTC

svn commit: r233233 [2/3] - in /portals/jetspeed-2/trunk/src/webapp/WEB-INF: ./ decorations/layout/html/jetspeed/ decorations/layout/html/jetspeed/css/ decorations/layout/html/jscookmenu/css/ decorations/layout/html/jscookmenu/css/ThemeIE/ decorations/...

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/css/styles.css?rev=233233&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/css/styles.css (added)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/css/styles.css Wed Aug 17 11:22:24 2005
@@ -0,0 +1,693 @@
+/*
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+
+.gray-gradient-noborder .PTitleLeft
+{
+}
+
+.gray-gradient-noborder .PTitle
+{
+    padding: 2px;
+    color: #01375D;
+    
+    background-image: url(content/gray-gradient-noborder/images/grad2gray.png);
+    
+    /**
+    Specify the height of the image used
+    else it will use the text height    
+    **/
+    height:16px;    
+}
+
+.gray-gradient-noborder .PTitleContent
+{
+    font-weight:bold;
+    display: inline;
+    float: left;
+    padding-left: 1em;
+}
+
+.gray-gradient-noborder .PActionBar
+{
+   float: right;
+   display: inline;
+}
+ 
+.gray-gradient-noborder .PTitleRight
+{
+}
+
+.gray-gradient-noborder .PContentLeft
+{
+}
+
+.gray-gradient-noborder .PContent
+{
+    white-space: normal;
+
+}
+
+.gray-gradient-noborder .PContentRight
+{
+}
+
+.gray-gradient-noborder .PBottomLeft
+{
+}
+
+.gray-gradient-noborder .PBottom
+{
+}
+
+.gray-gradient-noborder .PBottomRight
+{
+}
+
+/* font */
+.gray-gradient-noborder .PTitleLeft,
+.gray-gradient-noborder .PTitle,
+.gray-gradient-noborder .PTitleContent,
+.gray-gradient-noborder .PTitleRight,
+.gray-gradient-noborder .PContentLeft,
+.gray-gradient-noborder .PContent,
+.gray-gradient-noborder .PContentRight,
+.gray-gradient-noborder .PBottomLeft,
+.gray-gradient-noborder .PBottom,
+.gray-gradient-noborder .PBottomRight
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.gray-gradient-noborder A:link, 
+.gray-gradient-noborder A:visited {
+    text-decoration: underline;
+}
+
+.gray-gradient-noborder A:hover, 
+.gray-gradient-noborder A:active {
+    text-decoration: underline;
+}
+
+/* font */
+.gray-gradient-noborder A:link,
+.gray-gradient-noborder A:visited,
+.gray-gradient-noborder A:hover,
+.gray-gradient-noborder A:active
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: 12px;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.gray-gradient-noborder .portlet-font {
+    color: black;
+}
+.gray-gradient-noborder .portlet-font-dim {
+    color: gray;
+}
+
+/* font */
+.gray-gradient-noborder .portlet-font,
+.gray-gradient-noborder .portlet-font-dim
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.gray-gradient-noborder .portlet-msg-status {
+    background: url(content/tigris/images/icon_status_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.gray-gradient-noborder .portlet-msg-info {
+    background: url(content/tigris/images/icon_info_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.gray-gradient-noborder .portlet-msg-error {
+    background: url(content/tigris/images/icon_error_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.gray-gradient-noborder .portlet-msg-alert {
+    background: url(content/tigris/images/icon_warning_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.gray-gradient-noborder .portlet-msg-success {
+    background: url(content/tigris/images/icon_success_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+/* font */
+.gray-gradient-noborder .portlet-msg-status,
+.gray-gradient-noborder .portlet-msg-info,
+.gray-gradient-noborder .portlet-msg-error,
+.gray-gradient-noborder .portlet-msg-alert,
+.gray-gradient-noborder .portlet-msg-success
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.gray-gradient-noborder .portlet-section-header {
+    background-image: url(content/tigris/images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #036;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.gray-gradient-noborder .portlet-section-body {
+    background: #efefef;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.gray-gradient-noborder .portlet-section-alternate {
+    background: #ddd;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.gray-gradient-noborder .portlet-section-selected {
+    /* TODO : ex. change color */
+    background: #ffe;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+    font-weight:bold;
+}
+
+.gray-gradient-noborder .portlet-section-subheader {
+    background-image: url(content/tigris/images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #888;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.gray-gradient-noborder .portlet-section-footer {
+    background-repeat: no-repeat;
+    background-position: bottom left;
+    background-color: #ddd;
+    background-image: url(content/tigris/images/sw_med_rond.gif);
+    color: #000;
+    padding: 5px;
+    margin: .67em 2px;
+    margin-top: 0;
+}
+
+.gray-gradient-noborder .portlet-section-text {
+    padding: 1em;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+/* font */
+.gray-gradient-noborder .portlet-section-header,
+.gray-gradient-noborder .portlet-section-body,
+.gray-gradient-noborder .portlet-section-alternate,
+.gray-gradient-noborder .portlet-section-selected,
+.gray-gradient-noborder .portlet-section-subheader,
+.gray-gradient-noborder .portlet-section-footer,
+.gray-gradient-noborder .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.gray-gradient-noborder .portlet-form-label {
+}
+
+.gray-gradient-noborder .portlet-form-input-field {
+}
+
+.gray-gradient-noborder .portlet-form-button {
+}
+
+.gray-gradient-noborder .portlet-icon-label {
+}
+
+.gray-gradient-noborder .portlet-dlg-icon-label {
+}
+
+.gray-gradient-noborder .portlet-form-field-label {
+}
+
+.gray-gradient-noborder .portlet-form-field {
+}
+
+/* font */
+.gray-gradient-noborder .portlet-section-header,
+.gray-gradient-noborder .portlet-section-body,
+.gray-gradient-noborder .portlet-section-alternate,
+.gray-gradient-noborder .portlet-section-selected,
+.gray-gradient-noborder .portlet-section-subheader,
+.gray-gradient-noborder .portlet-section-footer,
+.gray-gradient-noborder .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.gray-gradient-noborder .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.gray-gradient-noborder .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+}
+
+.gray-gradient-noborder .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+}
+
+.gray-gradient-noborder .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+}
+
+.gray-gradient-noborder .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.gray-gradient-noborder .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+}
+
+.gray-gradient-noborder .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.gray-gradient-noborder .portlet-menu-description {
+}
+
+.gray-gradient-noborder .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.gray-gradient-noborder .portlet-menu,
+.gray-gradient-noborder .portlet-menu-item,
+.gray-gradient-noborder .portlet-menu-item-selected,
+.gray-gradient-noborder .portlet-menu-item-hover,
+.gray-gradient-noborder .portlet-menu-item-hover-selected,
+.gray-gradient-noborder .portlet-menu-cascade-item,
+.gray-gradient-noborder .portlet-menu-cascade-item-selected,
+.gray-gradient-noborder .portlet-menu-description,
+.gray-gradient-noborder .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus (arrowfolder style) */
+/* --------------------------------- */
+.gray-gradient-noborder .arrowfolder .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.gray-gradient-noborder .arrowfolder .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+
+}
+
+.gray-gradient-noborder .arrowfolder .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient-noborder .arrowfolder .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient-noborder .arrowfolder .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient-noborder .arrowfolder .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowfolderclosed1_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient-noborder .arrowfolder .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowfolderopen2_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient-noborder .arrowfolder .portlet-menu-description {
+}
+
+.gray-gradient-noborder .arrowfolder .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.gray-gradient-noborder .arrowfolder .portlet-menu,
+.gray-gradient-noborder .arrowfolder .portlet-menu-item,
+.gray-gradient-noborder .arrowfolder .portlet-menu-item-selected,
+.gray-gradient-noborder .arrowfolder .portlet-menu-item-hover,
+.gray-gradient-noborder .arrowfolder .portlet-menu-item-hover-selected,
+.gray-gradient-noborder .arrowfolder .portlet-menu-cascade-item,
+.gray-gradient-noborder .arrowfolder .portlet-menu-cascade-item-selected,
+.gray-gradient-noborder .arrowfolder .portlet-menu-description,
+.gray-gradient-noborder .arrowfolder .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+/* --------------------------------- */
+/* Tree component                    */
+/* --------------------------------- */
+
+.gray-gradient-noborder .tree {
+   lineheight: 18px;
+   font-family: arial, sans-serif;
+}
+
+.gray-gradient-noborder .tree-node {
+   padding: 2px 15px 2px 5px;
+}
+
+.gray-gradient-noborder .tree-node a {
+   text-decoration: none;
+}
+
+.gray-gradient-noborder .tree-node-selected {
+   padding: 2px 15px 2px 5px;
+}
+
+.gray-gradient-noborder .tree-node-selected a {
+   text-decoration: none;
+   font-weight: bold;
+}
+
+/* --------------------------------- */
+/* Portlet Table                     */
+/* --------------------------------- */
+.gray-gradient-noborder th, td, input {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+}
+
+.gray-gradient-noborder table, th, td {
+    vertical-align: top;
+    font-size: small;
+    border: none;
+    /* action buttons shifts right a few millimeters by the following */
+    /*white-space: nowrap;*/
+}
+
+.gray-gradient-noborder .portlet-table-header {
+    background-color: #bbb;
+    border: 0.75px solid #fff;
+    padding: 2px 3px;
+    text-align: left;
+}
+
+.gray-gradient-noborder .portlet-table-footer {
+    font-size: x-small;
+    padding: 5px;
+    margin: .67em 2px;
+    margin-top: 0;
+    background-color: #ddd;
+    background-image: url(../images/sw_med_rond.gif);
+    background-repeat: no-repeat;
+    background-position: bottom left;
+}
+
+
+.gray-gradient-noborder .portlet-table-row1 td {
+    font-size: small;
+    background: #ddd;
+    border-bottom: 1px solid #fff;
+}
+
+.gray-gradient-noborder .portlet-table-row2 td {
+    font-size: small;
+    background: #efefef;
+    border-bottom: 1px solid #fff;
+}
+
+.gray-gradient-noborder .portlet-table-col1 {
+    border-right: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+.gray-gradient-noborder .portlet-table-col2 {
+    border-left: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+/* --------------------------------- */
+/* Portlet Data Scroller Table       */
+/* --------------------------------- */
+
+.gray-gradient-noborder .portlet-scroller-grid td {
+    horizontal-align: center;
+}
+
+.gray-gradient-noborder .portlet-scroller {
+    horizontal-align: center;
+}
+
+.gray-gradient-noborder .portlet-paginator {
+    horizontal-align: center;
+}
+
+/* Custom stuff for UGS added by EDB */
+.gray-gradient-noborder p.corelink
+{
+    margin-top: 0.5em;
+    margin-bottom: 0em;
+    font-size: 12px;
+}
+
+.gray-gradient-noborder p.abstract
+{
+    margin-top: 0em;
+    margin-bottom: 0.5em;
+    font-size: 11px;
+}
+
+.gray-gradient-noborder p.title
+{
+    font-family: Arial, Helvetica, sans-serif; 
+    font-size: 17px; 
+    font-weight: bold; 
+    padding-bottom: 0em; 
+    margin-top: 0em; 
+    margin-bottom: 0em;
+}
+
+.gray-gradient-noborder p.download
+{
+    font-size:12px;
+    margin-top:0.25em;
+    margin-bottom:0em;
+}
+
+.gray-gradient-noborder p.side
+{ 
+    font-size: 12px;
+    margin-left: 0.85em;
+    text-indent: -0.85em;
+    margin-top: 0.25em;
+    margin-bottom:
+    0.25em;
+}
+
+.gray-gradient-noborder img
+{
+    display: inline;
+    margin: 0em;
+}
+
+/** Below are tab styles */
+    .gray-gradient-noborder .tabContainer
+    {
+      background-image: url($home/eds_images/grad1gray.png);     
+      width: 100%;
+     
+    }
+    
+    .gray-gradient-noborder .tabSpacer
+    {
+      border-bottom: thin solid #484848;
+      height: 3px;      
+      width: 100%;
+    }
+    
+    .gray-gradient-noborder A.tab,
+    .gray-gradient-noborder A:LINK.tab,
+    .gray-gradient-noborder A:ACTIVE.tab,
+    .gray-gradient-noborder A:VISITED.tab,
+    .gray-gradient-noborder A:HOVER.tab
+    {
+      color: #02385E;
+      font-size: x-small;
+      text-decoration: none;
+      padding-left: 4px;
+      padding-right: 4px;
+    }
+    
+    .gray-gradient-noborder A.tabActive
+    {
+        background-color: #CCCCCC;
+        border-top: thin solid     #484848;
+        border-left: thin solid #484848;
+        border-right: thin solid #484848;        
+    }
+    
+    .gray-gradient-noborder A.tabInactive
+    {
+      background-image: none;
+      border-bottom: thin solid #484848;
+      border-top: 0 none;
+    }
+    
+    .gray-gradient-noborder A:HOVER.tabInactive
+    {
+      background-image: url($home/eds_images/grad2gray.png);
+      border-top: thin solid #990000;
+    }
+

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/decorator.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/decorator.properties?rev=233233&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/decorator.properties (added)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/decorator.properties Wed Aug 17 11:22:24 2005
@@ -0,0 +1,18 @@
+# Copyright 2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+id=gray-gradient-noborder
+template.type=velocity
+template.extension=.vm
+decorates=portlet

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/images/grad2gray.png
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/images/grad2gray.png?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient-noborder/images/grad2gray.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/css/styles.css?rev=233233&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/css/styles.css (added)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/css/styles.css Wed Aug 17 11:22:24 2005
@@ -0,0 +1,700 @@
+/*
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+.gray-gradient
+{
+}
+
+.gray-gradient .PTitleLeft
+{
+}
+
+.gray-gradient .PTitle
+{
+    padding: 2px;
+    border-left: 1px solid #999999;
+    border-right: 1px solid #999999;
+    border-top: 1px solid #999999;
+    color: #01375D;
+    
+    background-image: url(content/gray-gradient/images/grad2gray.png);
+    
+    /**
+    Specify the height of the image used
+    else it will use the text height    
+    **/
+    height:16px;    
+}
+
+.gray-gradient .PTitleContent
+{
+    font-weight:bold;
+    display: inline;
+    float: left;
+}
+
+.gray-gradient .PActionBar
+{
+   float: right;
+   display: inline;
+}
+ 
+.gray-gradient .PTitleRight
+{
+}
+
+.gray-gradient .PContentLeft
+{
+}
+
+.gray-gradient .PContent
+{
+    white-space: normal;
+    border-left: 1px solid #999999;
+    border-right: 1px solid #999999;
+    border-bottom: 1px solid #999999;
+    padding-left: 1em;
+}
+
+.gray-gradient .PContentRight
+{
+}
+
+.gray-gradient .PBottomLeft
+{
+}
+
+.gray-gradient .PBottom
+{
+}
+
+.gray-gradient .PBottomRight
+{
+}
+
+/* font */
+.gray-gradient .PTitleLeft,
+.gray-gradient .PTitle,
+.gray-gradient .PTitleContent,
+.gray-gradient .PTitleRight,
+.gray-gradient .PContentLeft,
+.gray-gradient .PContent,
+.gray-gradient .PContentRight,
+.gray-gradient .PBottomLeft,
+.gray-gradient .PBottom,
+.gray-gradient .PBottomRight
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.gray-gradient A:link, 
+.gray-gradient A:visited {
+    text-decoration: underline;
+}
+
+.gray-gradient A:hover, 
+.gray-gradient A:active {
+    text-decoration: underline;
+}
+
+/* font */
+.gray-gradient A:link,
+.gray-gradient A:visited,
+.gray-gradient A:hover,
+.gray-gradient A:active
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: 12px;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.gray-gradient .portlet-font {
+    color: black;
+}
+.gray-gradient .portlet-font-dim {
+    color: gray;
+}
+
+/* font */
+.gray-gradient .portlet-font,
+.gray-gradient .portlet-font-dim
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.gray-gradient .portlet-msg-status {
+    background: url(content/tigris/images/icon_status_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.gray-gradient .portlet-msg-info {
+    background: url(content/tigris/images/icon_info_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.gray-gradient .portlet-msg-error {
+    background: url(content/tigris/images/icon_error_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.gray-gradient .portlet-msg-alert {
+    background: url(content/tigris/images/icon_warning_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.gray-gradient .portlet-msg-success {
+    background: url(content/tigris/images/icon_success_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+/* font */
+.gray-gradient .portlet-msg-status,
+.gray-gradient .portlet-msg-info,
+.gray-gradient .portlet-msg-error,
+.gray-gradient .portlet-msg-alert,
+.gray-gradient .portlet-msg-success
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.gray-gradient .portlet-section-header {
+    background-image: url(content/tigris/images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #036;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.gray-gradient .portlet-section-body {
+    background: #efefef;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.gray-gradient .portlet-section-alternate {
+    background: #ddd;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.gray-gradient .portlet-section-selected {
+    /* TODO : ex. change color */
+    background: #ffe;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+    font-weight:bold;
+}
+
+.gray-gradient .portlet-section-subheader {
+    background-image: url(content/tigris/images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #888;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.gray-gradient .portlet-section-footer {
+    background-repeat: no-repeat;
+    background-position: bottom left;
+    background-color: #ddd;
+    background-image: url(content/tigris/images/sw_med_rond.gif);
+    color: #000;
+    padding: 5px;
+    margin: .67em 2px;
+    margin-top: 0;
+}
+
+.gray-gradient .portlet-section-text {
+    padding: 1em;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+/* font */
+.gray-gradient .portlet-section-header,
+.gray-gradient .portlet-section-body,
+.gray-gradient .portlet-section-alternate,
+.gray-gradient .portlet-section-selected,
+.gray-gradient .portlet-section-subheader,
+.gray-gradient .portlet-section-footer,
+.gray-gradient .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.gray-gradient .portlet-form-label {
+}
+
+.gray-gradient .portlet-form-input-field {
+}
+
+.gray-gradient .portlet-form-button {
+}
+
+.gray-gradient .portlet-icon-label {
+}
+
+.gray-gradient .portlet-dlg-icon-label {
+}
+
+.gray-gradient .portlet-form-field-label {
+}
+
+.gray-gradient .portlet-form-field {
+}
+
+/* font */
+.gray-gradient .portlet-section-header,
+.gray-gradient .portlet-section-body,
+.gray-gradient .portlet-section-alternate,
+.gray-gradient .portlet-section-selected,
+.gray-gradient .portlet-section-subheader,
+.gray-gradient .portlet-section-footer,
+.gray-gradient .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.gray-gradient .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.gray-gradient .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+}
+
+.gray-gradient .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+}
+
+.gray-gradient .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+}
+
+.gray-gradient .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.gray-gradient .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+}
+
+.gray-gradient .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.gray-gradient .portlet-menu-description {
+}
+
+.gray-gradient .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.gray-gradient .portlet-menu,
+.gray-gradient .portlet-menu-item,
+.gray-gradient .portlet-menu-item-selected,
+.gray-gradient .portlet-menu-item-hover,
+.gray-gradient .portlet-menu-item-hover-selected,
+.gray-gradient .portlet-menu-cascade-item,
+.gray-gradient .portlet-menu-cascade-item-selected,
+.gray-gradient .portlet-menu-description,
+.gray-gradient .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus (arrowfolder style) */
+/* --------------------------------- */
+.gray-gradient .arrowfolder .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.gray-gradient .arrowfolder .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+
+}
+
+.gray-gradient .arrowfolder .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient .arrowfolder .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient .arrowfolder .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient .arrowfolder .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowfolderclosed1_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient .arrowfolder .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowfolderopen2_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.gray-gradient .arrowfolder .portlet-menu-description {
+}
+
+.gray-gradient .arrowfolder .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.gray-gradient .arrowfolder .portlet-menu,
+.gray-gradient .arrowfolder .portlet-menu-item,
+.gray-gradient .arrowfolder .portlet-menu-item-selected,
+.gray-gradient .arrowfolder .portlet-menu-item-hover,
+.gray-gradient .arrowfolder .portlet-menu-item-hover-selected,
+.gray-gradient .arrowfolder .portlet-menu-cascade-item,
+.gray-gradient .arrowfolder .portlet-menu-cascade-item-selected,
+.gray-gradient .arrowfolder .portlet-menu-description,
+.gray-gradient .arrowfolder .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+/* --------------------------------- */
+/* Tree component                    */
+/* --------------------------------- */
+
+.gray-gradient .tree {
+   lineheight: 18px;
+   font-family: arial, sans-serif;
+}
+
+.gray-gradient .tree-node {
+   padding: 2px 15px 2px 5px;
+}
+
+.gray-gradient .tree-node a {
+   text-decoration: none;
+}
+
+.gray-gradient .tree-node-selected {
+   padding: 2px 15px 2px 5px;
+}
+
+.gray-gradient .tree-node-selected a {
+   text-decoration: none;
+   font-weight: bold;
+}
+
+/* --------------------------------- */
+/* Portlet Table                     */
+/* --------------------------------- */
+.gray-gradient th, td, input {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+}
+
+.gray-gradient table, th, td {
+    vertical-align: top;
+    font-size: small;
+    border: none;
+    /* action buttons shifts right a few millimeters by the following */
+    /*white-space: nowrap;*/
+}
+
+.gray-gradient .portlet-table-header {
+    background-color: #bbb;
+    border: 0.75px solid #fff;
+    padding: 2px 3px;
+    text-align: left;
+}
+
+.gray-gradient .portlet-table-footer {
+    font-size: x-small;
+    padding: 5px;
+    margin: .67em 2px;
+    margin-top: 0;
+    background-color: #ddd;
+    background-image: url(../images/sw_med_rond.gif);
+    background-repeat: no-repeat;
+    background-position: bottom left;
+}
+
+
+.gray-gradient .portlet-table-row1 td {
+    font-size: small;
+    background: #ddd;
+    border-bottom: 1px solid #fff;
+}
+
+.gray-gradient .portlet-table-row2 td {
+    font-size: small;
+    background: #efefef;
+    border-bottom: 1px solid #fff;
+}
+
+.gray-gradient .portlet-table-col1 {
+    border-right: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+.gray-gradient .portlet-table-col2 {
+    border-left: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+/* --------------------------------- */
+/* Portlet Data Scroller Table       */
+/* --------------------------------- */
+
+.gray-gradient .portlet-scroller-grid td {
+    horizontal-align: center;
+}
+
+.gray-gradient .portlet-scroller {
+    horizontal-align: center;
+}
+
+.gray-gradient .portlet-paginator {
+    horizontal-align: center;
+}
+
+/* Custom stuff for UGS added by EDB */
+.gray-gradient p.corelink
+{
+    margin-top: 0.5em;
+    margin-bottom: 0em;
+    font-size: 12px;
+}
+
+.gray-gradient p.abstract
+{
+    margin-top: 0em;
+    margin-bottom: 0.5em;
+    font-size: 11px;
+}
+
+.gray-gradient p.title
+{
+    font-family: Arial, Helvetica, sans-serif; 
+    font-size: 17px; 
+    font-weight: bold; 
+    padding-bottom: 0em; 
+    margin-top: 0em; 
+    margin-bottom: 0em;
+}
+
+.gray-gradient p.download
+{
+    font-size:12px;
+    margin-top:0.25em;
+    margin-bottom:0em;
+}
+
+.gray-gradient p.side
+{ 
+    font-size: 12px;
+    margin-left: 0.85em;
+    text-indent: -0.85em;
+    margin-top: 0.25em;
+    margin-bottom:
+    0.25em;
+}
+
+.gray-gradient img
+{
+    display: inline;
+    margin: 0em;
+}
+
+/** Below are tab styles */
+    .gray-gradient .tabContainer
+    {
+      background-image: url($home/eds_images/grad1gray.png);     
+      width: 100%;
+     
+    }
+    
+    .gray-gradient .tabSpacer
+    {
+      border-bottom: thin solid #484848;
+      height: 3px;      
+      width: 100%;
+    }
+    
+    .gray-gradient A.tab,
+    .gray-gradient A:LINK.tab,
+    .gray-gradient A:ACTIVE.tab,
+    .gray-gradient A:VISITED.tab,
+    .gray-gradient A:HOVER.tab
+    {
+      color: #02385E;
+      font-size: x-small;
+      text-decoration: none;
+      padding-left: 4px;
+      padding-right: 4px;
+    }
+    
+    .gray-gradient A.tabActive
+    {
+        background-color: #CCCCCC;
+        border-top: thin solid     #484848;
+        border-left: thin solid #484848;
+        border-right: thin solid #484848;        
+    }
+    
+    .gray-gradient A.tabInactive
+    {
+      background-image: none;
+      border-bottom: thin solid #484848;
+      border-top: 0 none;
+    }
+    
+    .gray-gradient A:HOVER.tabInactive
+    {
+      background-image: url($home/eds_images/grad2gray.png);
+      border-top: thin solid #990000;
+    }
+

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/decorator.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/decorator.properties?rev=233233&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/decorator.properties (added)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/decorator.properties Wed Aug 17 11:22:24 2005
@@ -0,0 +1,18 @@
+# Copyright 2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+id=gray-gradient
+template.type=velocity
+template.extension=.vm
+decorates=portlet

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/images/grad2gray.png
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/images/grad2gray.png?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/images/grad2gray.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/README.txt
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/README.txt?rev=233233&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/README.txt (added)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/README.txt Wed Aug 17 11:22:24 2005
@@ -0,0 +1,3 @@
+This folder contains default images to be used by your decorations.  You can override
+any of these in your custom decorator by duplicated the image name int the /images
+directory in your decortaion.
\ No newline at end of file

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/close.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/close.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/customize.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/customize.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/customize.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/edit.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/edit.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/help.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/help.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_arrowdoc_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_arrowdoc_sml.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_arrowdoc_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_arrowfolderclosed1_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_arrowfolderclosed1_sml.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_arrowfolderclosed1_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_arrowfolderopen2_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_arrowfolderopen2_sml.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_arrowfolderopen2_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_error_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_error_sml.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_info_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_info_sml.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_success_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_success_sml.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_warning_sml.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/info.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/info.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/info.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/info1.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/info1.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/info1.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/leftnavbg.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/leftnavbg.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/leftnavbg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/maximized.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/maximized.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/minimized.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/minimized.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/nw_maj_rond.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/nw_maj_rond.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/nw_maj_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/print.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/print.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/print.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/restore.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/restore.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/sw_med_rond.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/sw_med_rond.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/sw_med_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/view.gif
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/view.gif?rev=233233&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/css/styles.css?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/css/styles.css (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/css/styles.css Wed Aug 17 11:22:24 2005
@@ -17,80 +17,86 @@
 
 .portlet-Jetspeed .PTitleLeft
 {
-	/**
-	Needs to specify the width of image used
-	otherwise it won't show !
-	**/
-	width:10px;
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
     
-	/** Always use relative path ! **/
-	background:  url(content/jetspeed/images/titleleft.gif);
+    /** Always use relative path ! **/
+    background:  url(content/jetspeed/images/titleleft.gif);
 }
 
 .portlet-Jetspeed .PTitle
 {
-	/**
-	Specify the height of the image used
-	else it will use the text height	
-	**/
-	height:10px;	
-	color:#FFFFFF;
-	font-weight:bold;
-	background:  url(content/jetspeed/images/title.gif);
+    /**
+    Specify the height of the image used
+    else it will use the text height    
+    **/
+    height:10px;    
+    color:#FFFFFF;
+    font-weight:bold;
+    background:  url(content/jetspeed/images/title.gif);
+}
+
+.portlet-Jetspeed .PActionBar
+{
+   float: right;
+   display: inline;
 }
  
 .portlet-Jetspeed .PTitleRight
 {
-	/**
-	Needs to specify the width of image used
-	otherwise it won't show !
-	**/
-	width:10px;
-	background:  url(content/jetspeed/images/titleright.gif);
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    background:  url(content/jetspeed/images/titleright.gif);
 }
 
 .portlet-Jetspeed .PContentLeft
 {
-	width:10px;
-	background: url(content/jetspeed/images/contentleft.gif);
-	height : 100%;
+    width:10px;
+    background: url(content/jetspeed/images/contentleft.gif);
+    height : 100%;
 
 }
 
 .portlet-Jetspeed .PContent
 {
-	overflow : scroll;
+    overflow : scroll;
 
 }
 
 .portlet-Jetspeed .PContentRight
 {
-	width:10px;
-	background:  url(content/jetspeed/images/contentright.gif);
-	height : 100%;
+    width:10px;
+    background:  url(content/jetspeed/images/contentright.gif);
+    height : 100%;
 
 }
 
 .portlet-Jetspeed .PBottomLeft
 {
-	width:10px;
-	background:  url(content/jetspeed/images/bottomleft.gif);
+    width:10px;
+    background:  url(content/jetspeed/images/bottomleft.gif);
 }
 
 .portlet-Jetspeed .PBottom
 {
-	/**
-	Specify the height of the image used
-	else it won't appear
-	**/
-	height:13px;
-	background:  url(content/jetspeed/images/bottom.gif);
+    /**
+    Specify the height of the image used
+    else it won't appear
+    **/
+    height:13px;
+    background:  url(content/jetspeed/images/bottom.gif);
 }
 
 .portlet-Jetspeed .PBottomRight
 {
-	width:10px;
-	background:  url(content/jetspeed/images/bottomright.gif);
+    width:10px;
+    background:  url(content/jetspeed/images/bottomright.gif);
 }
 
 

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/metal/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/metal/css/styles.css?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/metal/css/styles.css (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/metal/css/styles.css Wed Aug 17 11:22:24 2005
@@ -16,83 +16,83 @@
 
 
 /**
-	Metal Skin that uses the cascading capability of CSS
+    Metal Skin that uses the cascading capability of CSS
 **/
 
 .portlet-Metal .PTitleLeft
 {
-	/**
-	Needs to specify the width of image used
-	otherwise it won't show !
-	**/
-	width:10px;
-	
-	/** Always use relative path ! **/
-	background:  url(content/metal/images/titleleft.gif);
-	
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    
+    /** Always use relative path ! **/
+    background:  url(content/metal/images/titleleft.gif);
+    
 }
 
 .portlet-Metal .PTitle
 {
-	/**Specify the height of the image usedelse it will use the text height**/
-	height:16px;
-	color:#FFFFFF;
-	background: url(content/metal/images/title.gif);
-	font-family : monospace;
-	font-weight:bold;
-	font-size:12pt;
+    /**Specify the height of the image usedelse it will use the text height**/
+    height:16px;
+    color:#FFFFFF;
+    background: url(content/metal/images/title.gif);
+    font-family : monospace;
+    font-weight:bold;
+    font-size:12pt;
 }
  
 .portlet-Metal .PTitleRight
 {
-	/**
-	Needs to specify the width of image used
-	otherwise it won't show !
-	**/
-	width:10px;
-	background:  url(content/metal/images/titleright.gif);
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    background:  url(content/metal/images/titleright.gif);
 }
 
 .portlet-Metal .PContentLeft
 {
-	width:10px;
-	background:  url(content/metal/images/contentleft.gif);
-	height : 100%;
-	
+    width:10px;
+    background:  url(content/metal/images/contentleft.gif);
+    height : 100%;
+    
 }
 
 .portlet-Metal .PContent
 {
-	padding-left:5px;
+    padding-left:5px;
     background-color:#717171;
 }
 
 .portlet-Metal .PContentRight
 {
-	width:10px;
-	background:  url(content/metal/images/contentright.gif);
+    width:10px;
+    background:  url(content/metal/images/contentright.gif);
 }
 
 .portlet-Metal .PBottomLeft
 {
-	width:10px;
-	background:  url(content/metal/images/bottomleft.gif);
+    width:10px;
+    background:  url(content/metal/images/bottomleft.gif);
 }
 
 .portlet-Metal .PBottom
 {
-	/**
-	Specify the height of the image used
-	else it won't appear
-	**/
-	height:13px;
-	background:  url(content/metal/images/bottom.gif);
+    /**
+    Specify the height of the image used
+    else it won't appear
+    **/
+    height:13px;
+    background:  url(content/metal/images/bottom.gif);
 }
 
 .portlet-Metal .PBottomRight
 {
-	width:10px;
-	background:  url(content/metal/images/bottomright.gif);
+    width:10px;
+    background:  url(content/metal/images/bottomright.gif);
 }
 
 

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/css/styles.css?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/css/styles.css (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/css/styles.css Wed Aug 17 11:22:24 2005
@@ -17,77 +17,77 @@
 
 .portlet-MintyBlue .PTitleLeft
 {
-	/**
-	Needs to specify the width of image used
-	otherwise it won't show !
-	**/
-	width:10px;
-	
-	/** Always use relative path ! **/
-	background:  url(content/minty-blue/images/titleleft.gif);
-	
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    
+    /** Always use relative path ! **/
+    background:  url(content/minty-blue/images/titleleft.gif);
+    
 }
 
 .portlet-MintyBlue .PTitle
 {
-	/**Specify the height of the image usedelse it will use the text height**/
-	height:16px;
-	color:#FFFFFF;
-	background: url(content/minty-blue/images/title.gif);
-	font-family : monospace;
-	font-weight:bold;
-	font-size:12pt;
+    /**Specify the height of the image usedelse it will use the text height**/
+    height:16px;
+    color:#FFFFFF;
+    background: url(content/minty-blue/images/title.gif);
+    font-family : monospace;
+    font-weight:bold;
+    font-size:12pt;
 }
  
 .portlet-MintyBlue .PTitleRight
 {
-	/**
-	Needs to specify the width of image used
-	otherwise it won't show !
-	**/
-	width:10px;
-	background:  url(content/minty-blue/images/titleright.gif);
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    background:  url(content/minty-blue/images/titleright.gif);
 }
 
 .portlet-MintyBlue .PContentLeft
 {
-	width:10px;
-	background:  url(content/minty-blue/images/contentleft.gif);
-	height : 100%;
-	
+    width:10px;
+    background:  url(content/minty-blue/images/contentleft.gif);
+    height : 100%;
+    
 }
 
 .portlet-MintyBlue .PContent
 {
-	padding-left:5px;
+    padding-left:5px;
 }
 
 .portlet-MintyBlue .PContentRight
 {
-	width:10px;
-	background:  url(content/minty-blue/images/contentright.gif);
+    width:10px;
+    background:  url(content/minty-blue/images/contentright.gif);
 }
 
 .portlet-MintyBlue .PBottomLeft
 {
-	width:10px;
-	background:  url(content/minty-blue/images/bottomleft.gif);
+    width:10px;
+    background:  url(content/minty-blue/images/bottomleft.gif);
 }
 
 .portlet-MintyBlue .PBottom
 {
-	/**
-	Specify the height of the image used
-	else it won't appear
-	**/
-	height:13px;
-	background:  url(content/minty-blue/images/bottom.gif);
+    /**
+    Specify the height of the image used
+    else it won't appear
+    **/
+    height:13px;
+    background:  url(content/minty-blue/images/bottom.gif);
 }
 
 .portlet-MintyBlue .PBottomRight
 {
-	width:10px;
-	background:  url(content/minty-blue/images/bottomright.gif);
+    width:10px;
+    background:  url(content/minty-blue/images/bottomright.gif);
 }
 
 

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/css/styles.css?rev=233233&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/css/styles.css (added)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/css/styles.css Wed Aug 17 11:22:24 2005
@@ -0,0 +1,585 @@
+/*
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+
+
+.portlet-pretty-single-portlet .PTitle 
+{
+	display: none;
+}
+
+
+.portlet-pretty-single-portlet .PContent
+{    
+
+    font-size: small;
+}
+
+
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-pretty-single-portlet A:link, 
+.portlet-pretty-single-portlet A:visited {
+    text-decoration: underline;
+}
+
+.portlet-pretty-single-portlet A:hover, 
+.portlet-pretty-single-portlet A:active {
+    text-decoration: underline;
+}
+
+/* font */
+.portlet-pretty-single-portlet A:link,
+.portlet-pretty-single-portlet A:visited,
+.portlet-pretty-single-portlet A:hover,
+.portlet-pretty-single-portlet A:active
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: 12px;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-pretty-single-portlet .portlet-font {
+    color: black;
+}
+.portlet-pretty-single-portlet .portlet-font-dim {
+    color: gray;
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-font,
+.portlet-pretty-single-portlet .portlet-font-dim
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .portlet-msg-status {
+    background: url(content/tigris/images/icon_status_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-pretty-single-portlet .portlet-msg-info {
+    background: url(content/tigris/images/icon_info_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-pretty-single-portlet .portlet-msg-error {
+    background: url(content/tigris/images/icon_error_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-pretty-single-portlet .portlet-msg-alert {
+    background: url(content/tigris/images/icon_warning_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-pretty-single-portlet .portlet-msg-success {
+    background: url(content/tigris/images/icon_success_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-msg-status,
+.portlet-pretty-single-portlet .portlet-msg-info,
+.portlet-pretty-single-portlet .portlet-msg-error,
+.portlet-pretty-single-portlet .portlet-msg-alert,
+.portlet-pretty-single-portlet .portlet-msg-success
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .portlet-section-header {
+    background-image: url(content/tigris/images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #036;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.portlet-pretty-single-portlet .portlet-section-body {
+    background: #efefef;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.portlet-pretty-single-portlet .portlet-section-alternate {
+    background: #ddd;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.portlet-pretty-single-portlet .portlet-section-selected {
+    /* TODO : ex. change color */
+    background: #ffe;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+    font-weight:bold;
+}
+
+.portlet-pretty-single-portlet .portlet-section-subheader {
+    background-image: url(content/tigris/images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #888;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.portlet-pretty-single-portlet .portlet-section-footer {
+    background-repeat: no-repeat;
+    background-position: bottom left;
+    background-color: #ddd;
+    background-image: url(content/tigris/images/sw_med_rond.gif);
+    color: #000;
+    padding: 5px;
+    margin: .67em 2px;
+    margin-top: 0;
+}
+
+.portlet-pretty-single-portlet .portlet-section-text {
+    padding: 1em;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-section-header,
+.portlet-pretty-single-portlet .portlet-section-body,
+.portlet-pretty-single-portlet .portlet-section-alternate,
+.portlet-pretty-single-portlet .portlet-section-selected,
+.portlet-pretty-single-portlet .portlet-section-subheader,
+.portlet-pretty-single-portlet .portlet-section-footer,
+.portlet-pretty-single-portlet .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .portlet-form-label {
+}
+
+.portlet-pretty-single-portlet .portlet-form-input-field {
+}
+
+.portlet-pretty-single-portlet .portlet-form-button {
+}
+
+.portlet-pretty-single-portlet .portlet-icon-label {
+}
+
+.portlet-pretty-single-portlet .portlet-dlg-icon-label {
+}
+
+.portlet-pretty-single-portlet .portlet-form-field-label {
+}
+
+.portlet-pretty-single-portlet .portlet-form-field {
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-section-header,
+.portlet-pretty-single-portlet .portlet-section-body,
+.portlet-pretty-single-portlet .portlet-section-alternate,
+.portlet-pretty-single-portlet .portlet-section-selected,
+.portlet-pretty-single-portlet .portlet-section-subheader,
+.portlet-pretty-single-portlet .portlet-section-footer,
+.portlet-pretty-single-portlet .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.portlet-pretty-single-portlet .portlet-menu-description {
+}
+
+.portlet-pretty-single-portlet .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.portlet-pretty-single-portlet .portlet-menu,
+.portlet-pretty-single-portlet .portlet-menu-item,
+.portlet-pretty-single-portlet .portlet-menu-item-selected,
+.portlet-pretty-single-portlet .portlet-menu-item-hover,
+.portlet-pretty-single-portlet .portlet-menu-item-hover-selected,
+.portlet-pretty-single-portlet .portlet-menu-cascade-item,
+.portlet-pretty-single-portlet .portlet-menu-cascade-item-selected,
+.portlet-pretty-single-portlet .portlet-menu-description,
+.portlet-pretty-single-portlet .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus (arrowfolder style) */
+/* --------------------------------- */
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowfolderclosed1_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowfolderopen2_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-description {
+}
+
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-selected,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-hover,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-item-hover-selected,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-cascade-item,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-cascade-item-selected,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-description,
+.portlet-pretty-single-portlet .arrowfolder .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+/* --------------------------------- */
+/* Tree component                    */
+/* --------------------------------- */
+
+.portlet-pretty-single-portlet .tree {
+   lineheight: 18px;
+   font-family: arial, sans-serif;
+}
+
+.portlet-pretty-single-portlet .tree-node {
+   padding: 2px 15px 2px 5px;
+}
+
+.portlet-pretty-single-portlet .tree-node a {
+   text-decoration: none;
+}
+
+.portlet-pretty-single-portlet .tree-node-selected {
+   padding: 2px 15px 2px 5px;
+}
+
+.portlet-pretty-single-portlet .tree-node-selected a {
+   text-decoration: none;
+   font-weight: bold;
+}
+
+/* --------------------------------- */
+/* Portlet Table                     */
+/* --------------------------------- */
+.portlet-pretty-single-portlet th, td, input {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+}
+
+.portlet-pretty-single-portlet table, 
+.portlet-pretty-single-portlet th, 
+.portlet-pretty-single-portlet td {
+    vertical-align: top;
+    font-size: 10pt;    
+    border: none;
+    white-space: normal;
+    /* action buttons shifts right a few millimeters by the following */
+}
+
+.portlet-pretty-single-portlet th
+{
+   font-size: 12pt;  
+}
+
+.portlet-pretty-single-portlet .portlet-table-header {
+    background-color: #bbb;
+    border: 0.75px solid #fff;
+    padding: 2px 3px;
+    text-align: left;
+}
+
+.portlet-pretty-single-portlet .portlet-table-footer {
+    font-size: x-small;
+    padding: 5px;
+    margin: .67em 2px;
+    margin-top: 0;
+    background-color: #ddd;
+    background-image: url(../images/sw_med_rond.gif);
+    background-repeat: no-repeat;
+    background-position: bottom left;
+}
+
+
+.portlet-pretty-single-portlet .portlet-table-row1 td {
+    font-size: small;
+    background: #ddd;
+    border-bottom: 1px solid #fff;
+}
+
+.portlet-pretty-single-portlet .portlet-table-row2 td {
+    font-size: small;
+    background: #efefef;
+    border-bottom: 1px solid #fff;
+}
+
+.portlet-pretty-single-portlet .portlet-table-col1 {
+    border-right: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+.portlet-pretty-single-portlet .portlet-table-col2 {
+    border-left: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+/* --------------------------------- */
+/* Portlet Data Scroller Table       */
+/* --------------------------------- */
+
+.portlet-pretty-single-portlet .portlet-scroller-grid td {
+    horizontal-align: center;
+}
+
+.portlet-pretty-single-portlet .portlet-scroller {
+    horizontal-align: center;
+}
+
+.portlet-pretty-single-portlet .portlet-paginator {
+    horizontal-align: center;
+}
+
+/* Custom stuff for UGS added by EDB */
+.portlet-pretty-single-portlet p.corelink
+{
+    margin-top: 0.5em;
+    margin-bottom: 0em;
+    font-size: 12px;
+}
+
+.portlet-pretty-single-portlet p.abstract
+{
+    margin-top: 0em;
+    margin-bottom: 0.5em;
+    font-size: 11px;
+}
+
+.portlet-pretty-single-portlet p.title
+{
+    font-family: Arial, Helvetica, sans-serif; 
+    font-size: 17px; 
+    font-weight: bold; 
+    padding-bottom: 0em; 
+    margin-top: 0em; 
+    margin-bottom: 0em;
+}
+
+.portlet-pretty-single-portlet p.download
+{
+    font-size:12px;
+    margin-top:0.25em;
+    margin-bottom:0em;
+}
+
+.portlet-pretty-single-portlet p.side
+{ 
+    font-size: 12px;
+    margin-left: 0.85em;
+    text-indent: -0.85em;
+    margin-top: 0.25em;
+    margin-bottom:
+    0.25em;
+}
+
+.portlet-pretty-single-portlet img
+{
+    display: inline;
+    margin: 0em;
+}
+

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/decorator.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/decorator.properties?rev=233233&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/decorator.properties (added)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/decorator.properties Wed Aug 17 11:22:24 2005
@@ -0,0 +1,18 @@
+# Copyright 2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+id=portlet-pretty-single-portlet
+template.type=velocity
+template.extension=.vm
+decorates=portlet

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/pretty-single-portlet/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/tigris/decorator.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/tigris/decorator.properties?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/tigris/decorator.properties (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/tigris/decorator.properties Wed Aug 17 11:22:24 2005
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-id=tigris
+id=portlet-tigris
 template.type=velocity
 template.extension=.vm
 decorates=portlet

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/jetspeed_macros.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/jetspeed_macros.vm?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/jetspeed_macros.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/jetspeed_macros.vm Wed Aug 17 11:22:24 2005
@@ -7,7 +7,7 @@
 
 #* Adds link for all style sheets required by the layout and portlet decorations *#
 #macro (includeHeaderResource)
- <script>
+ <script type="text/javascript">
     function openWindow(pipeline)
     {	
       var vWinUsers = window.open(pipeline, 'PortletSelector', 'status=no,resizable=yes,width=500,height=600,scrollbars=yes');

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/css-demo.psml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/css-demo.psml?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/css-demo.psml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/css-demo.psml Wed Aug 17 11:22:24 2005
@@ -14,11 +14,11 @@
   <defaults
      skin="orange"
      layout-decorator="tigris"
-     portlet-decorator="tigris"
+     portlet-decorator="blue-gradient"
   />
   <title>CSS Demo</title>
   <fragment id="css-2" type="layout" name="jetspeed-layouts::VelocityTwoColumns">
-    <fragment id="css-1" type="portlet" name="demo::CSSDemoPortlet" decorator="tigris">
+    <fragment id="css-1" type="portlet" name="demo::CSSDemoPortlet" >
       <property layout="TwoColumns" name="row" value="0" />
       <property layout="TwoColumns" name="column" value="0" />
     </fragment>

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/default-page.psml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/default-page.psml?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/default-page.psml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/default-page.psml Wed Aug 17 11:22:24 2005
@@ -42,7 +42,7 @@
       <property layout="TwoColumns" name="row" value="1" />
       <property layout="TwoColumns" name="column" value="1" />
     </fragment>
-    <fragment id="dp-9" type="portlet" name="demo::IFramePortlet">
+    <fragment id="dp-9" type="portlet" name="demo::IFramePortlet" decorator="gray-gradient-noborder">
       <property layout="TwoColumns" name="row" value="2" />
       <property layout="TwoColumns" name="column" value="0" />
     </fragment>

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/jpetstore.psml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/jpetstore.psml?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/jpetstore.psml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/jpetstore.psml Wed Aug 17 11:22:24 2005
@@ -14,10 +14,10 @@
   <defaults
      skin="orange"
      layout-decorator="tigris"
-     portlet-decorator="tigris"
+     portlet-decorator="pretty-single-portlet"
   />
   <title>JPetstore</title>
-  <metadata name="title" xml:lang="ja">ペットストア</metadata>
+    <metadata name="title" xml:lang="ja">ペットストア</metadata>
   <metadata name="short-title" xml:lang="es">JPetstore</metadata>
   <metadata name="title" xml:lang="es">Demo: tienda de animales</metadata>
   <metadata name="title" xml:lang="hu">Kisállatkereskedés (JPetstore)</metadata>

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/rss.psml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/rss.psml?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/rss.psml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/rss.psml Wed Aug 17 11:22:24 2005
@@ -14,7 +14,7 @@
   <defaults
      skin="orange"
      layout-decorator="tigris"
-     portlet-decorator="tigris"
+     portlet-decorator="gray-gradient"
   />
   <title>RSS Demo</title>
   <metadata name="title" xml:lang="ja">RSS デモ</metadata>

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/struts-demo.psml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/struts-demo.psml?rev=233233&r1=233232&r2=233233&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/struts-demo.psml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/struts-demo.psml Wed Aug 17 11:22:24 2005
@@ -14,21 +14,21 @@
   <defaults
      skin="orange"
      layout-decorator="tigris"
-     portlet-decorator="tigris"
+     portlet-decorator="pretty-single-portlet"
   />
-  <title>Struts MailReader Demo</title>
-  <fragment id="sd-1" type="layout" name="jetspeed-layouts::VelocityTwoColumns">
-    <fragment id="15" type="portlet" name="struts-demo::StrutsPortletDemo">
-      <property layout="TwoColumns" name="row" value="0" />
-      <property layout="TwoColumns" name="column" value="0" />
-    </fragment>
+
+   <title>MailReader Demo</title>
+   <metadata name="title" xml:lang="ja">Struts メールリーダーデモ</metadata>
+   <metadata name="title" xml:lang="es">Demo Lector de Correo Struts</metadata>
+   <metadata name="short-title" xml:lang="es">Demo Struts</metadata>
+   <metadata name="title" xml:lang="hu">Struts levelező</metadata>
+
+  <fragment id="sd-1" type="layout" name="jetspeed-layouts::VelocityOneColumn">
+    <fragment id="15" type="portlet" name="struts-demo::StrutsPortletDemo"/>
   </fragment>
-  <metadata name="title" xml:lang="ja">Struts メールリーダーデモ</metadata>
-  <metadata name="title" xml:lang="es">Demo Lector de Correo Struts</metadata>
-  <metadata name="short-title" xml:lang="es">Demo Struts</metadata>
-  <metadata name="title" xml:lang="hu">Struts levelező</metadata>
 
   <security-constraints>
-    <security-constraints-ref>users</security-constraints-ref>
+    <security-constraints-ref>public-view</security-constraints-ref>
   </security-constraints>
-</page>
+
+</page>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org