Author: SergeySmirnov
Date: 2009-03-09 14:36:23 -0400 (Mon, 09 Mar 2009)
New Revision: 12897
Modified:
trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.xhtml
trunk/sandbox/ui/layout/src/main/config/component/page.xml
trunk/sandbox/ui/layout/src/main/config/faces/faces-config.xml
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/grids-context.css
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/grids.css
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/simple.xcss
Log:
violetRays theme has been added
Modified: trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.xhtml
===================================================================
(Binary files differ)
Modified: trunk/sandbox/ui/layout/src/main/config/component/page.xml
===================================================================
--- trunk/sandbox/ui/layout/src/main/config/component/page.xml 2009-03-09 18:31:50 UTC
(rev 12896)
+++ trunk/sandbox/ui/layout/src/main/config/component/page.xml 2009-03-09 18:36:23 UTC
(rev 12897)
@@ -150,4 +150,8 @@
<name>org.richfaces.CssZendPageRenderer</name>
<template>org/richfaces/cssZendPage.jspx</template>
</renderer>
+ <renderer generate="true" override="true">
+ <name>org.richfaces.VioletRaysRenderer</name>
+ <template>org/richfaces/violetRays.jspx</template>
+ </renderer>
</components>
Modified: trunk/sandbox/ui/layout/src/main/config/faces/faces-config.xml
===================================================================
--- trunk/sandbox/ui/layout/src/main/config/faces/faces-config.xml 2009-03-09 18:31:50 UTC
(rev 12896)
+++ trunk/sandbox/ui/layout/src/main/config/faces/faces-config.xml 2009-03-09 18:36:23 UTC
(rev 12897)
@@ -9,5 +9,10 @@
<renderer-type>org.richfaces.CssZendPageRenderer</renderer-type>
<renderer-class>org.richfaces.renderkit.html.CssZendRenderer</renderer-class>
</renderer>
+ <renderer>
+ <component-family>org.richfaces.Page</component-family>
+ <renderer-type>org.richfaces.VioletRaysRenderer</renderer-type>
+ <renderer-class>org.richfaces.renderkit.html.VioletRaysRenderer</renderer-class>
+ </renderer>
</render-kit>
</faces-config>
\ No newline at end of file
Modified:
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/grids-context.css
===================================================================
---
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/grids-context.css 2009-03-09
18:31:50 UTC (rev 12896)
+++
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/grids-context.css 2009-03-09
18:36:23 UTC (rev 12897)
@@ -14,8 +14,8 @@
Section: General Rules
*/
.yui-cssgrids body {
- /* center the page */
- text-align: center;
+ /* center the page - removed (SS)*/
+ /* text-align: center; */
margin-left: auto;
margin-right: auto;
}
Modified:
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/grids.css
===================================================================
---
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/grids.css 2009-03-09
18:31:50 UTC (rev 12896)
+++
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/grids.css 2009-03-09
18:36:23 UTC (rev 12897)
@@ -14,8 +14,8 @@
Section: General Rules
*/
body {
- /* center the page */
- text-align: center;
+ /* center the page - removed (SS)*/
+ /*text-align: center; */
margin-left: auto;
margin-right: auto;
}
Modified:
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/simple.xcss
===================================================================
---
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/simple.xcss 2009-03-09
18:31:50 UTC (rev 12896)
+++
trunk/sandbox/ui/layout/src/main/resources/org/richfaces/renderkit/html/css/simple.xcss 2009-03-09
18:36:23 UTC (rev 12897)
@@ -8,10 +8,7 @@
<u:style name="font-family" skin="generalFamilyFont" />
<u:style name="margin" value="0" />
<u:style name="padding" value="0" />
- <u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.images.PageBackgroundGradient"/>
- </u:style>
- <u:style name="background-color"
skin="additionalBackgroundColor"/>
+ <u:style name="background-color" value="#FFF"/>
<u:style name="background-repeat" value="repeat-x"/>
</u:selector>
@@ -50,7 +47,7 @@
<u:selector name=".rich-page-footer">
<u:style name="text-align" value="center" />
<u:style name="padding" value="20px 0" />
- <u:style name="background-color"
skin="tableFooterBackgroundColor"/>
+ <u:style name="background-color" value="#333"/>
<u:style name="color" skin="trimColor" />
<u:style name="font-size" skin="headerSizeFont" />
</u:selector>
Show replies by date