Santiago,
I use a similar stylesheet. Like yours, I removed the line under the
tab.  I also:
o  Do not uppercase the Portlet Title
o  Removed the box around the portlet content
o  Added Bordered classes for Title, Content, and Protlet

See patch below.

Paul Spencer


Index: default.css
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/css/default.css,v
retrieving revision 1.3
diff -c -r1.3 default.css
*** default.css 2001/09/06 11:37:37     1.3
--- default.css 2001/10/15 11:21:30
***************
*** 30,50 ****
          .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}

  

          .PortletStyleClass

          {

!           padding: 1;

            background-color: #AAAAAA;

-           border: thin gray solid;

          }

  

          .TabStyleClass

          {

!           padding: 1;

          }

  

          .TitleStyleClass

          {

-           text-transform: uppercase;

            font-weight: bold;

          }

  

--- 30,68 ----
          .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}

  

+         .BorderedContentStyleClass
+         {
+           background-color: #FFFFFF;
+           border-top: thin gray solid;
+         }
+ 
+         .BorderdPortletStyleClass
+         {
+           padding: 1;
+           background-color: #AAAAAA;
+           border: thin gray solid;
+         }
+ 
+         .BorderedTitleStyleClass
+         {
+           padding: 1;
+           font-weight: bold;
+           border: thin gray solid;
+         }
+ 
          .PortletStyleClass

          {

!           padding: 0;

            background-color: #AAAAAA;

          }

  

          .TabStyleClass

          {

!           padding: 0;

          }

  

          .TitleStyleClass

          {

            font-weight: bold;

          }

  

***************
*** 56,62 ****
          .ContentStyleClass

          {

            background-color: #FFFFFF;

-           border-top: thin gray solid;

          }

  

          .TabContentStyleClass

--- 74,79 ----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to