jquery.pnotify.xcss 6.29 KB
<?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>
/* Notice----------------------------------*/
.rf-ny {
    top: 18px;
    right: 18px;
    position: absolute;
    height: auto;
    /* Ensure that the notices are on top of everything else. */
    z-index: 9999;
}
    </f:verbatim>
    <u:selector name=".rf-ny-info">
        <u:style name="color" skin="generalTextColor"/>
    </u:selector>
    <f:verbatim>
.rf-ny-warn {
    color:orange;
}
.rf-ny-error {
    color:red;
}
.rf-ny-fatal {
    color:red;
    font-weight:bold;
}
/* This hides position: fixed from IE6, which doesn't understand it. */
html > body .rf-ny {
    position: fixed;
}
    </f:verbatim>
    <u:selector name=".rf-ny .rf-ny-sh">
        <u:style name="margin" value="0"/>
        <u:style name="padding" value="8px"/>
        <u:style name="background-color" skin="headerBackgroundColor"/>
        <u:style name="color" skin="headerTextColor"/>
        <u:style name="opcity" value=".3"/>
        <u:style name="-moz-border-radius" value="8px"/>
        <u:style name="-webkit-border-radius" value="8px"/>
        <u:style name="border-radius" value="8px"/>
        <u:style name="position" value="absolute"/>
        <u:style name="z-index" value="-1"/>
        <u:style name="top" value=".1em"/>
        <u:style name="left" value=".1em"/>
        <u:style name="bottom" value="-.2em"/>
        <u:style name="right" value="-.2em"/>
    </u:selector>
    <u:selector name=".rf-ny-co">
        <u:style name="height" value="100%"/>
        <u:style name="padding" value=".8em"/>
        <u:style name="border-width" value="1px"/>
        <u:style name="border-style" value="solid"/>
        <u:style name="border-color" value="panelBorderColor"/>
        <u:style name="background-color" skin="generalBackgroundColor"/>
        <u:style name="color" skin="panelTextColor"/>
        <u:style name="-moz-border-radius" value="4px"/>
        <u:style name="-webkit-border-radius" value="4px"/>
        <u:style name="border-radius" value="4px"/>
    </u:selector>
    <f:verbatim>
.rf-ny-co-hover {
    background:red;
}
.rf-ny-cl {
    float: right;
    margin-left: .2em;
}
    </f:verbatim>
    <u:selector name=".rf-ny-cl-ic">
        <u:style name="display" value="block"/>
        <u:style name="width" value="11px"/>
        <u:style name="height" value="11px"/>
        <u:style name="background-image">
            <f:resource f:key="org.richfaces.renderkit.html.images.CancelControlIcon"/>
        </u:style>
    </u:selector>
    <f:verbatim>
.rf-ny-ti {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .4em;
}
.rf-ny-te {
    display: block;
}
.rf-ny-ic {
    display: none;
    float: left;
    margin-right: .2em;
    width:32px;
    height:32px;
}
/* History Pulldown----------------------------------*/
    </f:verbatim>
    <u:selector name=".rf-ny-hc">
        <u:style name="background-color" skin="headerBackgroundColor"/>
        <u:style name="border-color" skin="headerBackgroundColor"/>
        <u:style name="font-size" skin="headerSizeFont"/>
        <u:style name="color" skin="headerTextColor"/>
        <u:style name="font-family" skin="headerFamilyFont"/>
        <u:style name="background-image">
    	    <f:resource f:key="org.richfaces.renderkit.html.GradientA"/>
        </u:style>
        <u:style name="font-weight" value="normal"/>
        <u:style name="color" skin="panelTextColor"/>
        <u:style name="-moz-border-radius-bottomleft" value="4px"/>
        <u:style name="-webkit-border-bottom-left-radius" value="4px"/>
        <u:style name="border-bottom-left-radius" value="4px"/>
        <u:style name="-moz-border-radius-bottomright" value="4px"/>
        <u:style name="-webkit-border-bottom-right-radius" value="4px"/>
        <u:style name="border-bottom-right-radius" value="4px"/>
        <u:style name="position" value="absolute"/>
        <u:style name="top" value="0"/>
        <u:style name="right" value="18px"/>
        <u:style name="width" value="70px"/>
        <u:style name="z-index" value="10000"/>
    </u:selector>
    <f:verbatim>
.rf-ny-hc .rf-ny-hh {
    padding: 2px;
}
.rf-ny-hc button {
    cursor: pointer;
    display: block;
    width: 100%;
}
.rc-ny-ha {
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
    </f:verbatim>
    <u:selector name=".rf-ny-hc .rf-ny-hp">
        <u:style name="display" value="block"/>
        <u:style name="margin" value="0 auto"/>
        <u:style name="width" value="16px"/>
        <u:style name="height" value="16px"/>
        <u:style name="background-color" skin="panelTextColor"/>
        <u:style name="background-image">
            <f:resource f:key="/org/richfaces/renderkit/html/images/triangleIconDown.png"/>
        </u:style>
    </u:selector>
    <u:selector name=".rc-ny-hl">
        <u:style name="border-color" skin="panelBorderColor"/>
        <u:style name="background-color" skin="generalBackgroundColor"/>
        <u:style name="font-weight" value="normal"/>
        <u:style name="color" skin="panelTextColor"/>
        <u:style name="-moz-border-radius" value="4px"/>
        <u:style name="-webkit-border-radius" value="4px"/>
        <u:style name="border-radius" value="4px"/>
    </u:selector>
    <u:selector name=".rf-ny-info .rf-ny-ic">
        <u:style name="display" value="block"/>
        <u:style name="background-image">
            <f:resource f:key="/org/richfaces/renderkit/html/images/info.png"/>
        </u:style>
    </u:selector>
    <u:selector name=".rf-ny-warn .rf-ny-ic">
        <u:style name="display" value="block"/>
        <u:style name="background-image">
            <f:resource f:key="/org/richfaces/renderkit/html/images/warn.png"/>
        </u:style>
    </u:selector>
    <u:selector name=".rf-ny-error .rf-ny-ic">
        <u:style name="display" value="block"/>
        <u:style name="background-image">
            <f:resource f:key="/org/richfaces/renderkit/html/images/error.png"/>
        </u:style>
    </u:selector>
    <u:selector name=".rf-ny-fatal .rf-ny-ic">
        <u:style name="display" value="block"/>
        <u:style name="background-image">
            <f:resource f:key="/org/richfaces/renderkit/html/images/fatal.png"/>
        </u:style>
    </u:selector>
</f:template>