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