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 ta...@apache.org on 2009/09/02 02:43:13 UTC

svn commit: r810322 [9/10] - in /portals/jetspeed-2/portal/attic/decorators: layout/ layout/blueocean/ layout/blueocean/css/ layout/blueocean/images/ layout/blueocean/images/desktop/ layout/blueocean/images/desktop/loading/ layout/blueocean/images/desk...

Added: portals/jetspeed-2/portal/attic/decorators/portlet/greengrass/images/view.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/greengrass/images/view.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/greengrass/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/css/styles.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/css/styles.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/metal/css/styles.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/metal/css/styles.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,254 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+*/
+
+
+/**
+    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(../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(../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(../images/titleright.gif);
+}
+
+.portlet-Metal .PContentLeft
+{
+    width:10px;
+    background:  url(../images/contentleft.gif);
+    height : 100%;
+    
+}
+
+.portlet-Metal .PContent
+{
+    padding-left:5px;
+    background-color:#717171;
+}
+
+.portlet-Metal .PContentRight
+{
+    width:10px;
+    background:  url(../images/contentright.gif);
+}
+
+.portlet-Metal .PBottomLeft
+{
+    width:10px;
+    background:  url(../images/bottomleft.gif);
+}
+
+.portlet-Metal .PBottom
+{
+    /**
+    Specify the height of the image used
+    else it won't appear
+    **/
+    height:13px;
+    background:  url(../images/bottom.gif);
+}
+
+.portlet-Metal .PBottomRight
+{
+    width:10px;
+    background:  url(../images/bottomright.gif);
+}
+
+
+/* --------------------------------- */
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-Metal A:link, 
+.portlet-Metal A:visited {
+    color:#0000FF;
+    text-decoration: none;
+}
+
+.portlet-Metal A:hover, 
+.portlet-Metal A:active {
+    color:#CC0033;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-Metal .portlet-font {
+    color: black;
+}
+.portlet-Metal .portlet-font-dim {
+    color:#F0F8FF;
+}
+
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-Metal .portlet-msg-status {
+    font-style:italic;
+    font-family: courier, serif;
+}
+.portlet-Metal .portlet-msg-info {
+    font-weight:bold;
+}
+.portlet-Metal .portlet-msg-error {
+    color:#CC0033;
+    font-weight:bold;
+}
+.portlet-Metal .portlet-msg-alert {
+    color:#CCCC00;
+    font-weight:bold;
+    font-style:italic;
+}
+.portlet-Metal .portlet-msg-success {
+    color:#00CC33;
+    font-weight:bold;
+}
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-Metal .portlet-section-header {
+    background-color: #C0C0C0;
+    font-weight:bold;
+}
+.portlet-Metal .portlet-section-body {
+    background-color: white;
+    text-align:left;
+}
+.portlet-Metal .portlet-section-alternate {
+    color: black;
+    background-color:#666633;
+    text-align:left;
+}
+.portlet-Metal .portlet-section-selected {
+    background-color: #000000;
+    color: #FF0000;
+    font-weight:bold;
+    text-align:left;
+}
+.portlet-Metal .portlet-section-subheader {
+    background-color: #C0C0C0;
+    font-weight:bold;
+    font-style:italic;
+}
+.portlet-Metal .portlet-section-footer {
+    background-color: #C0C0C0;
+    text-align:center;
+}
+.portlet-Metal .portlet-section-text {
+    text-decoration:underline;
+}
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-Metal .portlet-form-label {
+    font-weight:bold;
+}
+.portlet-Metal .portlet-form-input-field {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-Metal .portlet-form-button {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-Metal .portlet-icon-label {
+    /* XXX */
+}
+.portlet-Metal .portlet-dlg-icon-label {
+    /* XXX */
+}
+.portlet-Metal .portlet-form-field-label {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-Metal .portlet-form-field {
+    background-color:transparent;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-Metal .portlet-menu {
+    background-color: #C0C0C0;
+}
+.portlet-Metal .portlet-menu-item {
+    background-color: #C0C0C0;
+}
+.portlet-Metal .portlet-menu-item-selected {
+    background-color:#CCCC00;
+}
+
+.portlet-Metal .portlet-menu-item-hover {
+    background-color: #000000;
+    color: #FF0000;    
+}
+.portlet-Metal .portlet-menu-item-hover-selected {
+    background-color:#000000;
+    color:#0000FF;
+}
+.portlet-Metal .portlet-menu-cascade-item {
+    background-color:#666633;
+    color:black;
+    text-decoration:none;
+}
+.portlet-Metal .portlet-menu-cascade-item-selected {
+    background-color:#CCCC00;
+}
+.portlet-Metal .portlet-menu-description {
+    background-color: #C0C0C0;
+}
+.portlet-Metal .portlet-menu-caption {
+    /* XXX */
+}
+

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/css/styles.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.properties?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.properties (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.properties Wed Sep  2 00:42:59 2009
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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=metal
+template.type=velocity
+template.extension=.vm
+decorates=portlet
+base.css.class=portlet-Metal
\ No newline at end of file

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.vm?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.vm (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.vm Wed Sep  2 00:42:59 2009
@@ -0,0 +1,90 @@
+#*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+*#
+
+
+#set($decoration = $f.decoration)
+#set($actions = $decoration.actions)
+
+<!--  $decoration.template -->
+
+<div id="portlet-${f.id}" class="#BaseCSSClass($decoration)" >
+<table border="0" cellpadding="0" cellspacing="0" width="100%" >
+##
+## Portlet Title Bar
+##
+#set ($cspan = 2)
+
+  <tr>
+    <td class="PTitleLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+
+    <td align="left" valign="middle" class="PTitle" >
+       $!jetspeed.getTitle($f)
+    </td>
+    <td align="right" valign="middle" class="PTitle" >
+      <table border="0" cellpadding="0" cellspacing="0" >
+      <tr>       
+
+      <td align="right" valign="middle" class="PTitle" >
+         #PortletActionBar($decoration)
+      <td/>
+      
+      </tr>  
+      </table>
+    </td>
+    
+    <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+  </tr>
+
+
+##
+## Portlet Content
+##
+ #if (!$jetspeed.isHidden($f) || $jetspeed.WindowState != "minimized")
+  <tr>
+    <td  nowrap="nowrap" class="PContentLeft" >&nbsp;</td>
+    
+    <td class="PContent" colspan="2">
+       $f.renderedContent
+    </td>   
+    
+    <td class="PContentRight"  ><div class="PContentRight" >&nbsp;</div></td>
+   
+  </tr>
+#end
+
+
+##
+## Portlet Bottom
+##
+  <tr>
+    <td class="PBottomLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+    <td class="PBottom" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+    <td class="PBottom" style="font-size:1pt;" nowrap="true">&nbsp;</td>        
+    <td class="PBottomRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+  </tr>
+</table>
+</div>
+
+<!--  $decoration.template -->
+
+
+
+
+
+
+
+

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/decorator.vm
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/bottom.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/bottom.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/bottomleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/bottomleft.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/bottomleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/bottomright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/bottomright.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/bottomright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/contentleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/contentleft.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/contentleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/contentright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/contentright.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/contentright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/edit.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/edit.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/help.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/help.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/maximized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/maximized.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/minimized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/minimized.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/restore.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/restore.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/title.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/title.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/title.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/titleleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/titleleft.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/titleleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/titleright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/titleright.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/titleright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/view.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/view.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/metal/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/css/styles.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/css/styles.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/css/styles.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/css/styles.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,254 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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-MintyBlue .PTitleLeft
+{
+    /**
+    Needs to specify the width of image used
+    otherwise it won't show !
+    **/
+    width:10px;
+    
+    /** Always use relative path ! **/
+    background:  url(../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(../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(../images/titleright.gif);
+}
+
+.portlet-MintyBlue .PContentLeft
+{
+    width:10px;
+    background:  url(../images/contentleft.gif);
+    height : 100%;
+    
+}
+
+.portlet-MintyBlue .PContent
+{
+    padding-left:5px;
+}
+
+.portlet-MintyBlue .PContentRight
+{
+    width:10px;
+    background:  url(../images/contentright.gif);
+}
+
+.portlet-MintyBlue .PBottomLeft
+{
+    width:10px;
+    background:  url(../images/bottomleft.gif);
+}
+
+.portlet-MintyBlue .PBottom
+{
+    /**
+    Specify the height of the image used
+    else it won't appear
+    **/
+    height:13px;
+    background:  url(../images/bottom.gif);
+}
+
+.portlet-MintyBlue .PBottomRight
+{
+    width:10px;
+    background:  url(../images/bottomright.gif);
+}
+
+
+
+/* --------------------------------- */
+
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-MintyBlue A:link, 
+.portlet-MintyBlue A:visited {
+    text-decoration: none;
+}
+
+.portlet-MintyBlue A:hover, 
+.portlet-MintyBlue A:active {
+    text-decoration: underline;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-MintyBlue .portlet-font {
+ color: black;
+}
+.portlet-MintyBlue .portlet-font-dim {
+ color: gray;
+}
+
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-MintyBlue .portlet-msg-status {
+    font-style:italic;
+    font-family: courier, serif;
+}
+.portlet-MintyBlue .portlet-msg-info {
+}
+.portlet-MintyBlue .portlet-msg-error {
+    color:#FF0000;
+}
+.portlet-MintyBlue .portlet-msg-alert {
+    color:#CCCC00;
+    font-style:italic;
+}
+.portlet-MintyBlue .portlet-msg-success {
+    color:#00CC33;
+}
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-MintyBlue .portlet-section-header {
+    font-weight:bold;
+    background-color:#0000CC;
+    color:yellow;
+    padding:2px;
+}
+.portlet-MintyBlue .portlet-section-body {
+    background-color:#66FF66;
+    text-align:left;
+}
+.portlet-MintyBlue .portlet-section-alternate {
+    background-color:#C0C0C0;
+    text-align:left;
+}
+.portlet-MintyBlue .portlet-section-selected {
+    background-color:#0000CC;
+    color:white;
+    font-weight:bold;
+    text-align:left;
+}
+.portlet-MintyBlue .portlet-section-subheader {
+    background-color:#0066CC;
+    color:white;
+    font-weight:bold;
+    font-style:italic;
+    padding:1px;
+}
+.portlet-MintyBlue .portlet-section-footer {
+    background-color:#0066CC;
+    color:white;
+    font-family: courier, serif;
+    text-align:center;
+}
+.portlet-MintyBlue .portlet-section-text {
+    text-decoration:underline;
+}
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-MintyBlue .portlet-form-label {
+    font-weight:bold;
+}
+.portlet-MintyBlue .portlet-form-input-field {
+    font-family: arial, "lucida console", sans-serif;
+    background-color:#66CCFF;
+}
+.portlet-MintyBlue .portlet-form-button {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-MintyBlue .portlet-icon-label {
+    /* XXX */
+}
+.portlet-MintyBlue .portlet-dlg-icon-label {
+    /* XXX */
+}
+.portlet-MintyBlue .portlet-form-field-label {
+    font-family: arial, "lucida console", sans-serif;
+}
+.portlet-MintyBlue .portlet-form-field {
+    background-color:transparent;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-MintyBlue .portlet-menu {
+    background-color:#00CC66;
+}
+.portlet-MintyBlue .portlet-menu-item {
+    background-color:#00CC66;
+}
+.portlet-MintyBlue .portlet-menu-item-selected {
+    background-color:#0000CC;
+    color:white;
+}
+
+.portlet-MintyBlue .portlet-menu-item-hover {
+    background-color:#003366;
+    color:#FFFFFF;
+}
+.portlet-MintyBlue .portlet-menu-item-hover-selected {
+    background-color:#003366;
+    color:#FFFFFF;
+}
+.portlet-MintyBlue .portlet-menu-cascade-item {
+    background-color:#00CC66;
+    color:black;
+    text-decoration:none;
+}
+.portlet-MintyBlue .portlet-menu-cascade-item-selected {
+    background-color:#0000CC;
+    color:white;
+}
+.portlet-MintyBlue .portlet-menu-description {
+    background-color:#F0F8FF;
+}
+.portlet-MintyBlue .portlet-menu-caption {
+    /* XXX */
+}
+

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/css/styles.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.properties?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.properties (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.properties Wed Sep  2 00:42:59 2009
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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=minty-blue
+template.type=velocity
+template.extension=.vm
+decorates=portlet
+base.css.class=portlet-MintyBlue
\ No newline at end of file

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.vm?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.vm (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.vm Wed Sep  2 00:42:59 2009
@@ -0,0 +1,86 @@
+#*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+*#
+
+#set($decoration = $f.decoration)
+#set($actions = $decoration.actions)
+
+<!--  $decoration.template -->
+
+<div id="portlet-${myF.id}" class="portlet-MintyBlue" >
+<table border="0" cellpadding="0" cellspacing="0" width="100%" >
+##
+## Portlet Title Bar
+##
+#set ($cspan = 2)
+
+  <tr>
+    <td class="PTitleLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+
+    <td align="left" valign="middle" class="PTitle" >
+       $!jetspeed.getTitle($f)
+    </td>
+    <td align="right" valign="middle" class="PTitle" >
+      <table border="0" cellpadding="0" cellspacing="0" >
+      <tr>
+        <td align="right" valign="middle" class="PTitle" >
+          #PortletActionBar($decoration)
+        <td/>
+      </tr>  
+      </table>
+    </td>
+    
+    <td class="PTitleRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+  </tr>
+
+##
+## Portlet Content
+##
+#if (!$jetspeed.isHidden($f) || $jetspeed.WindowState != "minimized")
+  <tr>
+    <td nowrap="nowrap" class="PContentLeft" >&nbsp;</td>
+    
+    <td class="PContent" colspan="2">
+       $f.renderedContent
+    </td>   
+    
+    <td class="PContentRight"  ><div class="PContentRight" >&nbsp;</div></td>
+   
+  </tr>
+#end
+
+
+##
+## Portlet Bottom
+##
+  <tr>
+    <td class="PBottomLeft" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+    <td class="PBottom" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+    <td class="PBottom" style="font-size:1pt;" nowrap="true">&nbsp;</td>    
+    <td class="PBottomRight" style="font-size:1pt;" nowrap="true">&nbsp;</td>
+  </tr>
+</table>
+</div>
+
+<!--  $decoration.template -->
+
+
+
+
+
+
+
+

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/decorator.vm
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/bottom.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/bottom.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/bottomleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/bottomleft.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/bottomleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/bottomright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/bottomright.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/bottomright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/close.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/close.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/contentleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/contentleft.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/contentleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/contentright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/contentright.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/contentright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/customize.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/customize.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/customize.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/edit.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/edit.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/help.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/help.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/info.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/info.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/info.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/info1.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/info1.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/info1.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/leftnavbg.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/leftnavbg.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/leftnavbg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/maximized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/maximized.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/minimized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/minimized.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/print.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/print.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/print.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/restore.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/restore.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/title.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/title.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/title.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/titleleft.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/titleleft.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/titleleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/titleright.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/titleright.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/titleright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/view.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/view.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/minty-blue/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/css/styles.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/css/styles.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/css/styles.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/css/styles.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,90 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+*/
+
+.pretty-single-portlet
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+.pretty-single-portlet .PTitle
+{
+	display: none;
+}
+
+
+.pretty-single-portlet .PContentBorder
+{
+}
+
+.pretty-single-portlet .PContent
+{
+    font-size: small;
+    border: none;
+}
+
+
+/* Custom stuff for UGS added by EDB */
+.pretty-single-portlet p.corelink
+{
+    margin-top: 0.5em;
+    margin-bottom: 0em;
+    font-size: 12px;
+}
+
+.pretty-single-portlet p.abstract
+{
+    margin-top: 0em;
+    margin-bottom: 0.5em;
+    font-size: 11px;
+}
+
+.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;
+}
+
+.pretty-single-portlet p.download
+{
+    font-size:12px;
+    margin-top:0.25em;
+    margin-bottom:0em;
+}
+
+.pretty-single-portlet p.side
+{ 
+    font-size: 12px;
+    margin-left: 0.85em;
+    text-indent: -0.85em;
+    margin-top: 0.25em;
+    margin-bottom:
+    0.25em;
+}
+
+.pretty-single-portlet img
+{
+    display: inline;
+    margin: 0em;
+}
+

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/css/styles.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/decorator.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/decorator.properties?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/decorator.properties (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/decorator.properties Wed Sep  2 00:42:59 2009
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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=pretty-single-portlet
+template.type=velocity
+template.extension=.vm
+decorates=portlet

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/pretty-single-portlet/decorator.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/css/styles.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/css/styles.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/css/styles.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/css/styles.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,426 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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-simple
+{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  voice-family: inherit;
+  font-size: x-small;
+}
+
+.portlet-simple .PTitle
+{
+padding: 2px;
+border: 1px solid #999999;
+color: #990000;
+background-color: #dddddd;
+}
+
+.portlet-simple .PTitleContent
+{
+margin-top:3px;
+margin-left:3px;
+margin-right:3px;
+margin-bottom:0px;
+background-color: #dddddd;
+border: 1px solid #999999;
+font-weight:bold;
+}
+ 
+.portlet-simple .PContent
+{
+margin-top:0px;
+margin-left:3px;
+margin-right:3px;
+margin-bottom:3px;
+padding:3px;
+border: 1px solid #999999;
+}
+
+/* font */
+.portlet-simple .PTitle,
+.portlet-simple .PTitleContent,
+.portlet-simple .PContent,
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .noborder{
+border:0px;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-simple A:link, 
+.portlet-simple A:visited {
+text-decoration: none;
+}
+
+.portlet-simple A:hover, 
+.portlet-simple A:active {
+text-decoration: underline;
+}
+
+/* font */
+.portlet-simple A:link,
+.portlet-simple A:visited,
+.portlet-simple A:hover,
+.portlet-simple A:active
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-simple .portlet-font {
+color: black;
+}
+.portlet-simple .portlet-font-dim {
+color: gray;
+}
+
+/* font */
+.portlet-simple .portlet-font,
+.portlet-simple .portlet-font-dim
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-simple .portlet-msg-status,
+.portlet-simple .portlet-msg-info {
+background: url(../images/icon_info_sml.gif);
+background-repeat: no-repeat;
+padding-left: 20px;
+min-height: 15px;
+}
+
+.portlet-simple .portlet-msg-error {
+background: url(../images/icon_error_sml.gif);
+background-repeat: no-repeat;
+padding-left: 20px;
+min-height: 15px;
+}
+
+.portlet-simple .portlet-msg-alert {
+background: url(../images/icon_warning_sml.gif);
+background-repeat: no-repeat;
+padding-left: 20px;
+min-height: 15px;
+}
+
+.portlet-simple .portlet-msg-success {
+background: url(../images/icon_success_sml.gif);
+background-repeat: no-repeat;
+padding-left: 20px;
+min-height: 15px;
+}
+
+/* font */
+.portlet-simple .portlet-msg-status,
+.portlet-simple .portlet-msg-info,
+.portlet-simple .portlet-msg-error,
+.portlet-simple .portlet-msg-alert,
+.portlet-simple .portlet-msg-success
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-simple .portlet-section-header {
+background-image: url(../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-simple .portlet-section-body {
+background: #efefef;
+border: none;
+padding: 2px 3px;
+text-align: left;
+vertical-align: top;
+text-align: left;
+}
+
+.portlet-simple .portlet-section-alternate {
+background: #ddd;
+border: none;
+padding: 2px 3px;
+text-align: left;
+vertical-align: top;
+text-align: left;
+}
+
+.portlet-simple .portlet-section-selected {
+background: #ffe;
+border: none;
+padding: 2px 3px;
+text-align: left;
+vertical-align: top;
+text-align: left;
+font-weight:bold;
+}
+
+.portlet-simple .portlet-section-subheader {
+background-image: url(../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-simple .portlet-section-footer {
+background-repeat: no-repeat;
+background-position: bottom left;
+background-color: #ddd;
+background-image: url(../images/sw_med_rond.gif);
+color: #000;
+padding: 5px;
+margin: .67em 2px;
+margin-top: 0;
+}
+
+.portlet-simple .portlet-section-text {
+padding: 1em;
+padding-bottom: .3em;
+padding-left: 1em;
+}
+
+/* font */
+.portlet-simple .portlet-section-header,
+.portlet-simple .portlet-section-body,
+.portlet-simple .portlet-section-alternate,
+.portlet-simple .portlet-section-selected,
+.portlet-simple .portlet-section-subheader,
+.portlet-simple .portlet-section-footer,
+.portlet-simple .portlet-section-text
+{
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-simple .portlet-form-label {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-form-input-field {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-form-button {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-icon-label {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-dlg-icon-label {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-form-field-label {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+.portlet-simple .portlet-form-field {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+voice-family: inherit;
+font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-simple .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-simple .portlet-menu-item {
+text-decoration: none;
+color: blue;
+}
+
+.portlet-simple .portlet-menu-item-selected {
+text-decoration: none;
+color: #555 !important;
+}
+
+.portlet-simple .portlet-menu-item-hover {
+text-decoration: none;
+color: #f30 !important;
+}
+
+.portlet-simple .portlet-menu-item-hover-selected {
+text-decoration: none;
+color: #555 !important;
+font-weight: bold;
+}
+
+.portlet-simple .portlet-menu-cascade-item {
+text-decoration: none;
+margin-top: .3em;
+padding-bottom: 0;
+color: blue;
+}
+
+.portlet-simple .portlet-menu-cascade-item-selected {
+text-decoration: none;
+color: #555 !important;
+font-weight: bold;
+}
+
+.portlet-simple .portlet-menu-description {
+}
+
+.portlet-simple .portlet-menu-caption {
+border-bottom: 1px solid #666;
+border-right: 1px solid #666;
+background: #ddd;
+color: #555;
+padding: 4px;
+}
+
+
+
+/* --------------------------------- */
+/* WSRP (10.6.5 Tables)              */
+/* --------------------------------- */
+.portlet-simple .portlet-table-header,
+.portlet-simple .portlet-table-body,
+.portlet-simple .portlet-table-alternate,
+.portlet-simple .portlet-table-selected,
+.portlet-simple .portlet-table-subheader,
+.portlet-simple .portlet-table-footer,
+.portlet-simple .portlet-table-text,
+.portlet-simple th,
+.portlet-simple td,
+.portlet-simple input {
+font-family: Verdana, Helvetica, Arial, sans-serif;
+font-size: small;
+}
+
+.portlet-simple table,
+.portlet-simple th,
+.portlet-simple td {
+vertical-align: top;
+border: none;
+}
+
+.portlet-simple .portlet-table-header {
+background-color: #bbb;
+border: 0.75px solid #fff;
+padding: 2px 3px;
+text-align: left;
+}
+
+.portlet-simple .portlet-table-subheader {
+background-color: #ccc;
+border: 0.75px solid #fff;
+padding: 2px 3px;
+text-align: left;
+}
+
+.portlet-simple .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-simple .portlet-table-body,
+.portlet-simple .portlet-table-body td {
+font-size: small;
+background: #ddd;
+border-bottom: 1px solid #fff;
+}
+
+## Others
+
+.portlet-simple .portlet-table-alternate,
+.portlet-simple .portlet-table-alternate td {
+font-size: small;
+background: #efefef;
+border-bottom: 1px solid #fff;
+}
+
+.portlet-simple .portlet-table-selected,
+.portlet-simple .portlet-table-selected td {
+font-size: small;
+background: #ffe;
+border-bottom: 1px solid #fff;
+}
+
+

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/css/styles.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.properties?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.properties (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.properties Wed Sep  2 00:42:59 2009
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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=simple
+template.type=velocity
+template.extension=.vm
+decorates=portlet

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.vm?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.vm (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.vm Wed Sep  2 00:42:59 2009
@@ -0,0 +1,49 @@
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You 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.
+#set($myPage = $jetspeed.page)
+#set($myF = $jetspeed.currentFragment)
+#set($actions = $myF.decoration.actions)
+## Begin portlet/html/simple/decorator.vm
+<div id="${myF.id}" class="portlet-simple">
+##
+## Portlet Title Bar
+##
+<div class="PTitleContent">$!jetspeed.getTitle($myF)
+#foreach ($action in $actions)
+<a href="${action.Action}" title="${action.Name}"><img src="${action.Link}" alt="${action.Alt}" class="noborder"/></a>
+#end
+</div>
+##
+## Portlet Content
+##
+#if ($jetspeed.errors)
+#set($portletErrors = $jetspeed.errors)
+#end ## if ($jetspeed.errors)
+#if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")
+<div class="PContent">	
+#if($portletErrors && $portletErrors.size() > 0)
+The following errors ocurred:<br />
+#foreach($errorMsg in $portletErrors)
+<p class="portlet-msg-error">$errorMsg</p>
+#end ## foreach($errorMsg in $portletErrors)
+#end ## if($portletErrors && $portletErrors.size() > 0)
+$myF.renderedContent
+</div>   
+#end ## if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")
+##
+## Portlet Bottom
+##
+</div>
+## portlet/html/simple/decorator.vm 

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/decorator.vm
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/close.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/close.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/customize.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/customize.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/customize.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/edit.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/edit.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/edit.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/help.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/help.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_error_sml.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_info_sml.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_success_sml.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_warning_sml.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/info.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/info.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/info.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/info1.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/info1.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/info1.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/leftnavbg.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/leftnavbg.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/leftnavbg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/maximized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/maximized.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/maximized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/minimized.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/minimized.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/minimized.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/nw_maj_rond.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/nw_maj_rond.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/nw_maj_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/print.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/print.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/print.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/restore.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/restore.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/restore.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/sw_med_rond.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/sw_med_rond.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/sw_med_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/view.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/view.gif?rev=810322&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/simple/xhtml-basic/images/view.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/PortletDefContainer.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/PortletDefContainer.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/PortletDefContainer.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/PortletDefContainer.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,125 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+*/
+
+.portletSelectorFloatingPane {
+	/* essential css */
+	position: relative;
+	overflow: hidden;		/* dojo says 'visible' with this explanation "so drop shadow is displayed"" */
+                            /* we says 'hidden' cause IE likes to kindly expand div to fit content otherwise */
+	z-index: 5;
+	-moz-box-sizing: border-box;
+	-khtml-box-sizing: border-box;
+	
+	/* styling css */
+	border: 1px solid;
+	border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
+	background-color: ThreeDFace;
+
+    width: 100%;
+}
+
+.portletSelectorTitleBar {
+	/* essential css */
+	z-index: 2;
+
+	/* styling css */
+	vertical-align: middle;
+	font: small-caption;
+	cursor: default;
+    line-height: 1.4em;
+
+    background: #98FB98;    /* palegreen */ 
+	color: #4682B4;  /* steelblue */
+
+    height: 22px;
+}
+
+.portletSelectorTitleBarIcon {
+    /* essential css */
+    float: left;
+
+    /* styling css */
+    margin-top: 3px;
+    margin-left: 2px;
+    margin-right: 3px;
+    height: 16px;
+	width: 16px;
+    /* height: 22px; */
+    /* vertical-align: middle; */
+}
+
+.portletSelectorTitleText {
+    padding: 2px 4px 2px 2px;
+    float: left;
+    color: #4682B4;  /* steelblue */
+}
+
+.portletSelectorTitleBarMinimizeIcon {
+	background-image: url(../images/desktop/minimize.gif);
+}
+.portletSelectorTitleBarMaximizeIcon {
+	background-image: url(../images/desktop/maximize.gif);
+}
+.portletSelectorTitleBarRestoreIcon {
+	background-image: url(../images/desktop/restore.gif);
+}
+.portletSelectorTitleBarCloseIcon {
+	background-image: url(../images/desktop/close.gif);
+}
+
+.portletSelectorTitleBarControlIcon {
+	vertical-align: middle;
+	height: 22px;
+	width: 22px;
+	float: right;
+    background-repeat: no-repeat;
+    background-position: center center;
+}
+
+.portletSelectorFloatingPaneClient {
+	position: relative;
+	z-index: 10;
+	border: 1px solid;
+	border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
+	margin: 2px;
+	background-color: ThreeDFace;
+	padding: 8px;
+	font-family: Verdana, Helvetica, Garamond, sans-serif;
+	font-size: 12px;
+	overflow: auto;
+}
+
+/* height for resize bar is specified in var resizeBarHeight */
+.portletSelectorFloatingPaneResizebar {
+	z-index: 10;
+	background-color: ThreeDFace;
+    
+    height: 13px;
+}
+.portletSelectorResizeHandle {
+	float: right;
+	position: absolute;
+	right: 2px;
+	bottom: 2px;
+	width: 13px;
+	height: 13px;
+	z-index: 20;
+	cursor: nw-resize;
+	background-image: url(../images/desktop/resizeHandle.gif);
+    background-repeat: no-repeat;
+	line-height: 0px;
+}

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/PortletDefContainer.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/PortletDefContainer.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/desktop.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/desktop.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/desktop.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/desktop.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,60 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+*/
+
+/* since IE6 doesn't support chained class selectors, we create a separate class
+   for the combination of .portletWindow and the portlet decorator name
+   if not for IE6, the next selector would be: ".tigris.portletWindow" instead of ".portletWindow-tigris"
+*/
+.portletWindow-tigris {
+    margin: 2px !important;
+}
+
+.tigris .portletWindowClient {
+    margin: 2px !important;
+}
+
+.tigris .portletWindowTitleBar {
+    background: #98FB98;    /* palegreen */ 
+}
+
+.tigris .portletWindowTitleText {
+	color: #4682B4;  /* steelblue */
+}
+
+.tigris .portletWindowActionButton {
+	height: 11px;
+	width: 11px;
+}
+
+.tigris .portletWindowTitleBarIcon {
+    margin-top: 3px;
+    margin-left: 2px;
+    margin-right: 3px;   /* these margin settings are restated from desktop/widget/PortletWindow.css - to override the .tigris img styles in this file */
+}
+
+
+/*  begin portlet decorator tigris additions  */
+
+.tigris .PContent
+{    
+    padding-left: 10px; /* was 1em;  - dojo dies when calculating width of object - can't convert to pixels */
+    white-space: normal;
+    /* background-color: #EFEFEF; */ /* desktop color should not be set here */
+    font-size: small;
+}
+
+/*  end portlet decorator tigris additions  */

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/desktop.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/desktop.css
------------------------------------------------------------------------------
    svn:keywords = Id

Added: portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/portal.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/portal.css?rev=810322&view=auto
==============================================================================
--- portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/portal.css (added)
+++ portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/portal.css Wed Sep  2 00:42:59 2009
@@ -0,0 +1,38 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+*/
+
+
+/*  begin portlet decorator tigris additions  */
+
+.tigris .PContentBorder
+{    
+    border-right: 1px solid #AAAAAA;
+    border-bottom: 1px solid #AAAAAA;
+}
+
+.tigris .PContent
+{    
+    padding-left: 1em;
+    white-space: normal;
+    background-color: #EFEFEF;
+    font-size: small;
+}
+
+/*  end portlet decorator tigris additions  */
+
+
+

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/portal.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/jetspeed-2/portal/attic/decorators/portlet/tigris/css/portal.css
------------------------------------------------------------------------------
    svn:keywords = Id



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