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/12/06 22:27:33 UTC

svn commit: r354567 [6/6] - in /portals/jetspeed-2/trunk/src/webapp/decorations: ./ generic/ generic/clear/ images/ layout/ layout/images/ layout/jetspeed/ layout/jetspeed/css/ layout/jetspeed/images/ layout/jscookmenu/ layout/jscookmenu/css/ layout/js...

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/css/styles.css?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/css/styles.css (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/css/styles.css Tue Dec  6 13:26:30 2005
@@ -0,0 +1,663 @@
+/*
+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.
+*/
+
+
+
+.tigris .PTitleLeft
+{
+}
+
+
+
+.tigris .PTitle
+{
+      
+    padding-top: 2px;
+    padding-bottom: 16px;
+    padding-right: 2px;
+    border-left: 1px solid #DDDDDD;
+    border-right: 1px solid #666666;
+    border-top: 1px solid #DDDDDD;
+    border-bottom: 1px solid #666666;
+    color: #000000;
+    background-color: #DDDDDD;
+        
+    
+}
+
+.tigris .PTitleContent
+{
+    font-weight:bold;
+    display: inline;
+    float: left;
+    white-space: normal;
+}
+
+.tigris .PActionBar
+{
+   float: right;
+   display: inline;
+}
+ 
+.tigris .PTitleRight
+{
+}
+
+.tigris .PContentLeft
+{
+}
+
+.tigris .PContent
+{    
+    padding-left: 1em;
+    white-space: normal;
+    background-color: #EFEFEF;
+    border-right: 1px solid #AAAAAA;
+    border-bottom: 1px solid #AAAAAA;
+    overflow: hidden;
+    font-size: small;
+}
+
+
+
+.tigris .PContentRight
+{
+}
+
+.tigris .PBottomLeft
+{
+}
+
+.tigris .PBottom
+{
+}
+
+.tigris .PBottomRight
+{
+}
+
+/* font */
+.tigris .PTitleLeft,
+.tigris .PTitle,
+.tigris .PTitleContent,
+.tigris .PTitleRight,
+.tigris .PContentLeft,
+.tigris .PContent,
+.tigris .PContentRight,
+.tigris .PBottomLeft,
+.tigris .PBottom,
+.tigris .PBottomRight
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.tigris A:link, 
+.tigris A:visited {
+    text-decoration: underline;
+}
+
+.tigris A:hover, 
+.tigris A:active {
+    text-decoration: underline;
+}
+
+/* font */
+.tigris A:link,
+.tigris A:visited,
+.tigris A:hover,
+.tigris A:active
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: 12px;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.tigris .portlet-font {
+    color: black;
+}
+.tigris .portlet-font-dim {
+    color: gray;
+}
+
+/* font */
+.tigris .portlet-font,
+.tigris .portlet-font-dim
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.tigris .portlet-msg-status {
+    background: url(../images/icon_status_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.tigris .portlet-msg-info {
+    background: url(../images/icon_info_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.tigris .portlet-msg-error {
+    background: url(../images/icon_error_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.tigris .portlet-msg-alert {
+    background: url(../images/icon_warning_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.tigris .portlet-msg-success {
+    background: url(../images/icon_success_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+/* font */
+.tigris .portlet-msg-status,
+.tigris .portlet-msg-info,
+.tigris .portlet-msg-error,
+.tigris .portlet-msg-alert,
+.tigris .portlet-msg-success
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.tigris .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;
+}
+
+.tigris .portlet-section-body {
+    background: #efefef;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.tigris .portlet-section-alternate {
+    background: #ddd;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.tigris .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;
+}
+
+.tigris .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;
+}
+
+.tigris .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;
+}
+
+.tigris .portlet-section-text {
+    padding: 1em;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+/* font */
+.tigris .portlet-section-header,
+.tigris .portlet-section-body,
+.tigris .portlet-section-alternate,
+.tigris .portlet-section-selected,
+.tigris .portlet-section-subheader,
+.tigris .portlet-section-footer,
+.tigris .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.tigris .portlet-form-label {
+}
+
+.tigris .portlet-form-input-field {
+}
+
+.tigris .portlet-form-button {
+}
+
+.tigris .portlet-icon-label {
+}
+
+.tigris .portlet-dlg-icon-label {
+}
+
+.tigris .portlet-form-field-label {
+}
+
+.tigris .portlet-form-field {
+}
+
+/* font */
+.tigris .portlet-section-header,
+.tigris .portlet-section-body,
+.tigris .portlet-section-alternate,
+.tigris .portlet-section-selected,
+.tigris .portlet-section-subheader,
+.tigris .portlet-section-footer,
+.tigris .portlet-section-text,
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.tigris .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;
+}
+
+.tigris .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+}
+
+.tigris .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+}
+
+.tigris .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+}
+
+.tigris .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.tigris .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+}
+
+.tigris .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.tigris .portlet-menu-description {
+}
+
+.tigris .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.tigris .portlet-menu,
+.tigris .portlet-menu-item,
+.tigris .portlet-menu-item-selected,
+.tigris .portlet-menu-item-hover,
+.tigris .portlet-menu-item-hover-selected,
+.tigris .portlet-menu-cascade-item,
+.tigris .portlet-menu-cascade-item-selected,
+.tigris .portlet-menu-description,
+.tigris .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) */
+/* --------------------------------- */
+.tigris .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;
+}
+
+.tigris .arrowfolder .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(../images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+
+}
+
+.tigris .arrowfolder .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    padding-left: 34px;
+    background-image: url(../images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.tigris .arrowfolder .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+    padding-left: 34px;
+    background-image: url(../images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.tigris .arrowfolder .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(../images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.tigris .arrowfolder .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(../images/icon_arrowfolderclosed1_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.tigris .arrowfolder .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(../images/icon_arrowfolderopen2_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.tigris .arrowfolder .portlet-menu-description {
+}
+
+.tigris .arrowfolder .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.tigris .arrowfolder .portlet-menu,
+.tigris .arrowfolder .portlet-menu-item,
+.tigris .arrowfolder .portlet-menu-item-selected,
+.tigris .arrowfolder .portlet-menu-item-hover,
+.tigris .arrowfolder .portlet-menu-item-hover-selected,
+.tigris .arrowfolder .portlet-menu-cascade-item,
+.tigris .arrowfolder .portlet-menu-cascade-item-selected,
+.tigris .arrowfolder .portlet-menu-description,
+.tigris .arrowfolder .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+/* --------------------------------- */
+/* Tree component                    */
+/* --------------------------------- */
+
+.tigris .tree {
+   lineheight: 18px;
+   font-family: arial, sans-serif;
+}
+
+.tigris .tree-node {
+   padding: 2px 15px 2px 5px;
+}
+
+.tigris .tree-node a {
+   text-decoration: none;
+}
+
+.tigris .tree-node-selected {
+   padding: 2px 15px 2px 5px;
+}
+
+.tigris .tree-node-selected a {
+   text-decoration: none;
+   font-weight: bold;
+}
+
+/* --------------------------------- */
+/* Portlet Table                     */
+/* --------------------------------- */
+.tigris th, td, input {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+}
+
+.tigris table, 
+.tigris th, 
+.tigris td {
+    vertical-align: top;
+    font-size: 10pt;    
+    border: none;
+    white-space: normal;
+    /* action buttons shifts right a few millimeters by the following */
+}
+
+.tigris th
+{
+   font-size: 12pt;  
+}
+
+.tigris .portlet-table-header {
+    background-color: #bbb;
+    border: 0.75px solid #fff;
+    padding: 2px 3px;
+    text-align: left;
+}
+
+.tigris .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;
+}
+
+
+.tigris .portlet-table-row1 td {
+    font-size: small;
+    background: #ddd;
+    border-bottom: 1px solid #fff;
+}
+
+.tigris .portlet-table-row2 td {
+    font-size: small;
+    background: #efefef;
+    border-bottom: 1px solid #fff;
+}
+
+.tigris .portlet-table-col1 {
+    border-right: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+.tigris .portlet-table-col2 {
+    border-left: 1px solid #fff;
+    padding: 2px 15px 2px 5px;
+}
+
+/* --------------------------------- */
+/* Portlet Data Scroller Table       */
+/* --------------------------------- */
+
+.tigris .portlet-scroller-grid td {
+    horizontal-align: center;
+}
+
+.tigris .portlet-scroller {
+    horizontal-align: center;
+}
+
+.tigris .portlet-paginator {
+    horizontal-align: center;
+}
+
+/* Custom stuff for UGS added by EDB */
+.tigris p.corelink
+{
+    margin-top: 0.5em;
+    margin-bottom: 0em;
+    font-size: 12px;
+}
+
+.tigris p.abstract
+{
+    margin-top: 0em;
+    margin-bottom: 0.5em;
+    font-size: 11px;
+}
+
+.tigris p.title
+{
+    font-family: Arial, Helvetica, sans-serif; 
+    font-size: 17px; 
+    font-weight: bold; 
+    padding-bottom: 0em; 
+    margin-top: 0em; 
+    margin-bottom: 0em;
+}
+
+.tigris p.download
+{
+    font-size:12px;
+    margin-top:0.25em;
+    margin-bottom:0em;
+}
+
+.tigris p.side
+{ 
+    font-size: 12px;
+    margin-left: 0.85em;
+    text-indent: -0.85em;
+    margin-top: 0.25em;
+    margin-bottom:
+    0.25em;
+}
+
+.tigris img
+{
+    display: inline;
+    margin: 0em;
+}
+

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/css/styles.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/decorator.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/decorator.properties?rev=354567&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/decorator.properties (added)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/decorator.properties Tue Dec  6 13:26:30 2005
@@ -0,0 +1,19 @@
+# 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=tigris
+name=tigris
+template.type=velocity
+template.extension=.vm
+decorates=portlet

Propchange: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/tigris/decorator.properties
------------------------------------------------------------------------------
    svn:eol-style = native



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