rspanel.xcss

来自「评分系统,acegi+JSF+spring+hibernate,可上传附件」· XCSS 代码 · 共 56 行

XCSS
56
字号
<?xml version="1.0" encoding="UTF-8"?>
<f:template xmlns:f='http:/jsf.exadel.com/template'
   xmlns:u='http:/jsf.exadel.com/template/util' 
   xmlns="http://www.w3.org/1999/xhtml" >
   
<f:verbatim><![CDATA[

.rsPanel {
    border-width:1px;
    border-style:solid;
    padding:10px;
    background-position : top left;
    background-repeat : repeat-x;   
    
}
.rsInput {
    border-style:solid;
    border-width:1px;
}
.rsButton {
    border-width:2px;
    border-style:outset;
}
.rsLabel {
    font-size: 12px;
}

]]></f:verbatim>

<u:selector name=".rsPanel">
    <u:style name="border-color" skin="panelBorderColor" />
    <u:style name="background-color" skin="headerBackgroundColor" />
    <u:style name="background-image" >
           <f:resource f:key="org.richfaces.renderkit.html.GradientA"/>
     </u:style>
</u:selector>

<u:selector name=".rsInput">
    <u:style name="background-color" skin="additionalBackgroundColor" />
</u:selector>

<u:selector name=".rsButton">
    <u:style name="background-image" value="none" />
    <u:style name="background-color" skin="additionalBackgroundColor" />
    <u:style name="border-color" skin="panelBorderColor" />
</u:selector>

<u:selector name=".rsLabel">
    <u:style name="color" skin="headerTextColor" />
</u:selector>


    <u:style name="color" skin="headerTextColor" />


</f:template>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?