Blame view

samples/jQueryPlugin-sample/src/main/resources/jquery.pnotify.xcss 6.29 KB
bernard authored
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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
<?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>