Author: nbelaevski
Date: 2007-06-07 15:37:01 -0400 (Thu, 07 Jun 2007)
New Revision: 1088
Added:
trunk/richfaces/common/src/main/resources/META-INF/skins/plain.skin.properties
Modified:
trunk/richfaces-samples/skins/src/main/java/org/richfaces/SkinBean.java
Log:
"plain" skin added
Added: trunk/richfaces/common/src/main/resources/META-INF/skins/plain.skin.properties
===================================================================
--- trunk/richfaces/common/src/main/resources/META-INF/skins/plain.skin.properties
(rev 0)
+++
trunk/richfaces/common/src/main/resources/META-INF/skins/plain.skin.properties 2007-06-07
19:37:01 UTC (rev 1088)
@@ -0,0 +1,50 @@
+#Colors
+headerBackgroundColor=
+headerGradientColor=
+headerTextColor=
+headerWeightFont=
+
+generalBackgroundColor=
+generalTextColor=
+generalSizeFont=
+generalFamilyFont=
+
+controlTextColor=
+controlBackgroundColor=
+additionalBackgroundColor=
+
+shadowBackgroundColor=
+shadowOpacity=
+
+panelBorderColor=
+subBorderColor=
+
+tabBackgroundColor=
+tabDisabledTextColor=
+
+trimColor=
+
+tipBackgroundColor=
+tipBorderColor=
+
+selectControlColor=
+
+
+generalLinkColor=
+hoverLinkColor=
+visitedLinkColor=
+
+# Fonts
+headerSizeFont=
+headerFamilyFont=
+
+tabSizeFont=
+tabFamilyFont=
+
+buttonSizeFont=
+buttonFamilyFont=
+
+tableBackgroundColor=
+tableFooterBackgroundColor=
+tableSubfooterBackgroundColor=
+tableBorderColor=
\ No newline at end of file
Modified: trunk/richfaces-samples/skins/src/main/java/org/richfaces/SkinBean.java
===================================================================
--- trunk/richfaces-samples/skins/src/main/java/org/richfaces/SkinBean.java 2007-06-07
18:21:53 UTC (rev 1087)
+++ trunk/richfaces-samples/skins/src/main/java/org/richfaces/SkinBean.java 2007-06-07
19:37:01 UTC (rev 1088)
@@ -43,7 +43,8 @@
"emeraldTown",
"japanCherry",
"ruby",
- "wine"
+ "wine",
+ "plain"
};
private String defaultSkin = "blueSky";
Show replies by date