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 pa...@apache.org on 2001/10/23 03:35:25 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf skins.xreg

paulsp      01/10/22 18:35:25

  Modified:    webapp/css default.css
               webapp/WEB-INF/conf skins.xreg
  Log:
  o Add bordered CSS classes
  o Remove the borders on the default portlet CSS classes
  o Remove the uppercase from the Portlet Title CSS class (The user uppercase the
    title in the portlet configuration)
  o Add a bordered skin
  
  Revision  Changes    Path
  1.4       +22 -5     jakarta-jetspeed/webapp/css/default.css
  
  Index: default.css
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/css/default.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- default.css	2001/09/06 11:37:37	1.3
  +++ default.css	2001/10/23 01:35:24	1.4
  @@ -30,21 +30,39 @@
           .MESSAGENEW:link {font-family: "Verdana"; font-size: 8pt; color: NAVY;font-weight: bold}
           .MESSAGENEW:visited {font-family: "Verdana"; font-size: 8pt; color: BLACK;font-weight: bold}
   
  +        .BorderedContent
  +        {
  +          background-color: #FFFFFF;
  +          border-top: thin gray solid;
  +        }
  +
  +        .BorderdPortlet
  +        {
  +          padding: 1;
  +          background-color: #AAAAAA;
  +          border: thin gray solid;
  +        }
  +
  +        .BorderedTitle
  +        {
  +          padding: 1;
  +          font-weight: bold;
  +          border: thin gray solid;
  +        }
  +
           .PortletStyleClass
           {
  -          padding: 1;
  +          padding: 0;
             background-color: #AAAAAA;
  -          border: thin gray solid;
           }
   
           .TabStyleClass
           {
  -          padding: 1;
  +          padding: 0;
           }
   
           .TitleStyleClass
           {
  -          text-transform: uppercase;
             font-weight: bold;
           }
   
  @@ -56,7 +74,6 @@
           .ContentStyleClass
           {
             background-color: #FFFFFF;
  -          border-top: thin gray solid;
           }
   
           .TabContentStyleClass
  
  
  
  1.5       +22 -0     jakarta-jetspeed/webapp/WEB-INF/conf/skins.xreg
  
  Index: skins.xreg
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/skins.xreg,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- skins.xreg	2001/09/06 11:37:37	1.4
  +++ skins.xreg	2001/10/23 01:35:25	1.5
  @@ -33,6 +33,28 @@
       <property name="title-background-color" value="#ffcc00"/>
       <property name="highlight-text-color" value="#ffffff"/>
       <property name="highlight-background-color" value="#990000"/>
  +    <property name="portlet-style-class" value="PortletStyleClass"/>
  +    <property name="title-style-class" value="TitleStyleClass"/>
  +    <property name="content-style-class" value="ContentStyleClass"/>
  +    <property name="tab-style-class" value="TabStyleClass"/>
  +    <property name="tab-title-style-class" value="TabTitleStyleClass"/>
  +    <property name="tab-content-style-class" value="TabContentStyleClass"/>
  +  </skin-entry>
  +
  +  <skin-entry name="orange-red-Bordered" hidden="false">
  +    <property name="text-color" value="#000000" hidden="false"/>
  +    <property name="background-color" value="#ffffff" hidden="false"/>
  +    <property name="content-style-class" value="ContentStyleClass" hidden="false"/>
  +    <property name="title-text-color" value="#000000" hidden="false"/>
  +    <property name="title-background-color" value="#ffcc00" hidden="false"/>
  +    <property name="highlight-text-color" value="#ffffff" hidden="false"/>
  +    <property name="highlight-background-color" value="#990000" hidden="false"/>
  +    <property name="portlet-style-class" value="BorderdPortlet" hidden="false"/>
  +    <property name="title-style-class" value="TitleStyleClass"/>
  +    <property name="content-style-class" value="ContentStyleClass"/>
  +    <property name="tab-style-class" value="TabStyleClass"/>
  +    <property name="tab-title-style-class" value="TabTitleStyleClass"/>
  +    <property name="tab-content-style-class" value="TabContentStyleClass"/>
     </skin-entry>
   
   </registry>
  
  
  

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