Home
last modified time | relevance | path

Searched refs:Opacity (Results 1 – 25 of 45) sorted by relevance

12

/plugin/translation2/
H A Dstyle.css7 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
13 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
19 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php16 use ComboStrap\Opacity; alias
98 $opacityAttribute = $background[Opacity::OPACITY_ATTRIBUTE] ?? null;
100 $tagAttributes->addComponentAttributeValueIfNotEmpty(Opacity::OPACITY_ATTRIBUTE, $opacityAttribute);
217 if ($tagAttributes->hasComponentAttribute(Opacity::OPACITY_ATTRIBUTE)) {
218 $opacity = $tagAttributes->getValueAndRemove(Opacity::OPACITY_ATTRIBUTE);
/plugin/combo/ComboStrap/
H A DOpacity.php9 class Opacity class
H A DMediaMarkup.php89 Opacity::OPACITY_ATTRIBUTE,
H A DTagAttributes.php582 Opacity::processOpacityAttribute($this);
/plugin/webcode/vendor/
H A Dfirebug-lite.css30 …d:url(firebug.gif) no-repeat 5px 3px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); }
31 …active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); }
32 …if) no-repeat -3px -48px; border:0 !important; opacity:0.7; filter:Alpha(Opacity:80); *padding:0px…
33 …active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity:100); }
49 …l(firebug.gif) no-repeat 65px -151px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); }
50 …active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); }
57 …ound:transparent; *background:url(spacer.gif); opacity:0.5; filter:Alpha(Opacity=50); padding:0; m…
58 …ute; top:0; left:0; background:rgb(0,150,255); opacity:0.5; filter:Alpha(Opacity=50); padding:0; m…
86 …px 10px; background:url(firebug.gif) no-repeat -3px -34px; opacity:0.8; filter:Alpha(Opacity:80); }
87 #Firebug .Console .MLButton:hover { opacity:1; filter:Alpha(Opacity:100); }
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite.css41 #Firebug .ButtonContainer .Logo { text-decoration:none; padding-left:24px; background:url(firebug.gif) no-repeat 5px 3px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); }
42 #Firebug .ButtonContainer .Logo:hover, #Firebug .ButtonContainer .Logo:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); }
43 #Firebug .ButtonContainer .Maximize, #Firebug .ButtonContainer .Minimize, #Firebug .ButtonContainer .NewWindow, #Firebug .ButtonContainer .Dock, #Firebug .ButtonContainer .Close { position:absolute; right:0; top:12px; padding:6px 8px 8px 8px; background:url(firebug.gif) no-repeat -3px -48px; border:0 !important; opacity:0.7; filter:Alpha(Opacity:80); *padding:0px 7px 1px 7px; }
44 #Firebug .ButtonContainer .Maximize:hover, #Firebug .ButtonContainer .Maximize:active, #Firebug .ButtonContainer .NewWindow:hover, #Firebug .ButtonContainer .NewWindow:active, #Firebug .ButtonContainer .Dock:hover, #Firebug .ButtonContainer .Dock:active, #Firebug .ButtonContainer .Minimize:hover, #Firebug .ButtonContainer .Minimize:active, #Firebug .ButtonContainer .Close:hover, #Firebug .ButtonContainer .Close:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity:100); }
60 #Firebug .Nav .Settings .Options { text-decoration:none; padding-left:24px; background:url(firebug.gif) no-repeat 65px -151px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); }
61 #Firebug .Nav .Settings .Options:hover, #Firebug .ButtonContainer .Options:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); }
68 #FirebugBorderInspector { display:none; z-index:99999998; position:absolute; top:0; left:0; border:2px solid #0000ff; background:transparent; *background:url(spacer.gif); opacity:0.5; filter:Alpha(Opacity=50); padding:0; margin:0; }
69 #FirebugBGInspector { display:none; z-index:99999998; position:absolute; top:0; left:0; background:rgb(0,150,255); opacity:0.5; filter:Alpha(Opacity=50); padding:0; margin:0; }
97 #Firebug .Console .MLButton { cursor:pointer; position:absolute; top:276px; right:-22px; width:20px; padding:4px 10px 10px 10px; font-size:1px; *padding:2px 10px 10px 10px; background:url(firebug.gif) no-repeat -3px -34px; opacity:0.8; filter:Alpha(Opacity:80); }
98 #Firebug .Console .MLButton:hover { opacity:1; filter:Alpha(Opacity
[all...]
/plugin/widearea/widearea/
H A Dwidearea.css94 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
107 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO10 Opacity
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js349 Effect.Opacity = Class.create(Effect.Base, {
539 return new Effect.Opacity(element,options);
556 return new Effect.Opacity(element,options);
574 new Effect.Opacity(element, { sync: true, to: 0.0 } ) ],
649 new Effect.Opacity(element, { sync: true, to: 0.0 }) ],
821 …[ new Effect.Opacity(effect.element, { sync: true, to: 1.0, from: 0.0, transition: options.opacity…
880 …[ new Effect.Opacity(element, { sync: true, to: 0.0, from: 1.0, transition: options.opacityTransit…
902 return new Effect.Opacity(element,
H A Ddragdrop.js238 new Effect.Opacity(element, {duration:0.2, from:0.7, to:toOpacity,
260 new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7});
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.less138 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
193 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
328 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
334 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak51 opacity=Opacity
H A Deditor.properties52 opacity=Opacity
H A Deditor.properties.bak50 opacity=Opacity
H A Deditor_zh-CN.properties51 opacity=Opacity
/plugin/confmanager/
H A Dstyle.css174 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/plugin/combo/
H A Ddeleted.files83 class/Opacity.php
/plugin/advrack/
H A Dstyle.css616 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak636 "Opacity (0-100)")));
659 "Opacity (0-100)")));
/plugin/diagramsnet/lib/resources/
H A Ddia_kn.txt534 opacity=Opacity
730 textOpacity=Text Opacity
H A Ddia_si.txt534 opacity=Opacity
730 textOpacity=Text Opacity
H A Ddia_sl.txt534 opacity=Opacity
730 textOpacity=Text Opacity
H A Ddia_ta.txt534 opacity=Opacity
730 textOpacity=Text Opacity
H A Ddia_bn.txt534 opacity=Opacity
730 textOpacity=Text Opacity

12