jford 2004/07/20 13:51:41
Modified: portal/src/webapp/WEB-INF/decorations/layout/html/metal/css
styles.css
portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/css
styles.css
Log:
*** keyword substitution change ***
Revision Changes Path
1.2 +19 -253
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/metal/css/styles.css
Index: styles.css
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/metal/css/styles.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- styles.css 20 Jul 2004 15:51:11 -0000 1.1
+++ styles.css 20 Jul 2004 20:51:41 -0000 1.2
@@ -1,253 +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.
-*/
-
-
-/**
- Metal Skin that uses the cascading capability of CSS
-**/
-
-.Metal .PTitleLeft
-{
- /**
- Needs to specify the width of image used
- otherwise it won't show !
- **/
- width:10px;
-
- /** Always use relative path ! **/
- background: url(content/metal/images/titleleft.gif);
-
-}
-
-.Metal .PTitle
-{
- /**Specify the height of the image usedelse it will use the text height**/
- height:16px;
- color:#FFFFFF;
- background: url(content/metal/images/title.gif);
- font-family : monospace;
- font-weight:bold;
- font-size:12pt;
-}
-
-.Metal .PTitleRight
-{
- /**
- Needs to specify the width of image used
- otherwise it won't show !
- **/
- width:10px;
- background: url(content/metal/images/titleright.gif);
-}
-
-.Metal .PContentLeft
-{
- width:10px;
- background: url(content/metal/images/contentleft.gif);
- height : 100%;
-
-}
-
-.Metal .PContent
-{
- padding-left:5px;
- background-color:#717171;
-}
-
-.Metal .PContentRight
-{
- width:10px;
- background: url(content/metal/images/contentright.gif);
-}
-
-.Metal .PBottomLeft
-{
- width:10px;
- background: url(content/metal/images/bottomleft.gif);
-}
-
-.Metal .PBottom
-{
- /**
- Specify the height of the image used
- else it won't appear
- **/
- height:13px;
- background: url(content/metal/images/bottom.gif);
-}
-
-.Metal .PBottomRight
-{
- width:10px;
- background: url(content/metal/images/bottomright.gif);
-}
-
-
-/* --------------------------------- */
-
-
-/* --------------------------------- */
-/* PLT.C.1 Links (Anchor) */
-/* --------------------------------- */
-
-.Metal A:link,
-.Metal A:visited {
- color:#0000FF;
- text-decoration: none;
-}
-
-.Metal A:hover,
-.Metal A:active {
- color:#CC0033;
-}
-
-
-
-/* --------------------------------- */
-/* PLT.C.2 Fonts */
-/* --------------------------------- */
-
-.Metal .portlet-font {
- color: black;
-}
-.Metal .portlet-font-dim {
- color:#F0F8FF;
-}
-
-
-
-
-/* --------------------------------- */
-/* PLT.C.3 Messages */
-/* --------------------------------- */
-.Metal .portlet-msg-status {
- font-style:italic;
- font-family: courier, serif;
-}
-.Metal .portlet-msg-info {
- font-weight:bold;
-}
-.Metal .portlet-msg-error {
- color:#CC0033;
- font-weight:bold;
-}
-.Metal .portlet-msg-alert {
- color:#CCCC00;
- font-weight:bold;
- font-style:italic;
-}
-.Metal .portlet-msg-success {
- color:#00CC33;
- font-weight:bold;
-}
-
-/* --------------------------------- */
-/* PLT.C.4 Sections */
-/* --------------------------------- */
-.Metal .portlet-section-header {
- background-color: #C0C0C0;
- font-weight:bold;
-}
-.Metal .portlet-section-body {
- background-color: white;
- text-align:left;
-}
-.Metal .portlet-section-alternate {
- color: black;
- background-color:#666633;
- text-align:left;
-}
-.Metal .portlet-section-selected {
- background-color: #000000;
- color: #FF0000;
- font-weight:bold;
- text-align:left;
-}
-.Metal .portlet-section-subheader {
- background-color: #C0C0C0;
- font-weight:bold;
- font-style:italic;
-}
-.Metal .portlet-section-footer {
- background-color: #C0C0C0;
- text-align:center;
-}
-.Metal .portlet-section-text {
- text-decoration:underline;
-}
-
-/* --------------------------------- */
-/* PLT.C.5 Forms */
-/* --------------------------------- */
-.Metal .portlet-form-label {
- font-weight:bold;
-}
-.Metal .portlet-form-input-field {
- font-family: arial, "lucida console", sans-serif;
-}
-.Metal .portlet-form-button {
- font-family: arial, "lucida console", sans-serif;
-}
-.Metal .portlet-icon-label {
- /* XXX */
-}
-.Metal .portlet-dlg-icon-label {
- /* XXX */
-}
-.Metal .portlet-form-field-label {
- font-family: arial, "lucida console", sans-serif;
-}
-.Metal .portlet-form-field {
- background-color:transparent;
-}
-
-
-/* --------------------------------- */
-/* PLT.C.6 Menus */
-/* --------------------------------- */
-.Metal .portlet-menu {
- background-color: #C0C0C0;
-}
-.Metal .portlet-menu-item {
- background-color: #C0C0C0;
-}
-.Metal .portlet-menu-item-selected {
- background-color:#CCCC00;
-}
-
-.Metal .portlet-menu-item-hover {
- background-color: #000000;
- color: #FF0000;
-}
-.Metal .portlet-menu-item-hover-selected {
- background-color:#000000;
- color:#0000FF;
-}
-.Metal .portlet-menu-cascade-item {
- background-color:#666633;
- color:black;
- text-decoration:none;
-}
-.Metal .portlet-menu-cascade-item-selected {
- background-color:#CCCC00;
-}
-.Metal .portlet-menu-description {
- background-color: #C0C0C0;
-}
-.Metal .portlet-menu-caption {
- /* XXX */
-}
-
+/*
+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.
+*/
+
+BODY.layout-Metal {
+
+}
\ No newline at end of file
1.2 +20 -253
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/css/styles.css
Index: styles.css
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/css/styles.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- styles.css 20 Jul 2004 15:51:12 -0000 1.1
+++ styles.css 20 Jul 2004 20:51:41 -0000 1.2
@@ -1,253 +1,20 @@
-/*
-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.
-*/
-
-
-.MintyBlue .PTitleLeft
-{
- /**
- Needs to specify the width of image used
- otherwise it won't show !
- **/
- width:10px;
-
- /** Always use relative path ! **/
- background: url(content/minty-blue/images/titleleft.gif);
-
-}
-
-.MintyBlue .PTitle
-{
- /**Specify the height of the image usedelse it will use the text height**/
- height:16px;
- color:#FFFFFF;
- background: url(content/minty-blue/images/title.gif);
- font-family : monospace;
- font-weight:bold;
- font-size:12pt;
-}
-
-.MintyBlue .PTitleRight
-{
- /**
- Needs to specify the width of image used
- otherwise it won't show !
- **/
- width:10px;
- background: url(content/minty-blue/images/titleright.gif);
-}
-
-.MintyBlue .PContentLeft
-{
- width:10px;
- background: url(content/minty-blue/images/contentleft.gif);
- height : 100%;
-
-}
-
-.MintyBlue .PContent
-{
- padding-left:5px;
-}
-
-.MintyBlue .PContentRight
-{
- width:10px;
- background: url(content/minty-blue/images/contentright.gif);
-}
-
-.MintyBlue .PBottomLeft
-{
- width:10px;
- background: url(content/minty-blue/images/bottomleft.gif);
-}
-
-.MintyBlue .PBottom
-{
- /**
- Specify the height of the image used
- else it won't appear
- **/
- height:13px;
- background: url(content/minty-blue/images/bottom.gif);
-}
-
-.MintyBlue .PBottomRight
-{
- width:10px;
- background: url(content/minty-blue/images/bottomright.gif);
-}
-
-
-
-/* --------------------------------- */
-
-
-
-/* --------------------------------- */
-/* PLT.C.1 Links (Anchor) */
-/* --------------------------------- */
-
-.MintyBlue A:link,
-.MintyBlue A:visited {
- text-decoration: none;
-}
-
-.MintyBlue A:hover,
-.MintyBlue A:active {
- text-decoration: underline;
-}
-
-
-
-/* --------------------------------- */
-/* PLT.C.2 Fonts */
-/* --------------------------------- */
-
-.MintyBlue .portlet-font {
- color: black;
-}
-.MintyBlue .portlet-font-dim {
- color: gray;
-}
-
-
-
-
-/* --------------------------------- */
-/* PLT.C.3 Messages */
-/* --------------------------------- */
-.MintyBlue .portlet-msg-status {
- font-style:italic;
- font-family: courier, serif;
-}
-.MintyBlue .portlet-msg-info {
-}
-.MintyBlue .portlet-msg-error {
- color:#FF0000;
-}
-.MintyBlue .portlet-msg-alert {
- color:#CCCC00;
- font-style:italic;
-}
-.MintyBlue .portlet-msg-success {
- color:#00CC33;
-}
-
-/* --------------------------------- */
-/* PLT.C.4 Sections */
-/* --------------------------------- */
-.MintyBlue .portlet-section-header {
- font-weight:bold;
- background-color:#0000CC;
- color:yellow;
- padding:2px;
-}
-.MintyBlue .portlet-section-body {
- background-color:#66FF66;
- text-align:left;
-}
-.MintyBlue .portlet-section-alternate {
- background-color:#C0C0C0;
- text-align:left;
-}
-.MintyBlue .portlet-section-selected {
- background-color:#0000CC;
- color:white;
- font-weight:bold;
- text-align:left;
-}
-.MintyBlue .portlet-section-subheader {
- background-color:#0066CC;
- color:white;
- font-weight:bold;
- font-style:italic;
- padding:1px;
-}
-.MintyBlue .portlet-section-footer {
- background-color:#0066CC;
- color:white;
- font-family: courier, serif;
- text-align:center;
-}
-.MintyBlue .portlet-section-text {
- text-decoration:underline;
-}
-
-/* --------------------------------- */
-/* PLT.C.5 Forms */
-/* --------------------------------- */
-.MintyBlue .portlet-form-label {
- font-weight:bold;
-}
-.MintyBlue .portlet-form-input-field {
- font-family: arial, "lucida console", sans-serif;
- background-color:#66CCFF;
-}
-.MintyBlue .portlet-form-button {
- font-family: arial, "lucida console", sans-serif;
-}
-.MintyBlue .portlet-icon-label {
- /* XXX */
-}
-.MintyBlue .portlet-dlg-icon-label {
- /* XXX */
-}
-.MintyBlue .portlet-form-field-label {
- font-family: arial, "lucida console", sans-serif;
-}
-.MintyBlue .portlet-form-field {
- background-color:transparent;
-}
-
-
-/* --------------------------------- */
-/* PLT.C.6 Menus */
-/* --------------------------------- */
-.MintyBlue .portlet-menu {
- background-color:#00CC66;
-}
-.MintyBlue .portlet-menu-item {
- background-color:#00CC66;
-}
-.MintyBlue .portlet-menu-item-selected {
- background-color:#0000CC;
- color:white;
-}
-
-.MintyBlue .portlet-menu-item-hover {
- background-color:#003366;
- color:#FFFFFF;
-}
-.MintyBlue .portlet-menu-item-hover-selected {
- background-color:#003366;
- color:#FFFFFF;
-}
-.MintyBlue .portlet-menu-cascade-item {
- background-color:#00CC66;
- color:black;
- text-decoration:none;
-}
-.MintyBlue .portlet-menu-cascade-item-selected {
- background-color:#0000CC;
- color:white;
-}
-.MintyBlue .portlet-menu-description {
- background-color:#F0F8FF;
-}
-.MintyBlue .portlet-menu-caption {
- /* XXX */
-}
-
+/*
+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.
+*/
+
+
+BODY.layout-MintyBlue {
+
+}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]