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,11 @@
.yui3-overlay {
position:absolute;
}
.yui3-overlay-hidden {
visibility:hidden
}
.yui3-widget-tmp-forcesize .yui3-overlay-content {
overflow:hidden !important;
}
@@ -0,0 +1,175 @@
.yui3-skin-night{
background-color:#000;
font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
color:#fff;
}
.yui3-skin-night .yui3-overlay-content ul,
.yui3-skin-night .yui3-overlay-content ol,
.yui3-skin-night .yui3-overlay-content li {
margin: 0;
padding: 0;
list-style:none;
zoom:1;
}
.yui3-skin-night .yui3-overlay-content li{
*float:left;
}
.yui3-skin-night .yui3-overlay-content {
background-color:#6d6e6e;
-moz-box-shadow:0 0 17px rgba(0,0,0,0.58);
-webkit-box-shadow:0 0 17px rgba(0,0,0,0.58);
box-shadow:0 0 17px rgba(0,0,0,0.58);
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
}
.yui3-skin-night .yui3-overlay-content .yui3-widget-hd {
background-color:#6d6e6e;
-moz-border-radius:7px 7px 0 0;
-webkit-border-radius:7px 7px 0 0;
border-radius:7px 7px 0 0;
color: #fff;
margin:0;
padding:20px 22px 0;
font-size:147%;
}
/*** background of bd and ft ***/
.yui3-skin-night .yui3-overlay-content .yui3-widget-bd {
padding:11px 22px 17px;
font-size:92%;
/*margin-bottom:-1px; this was needed on ipad to close gap between ft and bd*/
}
.yui3-skin-night .yui3-overlay .yui3-widget-bd li{
margin: 0.04em;
}
/*.yui3-skin-night .yui3-widget-bd li:last-child{
margin-bottom:0.4em;
}*/
.yui3-skin-night .yui3-overlay-content .yui3-widget-ft{
background-color:#575858;
border-top:solid 1px #494a4a;
-moz-border-radius:0 0 7px 7px;
-webkit-border-radius:0 0 7px 7px;
border-radius:0 0 7px 7px;
padding:17px 25px 20px;
text-align:center;
/*font-size:92%;*/
}
/* For Buttons */
.yui3-skin-night .yui3-overlay-content .yui3-widget-ft li {
margin:3px;
display:inline-block;
}
.yui3-skin-night .yui3-overlay-content .yui3-widget-ft li a{
border:solid 1px #1B1C1C;
border-radius: 6px;
-moz-box-shadow: 0 1px #677478;
-webkit-box-shadow: 0 1px #677478;
box-shadow: 0 1px #677478;
text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
font-size:85%;
text-align:center;
color: #fff;
padding: 6px 28px;
background-color:#2B2D2D;
background: -moz-linear-gradient(
0% 100% 90deg,
#242526 0%,
#3b3c3d 96%,
#2C2D2F 100%
);
background: -webkit-gradient(
linear,
left bottom,
left top,
from(#242526),
color-stop(0.96, #3b3c3d),
to(#2C2D2F)
);
}
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:first-child {
margin-left:0;
}
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child {
margin-right:0;
}
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child a {
border:solid 1px #520E00;
-moz-box-shadow: 0 1px #7D5D57;
-webkit-box-shadow: 0 1px #7D5D57;
box-shadow: 0 1px #7D5D57;
background-color:#901704;
background: -moz-linear-gradient(
100% 0% 270deg,
#ab1c0b,
#7b1400
);
background: -webkit-gradient(
linear,
left top,
left bottom,
from(#ab1c0b),
to(#7b1400)
);
margin-right: 0;
}
/*
.yui3-skin-night .yui3-overlay .yui3-widget-ft li{
display:inline-block;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
background-color:#252525;
background: -moz-linear-gradient(
100% 0% 270deg,
#3f3f3f,
#0e0e0e
);
background: -webkit-gradient(
linear,
left top,
left bottom,
from(#3f3f3f),
to(#0e0e0e)
);
line-height:32px;
width:100px;
margin:0px 5px 0px 5px;
}
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:first-child {
margin-left:0px;
}
.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child {
background-color:#901704;
background: -moz-linear-gradient(
100% 0% 270deg,
#ab1c0b,
#7b1400
);
background: -webkit-gradient(
linear,
left top,
left bottom,
from(#ab1c0b),
to(#7b1400)
);
margin-right: 0px;
}
*/
#yui3-widget-mask{
background-color:#000;
opacity:0.5;
}
@@ -0,0 +1 @@
.yui3-overlay{position:absolute}.yui3-overlay-hidden{visibility:hidden}.yui3-widget-tmp-forcesize .yui3-overlay-content{overflow:hidden!important}.yui3-skin-night{background-color:#000;font-family:HelveticaNeue,arial,helvetica,clean,sans-serif;color:#fff}.yui3-skin-night .yui3-overlay-content ul,.yui3-skin-night .yui3-overlay-content ol,.yui3-skin-night .yui3-overlay-content li{margin:0;padding:0;list-style:none;zoom:1}.yui3-skin-night .yui3-overlay-content li{*float:left}.yui3-skin-night .yui3-overlay-content{background-color:#6d6e6e;-moz-box-shadow:0 0 17px rgba(0,0,0,0.58);-webkit-box-shadow:0 0 17px rgba(0,0,0,0.58);box-shadow:0 0 17px rgba(0,0,0,0.58);-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px}.yui3-skin-night .yui3-overlay-content .yui3-widget-hd{background-color:#6d6e6e;-moz-border-radius:7px 7px 0 0;-webkit-border-radius:7px 7px 0 0;border-radius:7px 7px 0 0;color:#fff;margin:0;padding:20px 22px 0;font-size:147%}.yui3-skin-night .yui3-overlay-content .yui3-widget-bd{padding:11px 22px 17px;font-size:92%}.yui3-skin-night .yui3-overlay .yui3-widget-bd li{margin:.04em}.yui3-skin-night .yui3-overlay-content .yui3-widget-ft{background-color:#575858;border-top:solid 1px #494a4a;-moz-border-radius:0 0 7px 7px;-webkit-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;padding:17px 25px 20px;text-align:center}.yui3-skin-night .yui3-overlay-content .yui3-widget-ft li{margin:3px;display:inline-block}.yui3-skin-night .yui3-overlay-content .yui3-widget-ft li a{border:solid 1px #1b1c1c;border-radius:6px;-moz-box-shadow:0 1px #677478;-webkit-box-shadow:0 1px #677478;box-shadow:0 1px #677478;text-shadow:0 -1px 0 rgba(0,0,0,0.7);font-size:85%;text-align:center;color:#fff;padding:6px 28px;background-color:#2b2d2d;background:-moz-linear-gradient(0% 100% 90deg,#242526 0,#3b3c3d 96%,#2c2d2f 100%);background:-webkit-gradient(linear,left bottom,left top,from(#242526),color-stop(0.96,#3b3c3d),to(#2c2d2f))}.yui3-skin-night .yui3-overlay .yui3-widget-ft li:first-child{margin-left:0}.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child{margin-right:0}.yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child a{border:solid 1px #520e00;-moz-box-shadow:0 1px #7d5d57;-webkit-box-shadow:0 1px #7d5d57;box-shadow:0 1px #7d5d57;background-color:#901704;background:-moz-linear-gradient(100% 0 270deg,#ab1c0b,#7b1400);background:-webkit-gradient(linear,left top,left bottom,from(#ab1c0b),to(#7b1400));margin-right:0}#yui3-widget-mask{background-color:#000;opacity:.5}#yui3-css-stamp.skin-night-overlay{display:none}
@@ -0,0 +1 @@
.yui3-overlay{position:absolute}.yui3-overlay-hidden{visibility:hidden}.yui3-widget-tmp-forcesize .yui3-overlay-content{overflow:hidden!important}#yui3-css-stamp.skin-sam-overlay{display:none}
@@ -0,0 +1,39 @@
YUI.add('overlay', function (Y, NAME) {
/**
* Provides a basic Overlay widget, with Standard Module content support. The Overlay widget
* provides Page XY positioning support, alignment and centering support along with basic
* stackable support (z-index and shimming).
*
* @module overlay
*/
/**
* A basic Overlay 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.
*
* @class Overlay
* @constructor
* @extends Widget
* @uses WidgetStdMod
* @uses WidgetPosition
* @uses WidgetStack
* @uses WidgetPositionAlign
* @uses WidgetPositionConstrain
* @param {Object} object The user configuration for the instance.
*/
Y.Overlay = Y.Base.create("overlay", Y.Widget, [Y.WidgetStdMod, Y.WidgetPosition, Y.WidgetStack, Y.WidgetPositionAlign, Y.WidgetPositionConstrain]);
}, '3.18.1', {
"requires": [
"widget",
"widget-stdmod",
"widget-position",
"widget-position-align",
"widget-stack",
"widget-position-constrain"
],
"skinnable": true
});
+1
View File
@@ -0,0 +1 @@
YUI.add("overlay",function(e,t){e.Overlay=e.Base.create("overlay",e.Widget,[e.WidgetStdMod,e.WidgetPosition,e.WidgetStack,e.WidgetPositionAlign,e.WidgetPositionConstrain])},"3.18.1",{requires:["widget","widget-stdmod","widget-position","widget-position-align","widget-stack","widget-position-constrain"],skinnable:!0});
+39
View File
@@ -0,0 +1,39 @@
YUI.add('overlay', function (Y, NAME) {
/**
* Provides a basic Overlay widget, with Standard Module content support. The Overlay widget
* provides Page XY positioning support, alignment and centering support along with basic
* stackable support (z-index and shimming).
*
* @module overlay
*/
/**
* A basic Overlay 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.
*
* @class Overlay
* @constructor
* @extends Widget
* @uses WidgetStdMod
* @uses WidgetPosition
* @uses WidgetStack
* @uses WidgetPositionAlign
* @uses WidgetPositionConstrain
* @param {Object} object The user configuration for the instance.
*/
Y.Overlay = Y.Base.create("overlay", Y.Widget, [Y.WidgetStdMod, Y.WidgetPosition, Y.WidgetStack, Y.WidgetPositionAlign, Y.WidgetPositionConstrain]);
}, '3.18.1', {
"requires": [
"widget",
"widget-stdmod",
"widget-position",
"widget-position-align",
"widget-stack",
"widget-position-constrain"
],
"skinnable": true
});