users@woodstock.java.net

RE: Masthead

From: Oddvard Myrnes <oddvardm_at_doremitechno.com>
Date: Sun, 22 Jun 2008 10:33:14 +0200

Hi,

Yes there is. All woodstock components are linked to themes. Please read
attached message.

Oddvard
  -----Original Message-----
  From: Tongayi Masunda [mailto:tmas777_at_hotmail.com]
  Sent: Saturday, June 21, 2008 1:26 PM
  To: users_at_woodstock.dev.java.net
  Subject: Masthead


  Hi all

  is there a way to change the masthead's theme ?


  Thanks in advance


----------------------------------------------------------------------------
--
  Connect to the next generation of MSN Messenger  Get it now!

attached mail follows:


Oddvard Myrnes wrote:
Dear Winston,

Can I override the styleclass 'MniTabLnk' in the 'resources/stylesheet.css'
file? If yes, how? Just copy the entries in css_master.css to
'resources/stylesheet.css' and edit the values there?
  
Correct. If you don't see the results ( resources/stylesheet.css  supposed to override CSS rules from
theme jar), add !important to the CSS property.

Ex.

.MniTabLnk{
    background-color: #FFAACA!important;
}

- Winston
http://blogs.sun.com/winston
Oddvard

-----------------------------------------------------------------------
Visit us @ Congres FNCF - Deauville - Oct 2th-4th :
http://www.fncf.org/web/index.php

Visit us @ SATIS - Paris - Oct 23th-25th, Booth G21 :
http://www.satis-expo.com/


-----Original Message-----
From: Winston.Prakash@Sun.COM [mailto:Winston.Prakash@Sun.COM]
Sent: Thursday, March 06, 2008 3:21 PM
To: nbusers@netbeans.org
Subject: Re: [nbusers] VWP tabset custom theme


Do a ctrl+shift click (or alt+shift click, don't remember the exact
combination) in the designer. This brings
up DOM inspector. From the property sheet you can view the computed
style and the style class in the
generated HTML which you can override in the resources/stylesheet.css

- Winston
  
Hi all

I am using the tabset in my application for page navigation. I need some
help in identifying the theme elements to overide in the stylesheet.css.

Does anyone know where i can find any helpful documentation or examples
    
that
  
i can use to effect a custom tabset.

Thanks in advance

Tongayi