Home
last modified time | relevance | path

Searched refs:alpha (Results 326 – 332 of 332) sorted by last modified time

1...<<11121314

/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_editor.css137 height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
154 filter: alpha(opacity=70); /* IE */
160 filter: gray() alpha(opacity=30); /* IE */
263 filter: alpha(opacity=70);
280 filter: gray() alpha(opacity=30); /* IE */
387 filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
415 filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_editor.css144 height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
163 filter: alpha(opacity=70); /* IE */
169 filter: gray() alpha(opacity=30); /* IE */
271 filter: alpha(opacity=70);
288 filter: gray() alpha(opacity=30); /* IE */
396 filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
427 filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc240 <cfargument name="alpha" required="yes" type="numeric">
247 <cfset imageResults = imageCFC.watermark(variables.img,"","",wmImage,alpha,placeAtX,placeAtY)>
250 <cfset imageResults = imageCFC.watermark(variables.img,wmImage,"","",alpha,placeAtX,placeAtY)>
/plugin/indexmenu2/cms/templates/ClassicVerticalBlended/CssHover/
H A Ddesign.css4 filter: alpha(opacity=70);
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js233 this.addLayout = function(code, name, alpha, diff, alt, deadkeys) { argument
248 …if (!isArray(alpha) || 47!=alpha.length) throw new Error ('VirtualKeyboard.addLayout requires 3rd …
267 for (var i=0, aL = alpha.length; i<aL; i++) {
276 lt[i] = [alpha[i], // normal chars
/plugin/aimg/
H A Dscript.js553 else if (f.length && f.alpha) with (f.alpha)
/plugin/menupopup/
H A Dstyle.css41 filter:alpha(opacity=90);

1...<<11121314