From richfaces-svn-commits at lists.jboss.org Tue Apr 1 04:37:54 2008 Content-Type: multipart/mixed; boundary="===============8326887302769130895==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r7514 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning. Date: Tue, 01 Apr 2008 04:37:54 -0400 Message-ID: --===============8326887302769130895== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ilya_shaikovsky Date: 2008-04-01 04:37:54 -0400 (Tue, 01 Apr 2008) New Revision: 7514 Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/= usage.xhtml Log: snippets changes Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSk= inning/usage.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning= /usage.xhtml 2008-04-01 01:05:05 UTC (rev 7513) +++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning= /usage.xhtml 2008-04-01 08:37:54 UTC (rev 7514) @@ -8,10 +8,22 @@ + ul,ol { + font-size: 11px !important; + } + .viewsourcepanel { + padding:10px; + width:100%; + overflow:auto; + border-width:0; + } + .viewsourcebody { + padding:0; + } + ol{ + font-size:11px !important; = + } +

This section overviews main principles of standard components skinning with the Rich Faces framework. @@ -82,22 +94,31 @@

Using first way CSS with next definitions will be automatically added t= o pages: =

- - - +
+ CSS for standard elements snippet + + + +

And using the second way next CSS will influence corresponding elements:

- - - +
+ CSS for standard elements inside rich con= tainer snippet + + + +

And the last one way means that classes with names corresponding to ele= ments names = will be added to the application pages and possible to set manually: =

- - - +
+ Predefined rich classes + + + +

Important Exception: a elements have classes based= on "link" = and pseudo class name. (e.g.: rich-link, rich-link-hover, rich-link-= visited) --===============8326887302769130895==--