theme.xcss
3.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<f:template xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http:/jsf.exadel.com/template"
xmlns:u="http:/jsf.exadel.com/template/util">
<u:selector name="body">
<u:style name="font-family" skin="generalFamilyFont"/>
<u:style name="color" skin="generalTextColor"/>
</u:selector>
<u:selector name="h1">
<u:style name="font-family" skin="generalFamilyFont"/>
<u:style name="color" skin="tabDisabledTextColor"/>
</u:selector>
<u:selector name="a:active, a:link, a:visited">
<u:style name="color" skin="generalLinkColor"/>
</u:selector>
<u:selector name="a:hover">
<u:style name="color" skin="hoverLinkColor"/>
</u:selector>
<u:selector name="input[type=text], input[type=password], textarea, select">
<u:style name="background-color" skin="controlBackgroundColor"/>
<u:style name="color" skin="controlTextColor"/>
<u:style name="background-position" value="left top"/>
<u:style name="background-repeat" value="repeat-x"/>
<u:style name="background-image">
<f:resource f:key="org.richfaces.renderkit.html.images.SliderFieldGradient"/>
</u:style>
<u:style name="border" value="1px solid"/>
<u:style name="border-color" skin="tableBorderColor" />
</u:selector>
<u:selector name="select">
<u:style name="background-color" value="transparent"/>
<u:style name="background-image">
<f:resource f:key="org.richfaces.renderkit.html.images.SliderFieldGradient"/>
</u:style>
</u:selector>
<u:selector name="option">
<u:style name="background-color" skin="generalBackgroundColor"/>
</u:selector>
<u:selector name="select[multiple]">
<u:style name="background-color" skin="controlBackgroundColor"/>
</u:selector>
<u:selector name="select[multiple] option">
<u:style name="background-color" value="transparent"/>
</u:selector>
<u:selector name="input[type=submit], input[type=button]">
<u:style name="padding" value="1px 4px"/>
<u:style name="background-image">
<f:resource f:key="org.richfaces.renderkit.html.GradientA"/>
</u:style>
<u:style name="border" value="1px solid"/>
<u:style name="border-color" skin="headerBackgroundColor"/>
<u:style name="color" skin="headerTextColor"/>
<u:style name="font-weight" value="bold"/>
</u:selector>
<u:selector name="input[type=submit][disabled], input[type=button][disabled]">
<u:style name="opacity" value="0.33"/>
</u:selector>
<!-- hack for IE to just get rid of border since it doubles the border if you use one -->
<u:selector name="* html input[type=submit], * html input[type=button], *+html input[type=submit], *+html input[type=button]">
<u:style name="border" value="0"/>
<u:style name="font-size" value="11px"/>
</u:selector>
<u:selector name=".rich-table-subheadercell">
<u:style name="background-image">
<f:resource f:key="org.richfaces.renderkit.images.TabGradientB"/>
</u:style>
</u:selector>
<u:selector name=".rich-toolbar a:link, .rich-toolbar a:visited, .rich-toolbar a:active, .rich-toolbar a:hover">
<u:style name="color" skin="headerTextColor"/>
</u:selector>
<u:selector name=".rich-toolbar a:hover">
<u:style name="color" skin="generalTextColor"/>
</u:selector>
<!--
<u:selector name=".rich-table-subheadercell a:link, .rich-table-subheadercell a:visited, .rich-table-subheadercell a:active">
<u:style name="color" skin="generalTextColor"/>
</u:selector>
-->
<u:selector name=".rich-table-subheadercell a:hover">
<u:style name="color" skin="calendarHolidaysTextColor"/>
</u:selector>
<!-- Define static styles in the CDATA block below (you can also move this block to the top) -->
<f:verbatim><![CDATA[
]]></f:verbatim>
</f:template>