first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 18:11:26 -04:00
commit e592ca6823
27270 changed files with 5002257 additions and 0 deletions
@@ -0,0 +1,22 @@
.yui3-panel {
position: absolute;
}
.yui3-panel-hidden {
visibility: hidden;
}
.yui3-widget-tmp-forcesize .yui3-panel-content {
overflow: hidden !important;
}
.yui3-panel .yui3-widget-hd {
position: relative;
}
.yui3-panel .yui3-widget-hd .yui3-widget-buttons {
position: absolute;
top: 0;
right: 0;
}
.yui3-panel .yui3-widget-ft .yui3-widget-buttons {
display: inline-block;
*display: inline;
zoom: 1;
}
@@ -0,0 +1,123 @@
.yui3-skin-night .yui3-panel {
color: #FFFFFF;
font-family: HelveticaNeue, arial, helvetica, clean, sans-serif;
}
.yui3-skin-night .yui3-panel-content {
background: #6D6E6E;
-webkit-box-shadow: 0 0 20px #000;
-moz-box-shadow: 0 0 20px #000;
box-shadow: 0 0 20px #000;
border: 1px solid black;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.yui3-skin-night .yui3-panel .yui3-widget-hd {
padding: 11px 57px 11px 22px; /* Room for close button. */
min-height: 17px; /* For the close button */
_height: 17px; /* IE6 */
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
font-weight: bold;
color: white;
background-color: #555658;
background: -moz-linear-gradient(
0% 100% 90deg,
#343536 0%,
#555658 96%,
#3E3F41 100%
);
background: -webkit-gradient(
linear,
left bottom,
left top,
from(#343536),
color-stop(0.96, #555658),
to(#3E3F41)
);
}
.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-widget-buttons {
padding: 11px;
}
.yui3-skin-night .yui3-panel .yui3-widget-bd {
padding: 11px 22px 17px;
}
.yui3-skin-night .yui3-panel .yui3-widget-ft {
background-color: #575858;
border-top: 1px solid #494A4A;
padding: 6px 16px 8px;
text-align: center;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}
.yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-widget-buttons {
bottom: 0;
position: relative;
right: auto;
width: 100%;
text-align: center;
padding-bottom: 0;
margin-left: -5px;
margin-right: -5px;
}
.yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-button {
margin: 5px;
}
/*
Support for icon-based [x] "close" button in the header.
Nicolas Gallagher: "CSS image replacement with pseudo-elements (NIR)"
http://nicolasgallagher.com/css-image-replacement-with-pseudo-elements/
*/
.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close {
/* Reset base button styles */
background: transparent;
filter: none;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
/* Structure */
width: 22px;
height: 17px;
padding: 0;
overflow: hidden;
vertical-align: top;
/* IE < 8 :( */
*font-size: 0;
*line-height: 0;
*letter-spacing: -1000px;
*color: #86A5EC;
*background: url(sprite_icons.png) no-repeat center 3px;
}
.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:hover {
background-color: #333;
}
.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:before {
/*
Displays the [x] icon in place of the "Close" text.
Note: The `width` of this pseudo element is the same as its "host" element.
*/
content: url(sprite_icons.png);
display: inline-block;
text-align: center;
font-size: 0;
line-height: 0;
width: 22px;
margin: 3px 0 0 1px;
}
.yui3-skin-night .yui3-panel-hidden .yui3-widget-hd .yui3-button-close {
/* Required for IE > 7 to deal with pseudo :before element */
display: none;
}
@@ -0,0 +1 @@
.yui3-panel{position:absolute}.yui3-panel-hidden{visibility:hidden}.yui3-widget-tmp-forcesize .yui3-panel-content{overflow:hidden!important}.yui3-panel .yui3-widget-hd{position:relative}.yui3-panel .yui3-widget-hd .yui3-widget-buttons{position:absolute;top:0;right:0}.yui3-panel .yui3-widget-ft .yui3-widget-buttons{display:inline-block;*display:inline;zoom:1}.yui3-skin-night .yui3-panel{color:#fff;font-family:HelveticaNeue,arial,helvetica,clean,sans-serif}.yui3-skin-night .yui3-panel-content{background:#6d6e6e;-webkit-box-shadow:0 0 20px #000;-moz-box-shadow:0 0 20px #000;box-shadow:0 0 20px #000;border:1px solid black;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.yui3-skin-night .yui3-panel .yui3-widget-hd{padding:11px 57px 11px 22px;min-height:17px;_height:17px;-webkit-border-top-left-radius:7px;-webkit-border-top-right-radius:7px;-moz-border-radius-topleft:7px;-moz-border-radius-topright:7px;border-top-left-radius:7px;border-top-right-radius:7px;font-weight:bold;color:white;background-color:#555658;background:-moz-linear-gradient(0% 100% 90deg,#343536 0,#555658 96%,#3e3f41 100%);background:-webkit-gradient(linear,left bottom,left top,from(#343536),color-stop(0.96,#555658),to(#3e3f41))}.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-widget-buttons{padding:11px}.yui3-skin-night .yui3-panel .yui3-widget-bd{padding:11px 22px 17px}.yui3-skin-night .yui3-panel .yui3-widget-ft{background-color:#575858;border-top:1px solid #494a4a;padding:6px 16px 8px;text-align:center;-webkit-border-bottom-right-radius:7px;-webkit-border-bottom-left-radius:7px;-moz-border-radius-bottomright:7px;-moz-border-radius-bottomleft:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px}.yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-widget-buttons{bottom:0;position:relative;right:auto;width:100%;text-align:center;padding-bottom:0;margin-left:-5px;margin-right:-5px}.yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-button{margin:5px}.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close{background:transparent;filter:none;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:22px;height:17px;padding:0;overflow:hidden;vertical-align:top;*font-size:0;*line-height:0;*letter-spacing:-1000px;*color:#86a5ec;*background:url(sprite_icons.png) no-repeat center 3px}.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:hover{background-color:#333}.yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:before{content:url(sprite_icons.png);display:inline-block;text-align:center;font-size:0;line-height:0;width:22px;margin:3px 0 0 1px}.yui3-skin-night .yui3-panel-hidden .yui3-widget-hd .yui3-button-close{display:none}#yui3-css-stamp.skin-night-panel{display:none}
Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

@@ -0,0 +1,95 @@
.yui3-skin-sam .yui3-panel-content {
-webkit-box-shadow: 0 0 5px #333;
-moz-box-shadow: 0 0 5px #333;
box-shadow: 0 0 5px #333;
border: 1px solid black;
background: white;
}
.yui3-skin-sam .yui3-panel .yui3-widget-hd {
padding: 8px 28px 8px 8px; /* Room for close button. */
min-height: 13px; /* For the close button */
_height: 13px; /* IE6 */
color: white;
background-color: #3961c5;
background: -moz-linear-gradient(
0% 100% 90deg,
#2647a0 7%,
#3d67ce 50%,
#426fd9 100%
);
background: -webkit-gradient(
linear,
left bottom,
left top,
from(#2647a0),
color-stop(0.07, #2647a0),
color-stop(0.5, #3d67ce),
to(#426fd9)
);
/*
TODO: Add support for IE and W3C gradients
*/
}
.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-widget-buttons {
padding: 8px;
}
.yui3-skin-sam .yui3-panel .yui3-widget-bd {
padding: 10px;
}
.yui3-skin-sam .yui3-panel .yui3-widget-ft {
background: #EDF5FF;
padding: 8px;
text-align: right;
}
.yui3-skin-sam .yui3-panel .yui3-widget-ft .yui3-button {
margin-left: 8px;
}
/*
Support for icon-based [x] "close" button in the header.
Nicolas Gallagher: "CSS image replacement with pseudo-elements (NIR)"
http://nicolasgallagher.com/css-image-replacement-with-pseudo-elements/
*/
.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close {
/* Reset base button styles */
background: transparent;
filter: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
/* Structure */
width: 13px;
height: 13px;
padding: 0;
overflow: hidden;
vertical-align: top;
/* IE < 8 :( */
*font-size: 0;
*line-height: 0;
*letter-spacing: -1000px;
*color: #86A5EC;
*background: url(sprite_icons.png) no-repeat 1px 1px;
}
.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close:before {
/*
Displays the [x] icon in place of the "Close" text.
Note: The `width` of this pseudo element is the same as its "host" element.
*/
content: url(sprite_icons.png);
display: inline-block;
text-align: center;
font-size: 0;
line-height: 0;
width: 13px;
margin: 1px 0 0 1px;
}
.yui3-skin-sam .yui3-panel-hidden .yui3-widget-hd .yui3-button-close {
/* Required for IE > 7 to deal with pseudo :before element */
display: none;
}
@@ -0,0 +1 @@
.yui3-panel{position:absolute}.yui3-panel-hidden{visibility:hidden}.yui3-widget-tmp-forcesize .yui3-panel-content{overflow:hidden!important}.yui3-panel .yui3-widget-hd{position:relative}.yui3-panel .yui3-widget-hd .yui3-widget-buttons{position:absolute;top:0;right:0}.yui3-panel .yui3-widget-ft .yui3-widget-buttons{display:inline-block;*display:inline;zoom:1}.yui3-skin-sam .yui3-panel-content{-webkit-box-shadow:0 0 5px #333;-moz-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333;border:1px solid black;background:white}.yui3-skin-sam .yui3-panel .yui3-widget-hd{padding:8px 28px 8px 8px;min-height:13px;_height:13px;color:white;background-color:#3961c5;background:-moz-linear-gradient(0% 100% 90deg,#2647a0 7%,#3d67ce 50%,#426fd9 100%);background:-webkit-gradient(linear,left bottom,left top,from(#2647a0),color-stop(0.07,#2647a0),color-stop(0.5,#3d67ce),to(#426fd9))}.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-widget-buttons{padding:8px}.yui3-skin-sam .yui3-panel .yui3-widget-bd{padding:10px}.yui3-skin-sam .yui3-panel .yui3-widget-ft{background:#edf5ff;padding:8px;text-align:right}.yui3-skin-sam .yui3-panel .yui3-widget-ft .yui3-button{margin-left:8px}.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close{background:transparent;filter:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:13px;height:13px;padding:0;overflow:hidden;vertical-align:top;*font-size:0;*line-height:0;*letter-spacing:-1000px;*color:#86a5ec;*background:url(sprite_icons.png) no-repeat 1px 1px}.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close:before{content:url(sprite_icons.png);display:inline-block;text-align:center;font-size:0;line-height:0;width:13px;margin:1px 0 0 1px}.yui3-skin-sam .yui3-panel-hidden .yui3-widget-hd .yui3-button-close{display:none}#yui3-css-stamp.skin-sam-panel{display:none}
Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

+112
View File
@@ -0,0 +1,112 @@
YUI.add('panel', function (Y, NAME) {
// TODO: Change this description!
/**
Provides a Panel widget, a widget that mimics the functionality of a regular OS
window. Comes with Standard Module support, XY Positioning, Alignment Support,
Stack (z-index) support, modality, auto-focus and auto-hide functionality, and
header/footer button support.
@module panel
**/
var getClassName = Y.ClassNameManager.getClassName;
// TODO: Change this description!
/**
A basic Panel Widget, which can be positioned based on Page XY co-ordinates and
is stackable (z-index support). It also provides alignment and centering support
and uses a standard module format for it's content, with header, body and footer
section support. It can be made modal, and has functionality to hide and focus
on different events. The header and footer sections can be modified to allow for
button support.
@class Panel
@constructor
@extends Widget
@uses WidgetAutohide
@uses WidgetButtons
@uses WidgetModality
@uses WidgetPosition
@uses WidgetPositionAlign
@uses WidgetPositionConstrain
@uses WidgetStack
@uses WidgetStdMod
@since 3.4.0
*/
Y.Panel = Y.Base.create('panel', Y.Widget, [
// Other Widget extensions depend on these two.
Y.WidgetPosition,
Y.WidgetStdMod,
Y.WidgetAutohide,
Y.WidgetButtons,
Y.WidgetModality,
Y.WidgetPositionAlign,
Y.WidgetPositionConstrain,
Y.WidgetStack
], {
// -- Public Properties ----------------------------------------------------
/**
Collection of predefined buttons mapped from name => config.
Panel includes a "close" button which can be use by name. When the close
button is in the header (which is the default), it will look like: [x].
See `addButton()` for a list of possible configuration values.
@example
// Panel with close button in header.
var panel = new Y.Panel({
buttons: ['close']
});
// Panel with close button in footer.
var otherPanel = new Y.Panel({
buttons: {
footer: ['close']
}
});
@property BUTTONS
@type Object
@default {close: {}}
@since 3.5.0
**/
BUTTONS: {
close: {
label : 'Close',
action : 'hide',
section: 'header',
// Uses `type="button"` so the button's default action can still
// occur but it won't cause things like a form to submit.
template : '<button type="button" />',
classNames: getClassName('button', 'close')
}
}
}, {
ATTRS: {
// TODO: API Docs.
buttons: {
value: ['close']
}
}
});
}, '3.18.1', {
"requires": [
"widget",
"widget-autohide",
"widget-buttons",
"widget-modality",
"widget-position",
"widget-position-align",
"widget-position-constrain",
"widget-stack",
"widget-stdmod"
],
"skinnable": true
});
+1
View File
@@ -0,0 +1 @@
YUI.add("panel",function(e,t){var n=e.ClassNameManager.getClassName;e.Panel=e.Base.create("panel",e.Widget,[e.WidgetPosition,e.WidgetStdMod,e.WidgetAutohide,e.WidgetButtons,e.WidgetModality,e.WidgetPositionAlign,e.WidgetPositionConstrain,e.WidgetStack],{BUTTONS:{close:{label:"Close",action:"hide",section:"header",template:'<button type="button" />',classNames:n("button","close")}}},{ATTRS:{buttons:{value:["close"]}}})},"3.18.1",{requires:["widget","widget-autohide","widget-buttons","widget-modality","widget-position","widget-position-align","widget-position-constrain","widget-stack","widget-stdmod"],skinnable:!0});
+112
View File
@@ -0,0 +1,112 @@
YUI.add('panel', function (Y, NAME) {
// TODO: Change this description!
/**
Provides a Panel widget, a widget that mimics the functionality of a regular OS
window. Comes with Standard Module support, XY Positioning, Alignment Support,
Stack (z-index) support, modality, auto-focus and auto-hide functionality, and
header/footer button support.
@module panel
**/
var getClassName = Y.ClassNameManager.getClassName;
// TODO: Change this description!
/**
A basic Panel Widget, which can be positioned based on Page XY co-ordinates and
is stackable (z-index support). It also provides alignment and centering support
and uses a standard module format for it's content, with header, body and footer
section support. It can be made modal, and has functionality to hide and focus
on different events. The header and footer sections can be modified to allow for
button support.
@class Panel
@constructor
@extends Widget
@uses WidgetAutohide
@uses WidgetButtons
@uses WidgetModality
@uses WidgetPosition
@uses WidgetPositionAlign
@uses WidgetPositionConstrain
@uses WidgetStack
@uses WidgetStdMod
@since 3.4.0
*/
Y.Panel = Y.Base.create('panel', Y.Widget, [
// Other Widget extensions depend on these two.
Y.WidgetPosition,
Y.WidgetStdMod,
Y.WidgetAutohide,
Y.WidgetButtons,
Y.WidgetModality,
Y.WidgetPositionAlign,
Y.WidgetPositionConstrain,
Y.WidgetStack
], {
// -- Public Properties ----------------------------------------------------
/**
Collection of predefined buttons mapped from name => config.
Panel includes a "close" button which can be use by name. When the close
button is in the header (which is the default), it will look like: [x].
See `addButton()` for a list of possible configuration values.
@example
// Panel with close button in header.
var panel = new Y.Panel({
buttons: ['close']
});
// Panel with close button in footer.
var otherPanel = new Y.Panel({
buttons: {
footer: ['close']
}
});
@property BUTTONS
@type Object
@default {close: {}}
@since 3.5.0
**/
BUTTONS: {
close: {
label : 'Close',
action : 'hide',
section: 'header',
// Uses `type="button"` so the button's default action can still
// occur but it won't cause things like a form to submit.
template : '<button type="button" />',
classNames: getClassName('button', 'close')
}
}
}, {
ATTRS: {
// TODO: API Docs.
buttons: {
value: ['close']
}
}
});
}, '3.18.1', {
"requires": [
"widget",
"widget-autohide",
"widget-buttons",
"widget-modality",
"widget-position",
"widget-position-align",
"widget-position-constrain",
"widget-stack",
"widget-stdmod"
],
"skinnable": true
});