diff options
Diffstat (limited to 'js/yui3/widget-stack/assets')
-rw-r--r-- | js/yui3/widget-stack/assets/skins/night/widget-stack.css | 7 | ||||
-rw-r--r-- | js/yui3/widget-stack/assets/skins/sam/widget-stack.css | 7 | ||||
-rw-r--r-- | js/yui3/widget-stack/assets/widget-stack-core.css | 25 |
3 files changed, 39 insertions, 0 deletions
diff --git a/js/yui3/widget-stack/assets/skins/night/widget-stack.css b/js/yui3/widget-stack/assets/skins/night/widget-stack.css new file mode 100644 index 000000000..9e3b2e159 --- /dev/null +++ b/js/yui3/widget-stack/assets/skins/night/widget-stack.css @@ -0,0 +1,7 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +.yui3-widget-stacked .yui3-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:0;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;_height:0}#yui3-css-stamp.skin-night-widget-stack{display:none} diff --git a/js/yui3/widget-stack/assets/skins/sam/widget-stack.css b/js/yui3/widget-stack/assets/skins/sam/widget-stack.css new file mode 100644 index 000000000..61ac07ba4 --- /dev/null +++ b/js/yui3/widget-stack/assets/skins/sam/widget-stack.css @@ -0,0 +1,7 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +.yui3-widget-stacked .yui3-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:0;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;_height:0}#yui3-css-stamp.skin-sam-widget-stack{display:none} diff --git a/js/yui3/widget-stack/assets/widget-stack-core.css b/js/yui3/widget-stack/assets/widget-stack-core.css new file mode 100644 index 000000000..c27008606 --- /dev/null +++ b/js/yui3/widget-stack/assets/widget-stack-core.css @@ -0,0 +1,25 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +.yui3-widget-stacked .yui3-widget-shim { + opacity:0; + filter:alpha(opacity=0); + position:absolute; + border:none; + top:0px; + left:0px; + padding:0; + margin:0; + z-index:-1; + width:100%; + height:100%; + /* + We'll be setting these programmatically for IE6, + to account for cases where height is not set + */ + _width:0; + _height:0; +}
\ No newline at end of file |