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

svn commit: r233257 - in /portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html: gray-gradient/images/grad1gray.png tigris/css/styles.css

Author: weaver
Date: Wed Aug 17 13:21:14 2005
New Revision: 233257

URL: http://svn.apache.org/viewcvs?rev=233257&view=rev
Log:
more layout tweaking.

Added:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/gray-gradient/images/grad1gray.png   (with props)
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/tigris/css/styles.css   (with props)

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

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

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

Propchange: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/tigris/css/styles.css
------------------------------------------------------------------------------
    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