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 jf...@apache.org on 2004/07/20 17:51:12 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/css styles.css

jford       2004/07/20 08:51:12

  Added:       portal/src/webapp/WEB-INF/decorations/layout/html/metal/images
                        jetspeed-logo.gif jetspeed-powered.gif
               portal/src/webapp/WEB-INF/decorations/layout/html/metal/css
                        styles.css
               portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/images
                        jetspeed-logo.gif jetspeed-powered.gif
               portal/src/webapp/WEB-INF/decorations/layout/html/metal
                        decorator-top.vm decorator-bottom.vm
               portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue
                        decorator-top.vm decorator-bottom.vm
               portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/css
                        styles.css
  Log:
  Added metal and minty-blue layout decorations
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/metal/images/jetspeed-logo.gif
  
  	<<Binary file>>
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/metal/images/jetspeed-powered.gif
  
  	<<Binary file>>
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/metal/css/styles.css
  
  Index: styles.css
  ===================================================================
  /*
  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 */
  }
  
  
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/images/jetspeed-logo.gif
  
  	<<Binary file>>
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/images/jetspeed-powered.gif
  
  	<<Binary file>>
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/metal/decorator-top.vm
  
  Index: decorator-top.vm
  ===================================================================
  #*
  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.
  *#
  
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
  <head>
      <title>Welcome to Jetspeed 2</title>
      <link href="content/css/styles.css" type="text/css" rel="stylesheet">
  </head>
  
  <body>
  
  
  
  
  
  <!--  BEGIN: layout/html/metal/decorator.vm -->
  
  <p>
  <img src="content/images/jetspeed-logo.gif" alt="Jetspeed 2 Logo" border="0">
  </p>
  
  ## $jetspeed.include($jetspeed.currentFragment)
  
  <!--  END: layout/html/metal/decorator.vm -->
  
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/metal/decorator-bottom.vm
  
  Index: decorator-bottom.vm
  ===================================================================
  #*
  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.
  *#
  
  <p>
  <img src="content/images/jetspeed-powered.gif" alt="Jetspeed 2 Powered" border="0">
  </p>
  </body>
  </html>
  
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/decorator-top.vm
  
  Index: decorator-top.vm
  ===================================================================
  #*
  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.
  *#
  
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
  <head>
      <title>Welcome to Jetspeed 2</title>
      <link href="content/css/styles.css" type="text/css" rel="stylesheet">
  </head>
  
  <body>
  
  
  
  
  
  <!--  BEGIN: layout/html/minty-blue/decorator.vm -->
  
  <p>
  <img src="content/images/jetspeed-logo.gif" alt="Jetspeed 2 Logo" border="0">
  </p>
  
  ## $jetspeed.include($jetspeed.currentFragment)
  
  <!--  END: layout/html/minty-blue/decorator.vm -->
  
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/decorator-bottom.vm
  
  Index: decorator-bottom.vm
  ===================================================================
  #*
  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.
  *#
  
  <p>
  <img src="content/images/jetspeed-powered.gif" alt="Jetspeed 2 Powered" border="0">
  </p>
  </body>
  </html>
  
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/css/styles.css
  
  Index: styles.css
  ===================================================================
  /*
  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 */
  }
  
  
  
  

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