This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: how to reference rich styles?sergeysmirnov Jun 18, 2008 6:21 PM (in response to arnieoag)
 Start from:
 http://livedemo.exadel.com/richfaces-demo/richfaces/standardSkinning.jsf?c=StandardSkinning
 Than:
 http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/ArchitectureOverview.html#Skinnability
 For the list of concrete css classes you can use to skin non-RichFaces UI elements, look at:
 http://anonsvn.jboss.org/repos/richfaces/trunk/ui/core/src/main/resources/org/richfaces/renderkit/html/css/
 basic.xcss contains classes for form elements
 basic_classes.xcss for the rest ones
 extended.xcss and extended_classes.xcss contains the extended set. Depends of DOCTYPE, the result of applying them might me different.
 
    