weaver      2004/04/13 08:59:28

  Modified:    portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css
                        styles.css
               portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue
                        decorator.vm
  Log:
  minty-blue decoaration now working
  
  Revision  Changes    Path
  1.5       +75 -0     
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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- styles.css        18 Mar 2004 19:39:26 -0000      1.4
  +++ styles.css        13 Apr 2004 15:59:28 -0000      1.5
  @@ -170,3 +170,78 @@
        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);

  +}

  
  
  
  1.2       +1 -1      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.vm
  
  Index: decorator.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- decorator.vm      22 Mar 2004 23:26:39 -0000      1.1
  +++ decorator.vm      13 Apr 2004 15:59:28 -0000      1.2
  @@ -23,7 +23,7 @@
   
   <!-- Begin portlet/html/jetspeed/decorator.vm  -->
   
  -<div class="Jetspeed" >
  +<div class="MintyBlue" >
   <table border="0" cellpadding="0" cellspacing="0" width="100%" >
   ##
   ## Portlet Title Bar
  
  
  

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

Reply via email to