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/11/07 04:58:03 UTC

cvs commit: jakarta-jetspeed/webapp/css default.css

paulsp      01/11/06 19:58:03

  Modified:    webapp/css default.css
  Log:
  Consistently set background-color, border-style, color, font-weight, and padding
  for classes used by Jetspeed.
  
  Revision  Changes    Path
  1.5       +43 -13    jakarta-jetspeed/webapp/css/default.css
  
  Index: default.css
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/css/default.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- default.css	2001/10/23 01:35:24	1.4
  +++ default.css	2001/11/07 03:58:03	1.5
  @@ -32,51 +32,81 @@
   
           .BorderedContent
           {
  -          background-color: #FFFFFF;
  -          border-top: thin gray solid;
  +          background-color: white;
  +          border: thin gray solid;
  +          color: black;
  +          font-weight: normal;
  +          padding: 1;
           }
   
  -        .BorderdPortlet
  +        .BorderedPortlet
           {
  -          padding: 1;
  -          background-color: #AAAAAA;
  +          background-color: white;
             border: thin gray solid;
  +          font: normal;
  +          color: black;
  +          padding: 1;
           }
   
           .BorderedTitle
           {
  -          padding: 1;
  -          font-weight: bold;
  +          background-color: gray;
             border: thin gray solid;
  +          color: black;
  +          font-weight: bold;
  +          padding: 1;
           }
   
           .PortletStyleClass
           {
  +          background-color: white;
  +          border-style: none;
  +          color: black;
  +          font-weight: normal;
             padding: 0;
  -          background-color: #AAAAAA;
           }
   
           .TabStyleClass
           {
  -          padding: 0;
  +          background-color: white;
  +          border-style: none;
  +          color: black;
  +          font-weight: normal;
  +          padding: 0;
           }
   
           .TitleStyleClass
           {
  -          font-weight: bold;
  +          background-color: gray;
  +          border-style: none;
  +          color: black;
  +          font-weight: bold;
  +          padding: 0;
           }
   
           .TabTitleStyleClass
           {
  -          background-color: #FFFFFF;
  +          background-color: white;
  +          border-style: none;
  +          color: black;
  +          font-weight: bold;
  +          padding: 0;
           }
   
           .ContentStyleClass
           {
  -          background-color: #FFFFFF;
  +          background-color: white;
  +          border-style: none;
  +          color: black;
  +          font-weight: normal;
  +          padding: 0;
           }
   
           .TabContentStyleClass
           {
  -          background-color: #FFFFFF;
  +          background-color: white;
  +          border-style: none;
  +          color: black;
  +          font-weight: normal;
  +          padding: 0;
           }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>