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 2004/05/07 04:46:04 UTC

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

taylor      2004/05/06 19:46:04

  Modified:    portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css
                        styles.css
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.6       +247 -247  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css
  
  Index: styles.css
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- styles.css	13 Apr 2004 15:59:28 -0000	1.5
  +++ styles.css	7 May 2004 02:46:04 -0000	1.6
  @@ -1,247 +1,247 @@
  -/*
  -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.
  -*/
  -
  -.Jetspeed .PTitleLeft
  -{
  -	/**
  -	Needs to specify the width of image used
  -	otherwise it won't show !
  -	**/
  -	width:10px;
  -	
  -	/** Always use relative path ! **/
  -	background:  url(content/jetspeed/images/titleleft.gif);
  -}
  -
  -.Jetspeed .PTitle
  -{
  -	/**
  -	Specify the height of the image used
  -	else it will use the text height	
  -	**/
  -	height:21px;
  -	color:#FFFFFF;
  -	font-weight:bold;
  -	background:  url(content/jetspeed/images/title.gif);
  -}
  - 
  -.Jetspeed .PTitleRight
  -{
  -	/**
  -	Needs to specify the width of image used
  -	otherwise it won't show !
  -	**/
  -	width:10px;
  -	background:  url(content/jetspeed/images/titleright.gif);
  -}
  -
  -.Jetspeed .PContentLeft
  -{
  -	width:10px;
  -	background: url(content/jetspeed/images/contentleft.gif);
  -	height : 100%;
  -
  -}
  -
  -.Jetspeed .PContent
  -{
  -	overflow : scroll;
  -
  -}
  -
  -.Jetspeed .PContentRight
  -{
  -	width:10px;
  -	background:  url(content/jetspeed/images/contentright.gif);
  -	height : 100%;
  -
  -}
  -
  -.Jetspeed .PBottomLeft
  -{
  -	width:10px;
  -	background:  url(content/jetspeed/images/bottomleft.gif);
  -}
  -
  -.Jetspeed .PBottom
  -{
  -	/**
  -	Specify the height of the image used
  -	else it won't appear
  -	**/
  -	height:13px;
  -	background:  url(content/jetspeed/images/bottom.gif);
  -}
  -
  -.Jetspeed .PBottomRight
  -{
  -	width:10px;
  -	background:  url(content/jetspeed/images/bottomright.gif);
  -}
  -
  -/**
  -	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;
  -}
  -
  -.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);
  -}
  -
  -.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);
  -}
  +/*
  +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.
  +*/
  +
  +.Jetspeed .PTitleLeft
  +{
  +	/**
  +	Needs to specify the width of image used
  +	otherwise it won't show !
  +	**/
  +	width:10px;
  +	
  +	/** Always use relative path ! **/
  +	background:  url(content/jetspeed/images/titleleft.gif);
  +}
  +
  +.Jetspeed .PTitle
  +{
  +	/**
  +	Specify the height of the image used
  +	else it will use the text height	
  +	**/
  +	height:21px;
  +	color:#FFFFFF;
  +	font-weight:bold;
  +	background:  url(content/jetspeed/images/title.gif);
  +}
  + 
  +.Jetspeed .PTitleRight
  +{
  +	/**
  +	Needs to specify the width of image used
  +	otherwise it won't show !
  +	**/
  +	width:10px;
  +	background:  url(content/jetspeed/images/titleright.gif);
  +}
  +
  +.Jetspeed .PContentLeft
  +{
  +	width:10px;
  +	background: url(content/jetspeed/images/contentleft.gif);
  +	height : 100%;
  +
  +}
  +
  +.Jetspeed .PContent
  +{
  +	overflow : scroll;
  +
  +}
  +
  +.Jetspeed .PContentRight
  +{
  +	width:10px;
  +	background:  url(content/jetspeed/images/contentright.gif);
  +	height : 100%;
  +
  +}
  +
  +.Jetspeed .PBottomLeft
  +{
  +	width:10px;
  +	background:  url(content/jetspeed/images/bottomleft.gif);
  +}
  +
  +.Jetspeed .PBottom
  +{
  +	/**
  +	Specify the height of the image used
  +	else it won't appear
  +	**/
  +	height:13px;
  +	background:  url(content/jetspeed/images/bottom.gif);
  +}
  +
  +.Jetspeed .PBottomRight
  +{
  +	width:10px;
  +	background:  url(content/jetspeed/images/bottomright.gif);
  +}
  +
  +/**
  +	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;
  +}
  +
  +.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);
  +}
  +
  +.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);
  +}
  
  
  

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