Add CSS files
This commit is contained in:
57
modules/EcmCalls/Hint.css
Executable file
57
modules/EcmCalls/Hint.css
Executable file
@@ -0,0 +1,57 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
div.outTable {
|
||||
width: 100%;
|
||||
display: table;
|
||||
}
|
||||
div.rowTable {
|
||||
display: table-row;
|
||||
}
|
||||
div.cellTable {
|
||||
display: table-cell;
|
||||
}
|
||||
* html div.outTable {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
* html div.rowTable {
|
||||
display: inline;
|
||||
}
|
||||
* html div.cellTable {
|
||||
display: inline;
|
||||
float: left;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.EcmCallsAdditionalDetailsDiv table {
|
||||
padding:0;
|
||||
padding:0 !important;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.EcmCallsAdditionalDetailsDiv table tr {
|
||||
padding:0;
|
||||
padding:0 !important;
|
||||
margin:0;
|
||||
border:none;
|
||||
}
|
||||
|
||||
.EcmCallsAdditionalDetailsDiv table tr td {
|
||||
padding:0;
|
||||
padding:0 !important;
|
||||
margin:0;
|
||||
border:none;
|
||||
}
|
||||
|
||||
.EcmCallsAdditionalDetailsTableTD1 {
|
||||
font-weight:900;
|
||||
width:100px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
.EcmCallsAdditionalDetailsTableTD2 {
|
||||
font-weight:300;
|
||||
width:100px;
|
||||
border:none;
|
||||
}
|
||||
125
modules/EcmCalls/MyTable.css
Executable file
125
modules/EcmCalls/MyTable.css
Executable file
@@ -0,0 +1,125 @@
|
||||
.positions tbody {
|
||||
}
|
||||
|
||||
.positions {
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
border-collapse: separate;
|
||||
table-layout:fixed;
|
||||
}
|
||||
|
||||
.positions tr {
|
||||
}
|
||||
|
||||
.positions td {
|
||||
padding: 2px;
|
||||
vertical-align: center;
|
||||
}
|
||||
|
||||
.positions thead {
|
||||
background-color: rgb(224,240,255);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.positions thead tr {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.positions thead td {
|
||||
border: 1px solid rgb(48,192,255);
|
||||
height: 0px;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.positions tbody {
|
||||
}
|
||||
|
||||
.positions tbody td {
|
||||
border-color: rgb(199,199,199);
|
||||
border-width: 1px;
|
||||
border-right-style: dashed;
|
||||
border-bottom-style: solid;
|
||||
max-height: 24px;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.select {
|
||||
background-color: rgb(255,255,204);
|
||||
}
|
||||
|
||||
.positions .inputs {
|
||||
background-color: white;
|
||||
border: none;
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.positions input {
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.positions select {
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.positions textarea {
|
||||
background-color: white;
|
||||
border: none;
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.selectedRow { background-color: rgb(255,255,204); }
|
||||
.selectedRow .inputs { background-color: rgb(255,255,204); }
|
||||
.selectedRow textarea { background-color: rgb(255,255,204); }
|
||||
|
||||
.selectedCell { background-color: rgb(240,255,160); }
|
||||
.selectedCell .inputs { background-color: rgb(240,255,160); }
|
||||
.selectedCell textarea { background-color: rgb(240,255,160); }
|
||||
|
||||
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
|
||||
.positions tbody .TD4, .TD6 { text-align: right; }
|
||||
|
||||
.positionsLabel {
|
||||
border: 1px dashed rgb(48,192,255);
|
||||
border-bottom: 0px;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
background-color: rgb(224,240,255);
|
||||
font-weight: 700;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
text-align: center;
|
||||
width: 40%;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.positionsField {
|
||||
border: 1px dashed rgb(48,192,255);
|
||||
border-bottom: 0px;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
background-color: white;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
font-weight: 700;
|
||||
width: 60%;
|
||||
height: 24px;
|
||||
text-align: right;
|
||||
margin-right: 10%;
|
||||
padding-right: 10px;
|
||||
}
|
||||
62
modules/EcmCalls/anMenu/anMenu.css
Executable file
62
modules/EcmCalls/anMenu/anMenu.css
Executable file
@@ -0,0 +1,62 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
.anMenu {
|
||||
position: absolute;
|
||||
left: 100;
|
||||
top: 100;
|
||||
height: auto;
|
||||
width: 500px;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
.anMenuHeader {
|
||||
position: relative;
|
||||
width: auto;
|
||||
height: 16px;
|
||||
padding: 3px;
|
||||
background-color: #666666;
|
||||
font: Arial, Helvetica, sans-serif;
|
||||
color: #FFFFFF;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
cursor: move;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.anMenuHeader img {
|
||||
position: absolute;
|
||||
top: 3;
|
||||
right: 3;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.anMenuBody {
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 5px;
|
||||
background-color: #FFFFFF;
|
||||
font: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.anMenuBody div {
|
||||
height: 25px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.anMenuBody div span {
|
||||
display:block;
|
||||
}
|
||||
|
||||
.anMenuFooter {
|
||||
width: auto;
|
||||
height: 20px;
|
||||
padding: 3px;
|
||||
border-top: 1px dotted #666666;
|
||||
background-color: #CCCCCC;
|
||||
font: Arial, Helvetica, sans-serif;
|
||||
color: #FFFFFF;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
}
|
||||
168
modules/EcmCalls/yui/2.6.0/build/container/assets/container-core.css
Executable file
168
modules/EcmCalls/yui/2.6.0/build/container/assets/container-core.css
Executable file
@@ -0,0 +1,168 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
.yui-overlay,
|
||||
.yui-panel-container {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.yui-panel-container form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mask {
|
||||
z-index: 1;
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.mask.block-scrollbars {
|
||||
/*
|
||||
Application of "overflow:auto" prevents Mac scrollbars from bleeding
|
||||
through the modality mask in Gecko. The block-scollbars class is only
|
||||
added for Gecko on MacOS
|
||||
*/
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
PLEASE NOTE:
|
||||
|
||||
1) ".masked select" is used to prevent <SELECT> elements bleeding through
|
||||
the modality mask in IE 6.
|
||||
|
||||
2) ".drag select" is used to hide <SELECT> elements when dragging a
|
||||
Panel in IE 6. This is necessary to prevent some redraw problems with
|
||||
the <SELECT> elements when a Panel instance is dragged.
|
||||
|
||||
3) ".hide-select select" is appended to an Overlay instance's root HTML
|
||||
element when it is being annimated by YAHOO.widget.ContainerEffect.
|
||||
This is necessary because <SELECT> elements don't inherit their parent
|
||||
element's opacity in IE 6.
|
||||
|
||||
*/
|
||||
|
||||
.masked select,
|
||||
.drag select,
|
||||
.hide-select select {
|
||||
_visibility: hidden;
|
||||
}
|
||||
|
||||
.yui-panel-container select {
|
||||
_visibility: inherit;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
There are two known issues with YAHOO.widget.Overlay (and its subclasses) that
|
||||
manifest in Gecko-based browsers on Mac OS X:
|
||||
|
||||
1) Elements with scrollbars will poke through Overlay instances floating
|
||||
above them.
|
||||
|
||||
2) An Overlay's scrollbars and the scrollbars of its child nodes remain
|
||||
visible when the Overlay is hidden.
|
||||
|
||||
To fix these bugs:
|
||||
|
||||
1) The "overflow" property of an Overlay instance's root element and child
|
||||
nodes is toggled between "hidden" and "auto" (through the application
|
||||
and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
|
||||
as its "visibility" configuration property is toggled between
|
||||
"false" and "true."
|
||||
|
||||
2) The "display" property of <SELECT> elements that are child nodes of the
|
||||
Overlay instance's root element is set to "none" when it is hidden.
|
||||
|
||||
PLEASE NOTE:
|
||||
|
||||
1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
|
||||
applied only for Gecko on Mac OS X and are added/removed to/from the
|
||||
Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and
|
||||
"showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
|
||||
|
||||
2) There may be instances where the CSS for a web page or application
|
||||
contains style rules whose specificity override the rules implemented by
|
||||
the Container CSS files to fix this bug. In such cases, is necessary to
|
||||
leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
|
||||
write custom style rules to guard against this bug.
|
||||
|
||||
** For more information on this issue, see:
|
||||
|
||||
+ https://bugzilla.mozilla.org/show_bug.cgi?id=187435
|
||||
+ SourceForge bug #1723530
|
||||
|
||||
*/
|
||||
|
||||
.hide-scrollbars,
|
||||
.hide-scrollbars * {
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.hide-scrollbars select {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.show-scrollbars {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.yui-panel-container.show-scrollbars,
|
||||
.yui-tt.show-scrollbars {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.yui-panel-container.show-scrollbars .underlay,
|
||||
.yui-tt.show-scrollbars .yui-tt-shadow {
|
||||
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
|
||||
the Panel's content changes, to force Safari 2.x to redraw the underlay.
|
||||
We attempt to choose a CSS property which has no visual impact when added,
|
||||
removed.
|
||||
*/
|
||||
.yui-panel-container.shadow .underlay.yui-force-redraw {
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.yui-effect-fade .underlay {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/*
|
||||
PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended
|
||||
to its root element via JavaScript once it has been rendered. The
|
||||
code that creates the shadow lives in the Tooltip's public "onRender"
|
||||
event handler that is a prototype method of YAHOO.widget.Tooltip.
|
||||
Implementers wishing to remove a Tooltip's shadow or add any other markup
|
||||
required for a given skin for Tooltip should override the "onRender" method.
|
||||
*/
|
||||
|
||||
.yui-tt-shadow {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.yui-override-padding {
|
||||
padding:0 !important;
|
||||
}
|
||||
|
||||
.yui-panel-container .container-close {
|
||||
overflow:hidden;
|
||||
text-indent:-10000em;
|
||||
text-decoration:none;
|
||||
}
|
||||
325
modules/EcmCalls/yui/2.6.0/build/container/assets/container.css
Executable file
325
modules/EcmCalls/yui/2.6.0/build/container/assets/container.css
Executable file
@@ -0,0 +1,325 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
.yui-overlay,
|
||||
.yui-panel-container {
|
||||
visibility:hidden;
|
||||
position:absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.yui-tt {
|
||||
visibility:hidden;
|
||||
position:absolute;
|
||||
color:#333;
|
||||
background-color:#FDFFB4;
|
||||
font-family:arial,helvetica,verdana,sans-serif;
|
||||
padding:2px;
|
||||
border:1px solid #FCC90D;
|
||||
font:100% sans-serif;
|
||||
width:auto;
|
||||
}
|
||||
|
||||
/*
|
||||
PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended
|
||||
to its root element via JavaScript once it has been rendered. The
|
||||
code that creates the shadow lives in the Tooltip's public "onRender"
|
||||
event handler that is a prototype method of YAHOO.widget.Tooltip.
|
||||
Implementers wishing to remove a Tooltip's shadow or add any other markup
|
||||
required for a given skin for Tooltip should override the "onRender" method.
|
||||
*/
|
||||
|
||||
.yui-tt-shadow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
* html body.masked select {
|
||||
visibility:hidden;
|
||||
}
|
||||
|
||||
* html div.yui-panel-container select {
|
||||
visibility:inherit;
|
||||
}
|
||||
|
||||
* html div.drag select {
|
||||
visibility:hidden;
|
||||
}
|
||||
|
||||
* html div.hide-select select {
|
||||
visibility:hidden;
|
||||
}
|
||||
|
||||
.mask {
|
||||
z-index: 1;
|
||||
display:none;
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
-moz-opacity: 0.5;
|
||||
opacity:.50;
|
||||
filter: alpha(opacity=50);
|
||||
background-color:#CCC;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
There are two known issues with YAHOO.widget.Overlay (and its subclasses) that
|
||||
manifest in Gecko-based browsers on Mac OS X:
|
||||
|
||||
1) Elements with scrollbars will poke through Overlay instances floating
|
||||
above them.
|
||||
|
||||
2) An Overlay's scrollbars and the scrollbars of its child nodes remain
|
||||
visible when the Overlay is hidden.
|
||||
|
||||
To fix these bugs:
|
||||
|
||||
1) The "overflow" property of an Overlay instance's root element and child
|
||||
nodes is toggled between "hidden" and "auto" (through the application
|
||||
and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
|
||||
as its "visibility" configuration property is toggled between
|
||||
"false" and "true."
|
||||
|
||||
2) The "display" property of <SELECT> elements that are child nodes of the
|
||||
Overlay instance's root element is set to "none" when it is hidden.
|
||||
|
||||
PLEASE NOTE:
|
||||
|
||||
1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
|
||||
applied only for Gecko on Mac OS X and are added/removed to/from the
|
||||
Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and
|
||||
"showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
|
||||
|
||||
2) There may be instances where the CSS for a web page or application
|
||||
contains style rules whose specificity override the rules implemented by
|
||||
the Container CSS files to fix this bug. In such cases, is necessary to
|
||||
leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
|
||||
write custom style rules to guard against this bug.
|
||||
|
||||
** For more information on this issue, see:
|
||||
|
||||
+ https://bugzilla.mozilla.org/show_bug.cgi?id=187435
|
||||
+ SourceForge bug #1723530
|
||||
|
||||
*/
|
||||
|
||||
.hide-scrollbars,
|
||||
.hide-scrollbars * {
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.hide-scrollbars select {
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
.show-scrollbars {
|
||||
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
.yui-panel-container.show-scrollbars {
|
||||
|
||||
overflow: visible;
|
||||
|
||||
}
|
||||
|
||||
.yui-panel-container.show-scrollbars .underlay {
|
||||
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
.yui-panel-container.focused {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Panel underlay styles */
|
||||
|
||||
.yui-panel-container .underlay {
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-panel-container.matte {
|
||||
|
||||
padding: 3px;
|
||||
background-color: #fff;
|
||||
|
||||
}
|
||||
|
||||
.yui-panel-container.shadow .underlay {
|
||||
|
||||
top: 3px;
|
||||
bottom: -3px;
|
||||
right: -3px;
|
||||
left: 3px;
|
||||
background-color: #000;
|
||||
opacity: .12;
|
||||
filter: alpha(opacity=12); /* For IE */
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
|
||||
the Panel's content changes, to force Safari 2.x to redraw the underlay.
|
||||
We attempt to choose a CSS property which has no visual impact when added,
|
||||
removed, but still causes Safari to redraw
|
||||
*/
|
||||
.yui-panel-container.shadow .underlay.yui-force-redraw {
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.yui-effect-fade .underlay {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.yui-panel {
|
||||
visibility:hidden;
|
||||
border-collapse:separate;
|
||||
position:relative;
|
||||
left:0;
|
||||
top:0;
|
||||
font:1em Arial;
|
||||
background-color:#FFF;
|
||||
border:1px solid #000;
|
||||
z-index:1;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.yui-panel .hd {
|
||||
background-color:#3d77cb;
|
||||
color:#FFF;
|
||||
font-size:100%;
|
||||
line-height:100%;
|
||||
border:1px solid #FFF;
|
||||
border-bottom:1px solid #000;
|
||||
font-weight:bold;
|
||||
padding:4px;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.yui-panel .bd {
|
||||
overflow:hidden;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
.yui-panel .bd p {
|
||||
margin:0 0 1em;
|
||||
}
|
||||
|
||||
.yui-panel .container-close {
|
||||
position:absolute;
|
||||
top:5px;
|
||||
right:4px;
|
||||
z-index:6;
|
||||
height:12px;
|
||||
width:12px;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
background:url(close12_1.gif) no-repeat;
|
||||
cursor:pointer;
|
||||
visibility:inherit;
|
||||
text-indent:-10000em;
|
||||
overflow:hidden;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.yui-panel .ft {
|
||||
padding:4px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.yui-simple-dialog .bd .yui-icon {
|
||||
background-repeat:no-repeat;
|
||||
width:16px;
|
||||
height:16px;
|
||||
margin-right:10px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.yui-simple-dialog .bd span.blckicon {
|
||||
background: url("blck16_1.gif") no-repeat;
|
||||
}
|
||||
|
||||
.yui-simple-dialog .bd span.alrticon {
|
||||
background: url("alrt16_1.gif") no-repeat;
|
||||
}
|
||||
|
||||
.yui-simple-dialog .bd span.hlpicon {
|
||||
background: url("hlp16_1.gif") no-repeat;
|
||||
}
|
||||
|
||||
.yui-simple-dialog .bd span.infoicon {
|
||||
background: url("info16_1.gif") no-repeat;
|
||||
}
|
||||
|
||||
.yui-simple-dialog .bd span.warnicon {
|
||||
background: url("warn16_1.gif") no-repeat;
|
||||
}
|
||||
|
||||
.yui-simple-dialog .bd span.tipicon {
|
||||
background: url("tip16_1.gif") no-repeat;
|
||||
}
|
||||
|
||||
.yui-dialog .ft,
|
||||
.yui-simple-dialog .ft {
|
||||
padding-bottom:5px;
|
||||
padding-right:5px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.yui-dialog form,
|
||||
.yui-simple-dialog form {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.button-group button {
|
||||
font:100 76% verdana;
|
||||
text-decoration:none;
|
||||
background-color: #E4E4E4;
|
||||
color: #333;
|
||||
cursor: hand;
|
||||
vertical-align: middle;
|
||||
border: 2px solid #797979;
|
||||
border-top-color:#FFF;
|
||||
border-left-color:#FFF;
|
||||
margin:2px;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
.button-group button.default {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.button-group button:hover,
|
||||
.button-group button.hover {
|
||||
border:2px solid #90A029;
|
||||
background-color:#EBF09E;
|
||||
border-top-color:#FFF;
|
||||
border-left-color:#FFF;
|
||||
}
|
||||
|
||||
.button-group button:active {
|
||||
border:2px solid #E4E4E4;
|
||||
background-color:#BBB;
|
||||
border-top-color:#333;
|
||||
border-left-color:#333;
|
||||
}
|
||||
|
||||
.yui-override-padding {
|
||||
padding:0 !important;
|
||||
}
|
||||
242
modules/EcmCalls/yui/2.6.0/build/container/assets/skins/sam/container-skin.css
Executable file
242
modules/EcmCalls/yui/2.6.0/build/container/assets/skins/sam/container-skin.css
Executable file
@@ -0,0 +1,242 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
/* Panel modality mask styles */
|
||||
.yui-skin-sam .mask {
|
||||
background-color: #000;
|
||||
opacity: .25;
|
||||
*filter: alpha(opacity=25); /* Set opacity in IE */
|
||||
}
|
||||
|
||||
/* Panel styles */
|
||||
.yui-skin-sam .yui-panel-container {
|
||||
padding:0 1px;
|
||||
/* Padding added for IE to allow 0,0 alignment with shadow */
|
||||
*padding:2px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel {
|
||||
position: relative;
|
||||
left:0;
|
||||
top:0;
|
||||
border-style: solid;
|
||||
border-width: 1px 0;
|
||||
border-color: #808080;
|
||||
z-index: 1;
|
||||
|
||||
/* Rollback rounded corner support for IE6/7 */
|
||||
*border-width:1px;
|
||||
*zoom:1;
|
||||
_zoom:normal;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel .hd,
|
||||
.yui-skin-sam .yui-panel .bd,
|
||||
.yui-skin-sam .yui-panel .ft {
|
||||
border-style: solid;
|
||||
border-width: 0 1px;
|
||||
border-color: #808080;
|
||||
margin: 0 -1px;
|
||||
|
||||
/* Rollback rounded corner support for IE6/7 */
|
||||
*margin:0;
|
||||
*border:0;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel .hd {
|
||||
border-bottom: solid 1px #ccc;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel .bd,
|
||||
.yui-skin-sam .yui-panel .ft {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel .hd {
|
||||
padding: 0 10px;
|
||||
font-size: 93%; /* 12px */
|
||||
line-height: 2; /* ~24px */
|
||||
*line-height: 1.9; /* For IE */
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -200px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel .bd {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel .ft {
|
||||
border-top: solid 1px #808080;
|
||||
padding: 5px 10px;
|
||||
font-size: 77%;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel-container.focused .yui-panel .hd {
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .container-close {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 6px;
|
||||
width: 25px;
|
||||
height: 15px;
|
||||
background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -300px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
/* Panel underlay styles */
|
||||
.yui-skin-sam .yui-panel-container .underlay {
|
||||
right: -1px;
|
||||
left: -1px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel-container.matte {
|
||||
padding: 9px 10px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel-container.shadow {
|
||||
/* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */
|
||||
_padding: 2px 4px 0 2px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-panel-container.shadow .underlay {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: -3px;
|
||||
right: -3px;
|
||||
bottom: -3px;
|
||||
|
||||
/* IE7 Strict (provides 3px shadow (when combined with 2px padding applied to container) */
|
||||
*top: 4px;
|
||||
*left: -1px;
|
||||
*right: -1px;
|
||||
*bottom: -1px;
|
||||
|
||||
/* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */
|
||||
_top: 0;
|
||||
_left: 0;
|
||||
_right: 0;
|
||||
_bottom: 0;
|
||||
_margin-top: 3px;
|
||||
_margin-left: -1px;
|
||||
|
||||
background-color: #000;
|
||||
opacity: .12;
|
||||
*filter: alpha(opacity=12); /* Set opacity in IE */
|
||||
}
|
||||
|
||||
|
||||
/* Dialog styles */
|
||||
.yui-skin-sam .yui-dialog .ft {
|
||||
border-top: none;
|
||||
padding: 0 10px 10px 10px;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-dialog .ft .button-group {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Dialog default button style */
|
||||
.yui-skin-sam .yui-dialog .ft button.default {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* Dialog default YUI Button style */
|
||||
.yui-skin-sam .yui-dialog .ft span.default {
|
||||
border-color: #304369;
|
||||
background-position: 0 -1400px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-dialog .ft span.default .first-child {
|
||||
border-color: #304369;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-dialog .ft span.default button {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Dialog YUI Button disabled state */
|
||||
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled {
|
||||
background-position:0pt -1500px;
|
||||
border-color:#ccc;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child {
|
||||
border-color:#ccc;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button {
|
||||
color:#a6a6a6;
|
||||
}
|
||||
|
||||
/* SimpleDialog icon styles */
|
||||
.yui-skin-sam .yui-simple-dialog .bd .yui-icon {
|
||||
background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-simple-dialog .bd span.blckicon {
|
||||
background-position: 0 -1100px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-simple-dialog .bd span.alrticon {
|
||||
background-position: 0 -1050px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-simple-dialog .bd span.hlpicon {
|
||||
background-position: 0 -1150px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-simple-dialog .bd span.infoicon {
|
||||
background-position: 0 -1200px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-simple-dialog .bd span.warnicon {
|
||||
background-position: 0 -1900px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-simple-dialog .bd span.tipicon {
|
||||
background-position: 0 -1250px;
|
||||
}
|
||||
|
||||
/* Tooltip styles */
|
||||
.yui-skin-sam .yui-tt .bd {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
color: #000;
|
||||
padding: 2px 5px;
|
||||
border-color: #D4C237 #A6982B #A6982B #A6982B;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
background-color: #FFEE69;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-tt.show-scrollbars .bd {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-tt-shadow {
|
||||
top: 2px;
|
||||
right: -3px;
|
||||
left: -3px;
|
||||
bottom: -3px;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-tt-shadow-visible {
|
||||
opacity: .12;
|
||||
*filter: alpha(opacity=12); /* For IE */
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2;}.yui-panel-container form{margin:0;}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;}.mask.block-scrollbars{overflow:auto;}.masked select,.drag select,.hide-select select{_visibility:hidden;}.yui-panel-container select{_visibility:inherit;}.hide-scrollbars,.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.show-scrollbars{overflow:auto;}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible;}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto;}.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px;}.yui-effect-fade .underlay{display:none;}.yui-tt-shadow{position:absolute;}.yui-override-padding{padding:0 !important;}.yui-panel-container .container-close{overflow:hidden;text-indent:-10000em;text-decoration:none;}.yui-skin-sam .mask{background-color:#000;opacity:.25;*filter:alpha(opacity=25);}.yui-skin-sam .yui-panel-container{padding:0 1px;*padding:2px;}.yui-skin-sam .yui-panel{position:relative;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;*border-width:1px;*zoom:1;_zoom:normal;}.yui-skin-sam .yui-panel .hd,.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;*margin:0;*border:0;}.yui-skin-sam .yui-panel .hd{border-bottom:solid 1px #ccc;}.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{background-color:#F2F2F2;}.yui-skin-sam .yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -200px;}.yui-skin-sam .yui-panel .bd{padding:10px;}.yui-skin-sam .yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%;}.yui-skin-sam .yui-panel-container.focused .yui-panel .hd{}.yui-skin-sam .container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -300px;cursor:pointer;}.yui-skin-sam .yui-panel-container .underlay{right:-1px;left:-1px;}.yui-skin-sam .yui-panel-container.matte{padding:9px 10px;background-color:#fff;}.yui-skin-sam .yui-panel-container.shadow{_padding:2px 4px 0 2px;}.yui-skin-sam .yui-panel-container.shadow .underlay{position:absolute;top:2px;left:-3px;right:-3px;bottom:-3px;*top:4px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_left:0;_right:0;_bottom:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;*filter:alpha(opacity=12);}.yui-skin-sam .yui-dialog .ft{border-top:none;padding:0 10px 10px 10px;font-size:100%;}.yui-skin-sam .yui-dialog .ft .button-group{display:block;text-align:right;}.yui-skin-sam .yui-dialog .ft button.default{font-weight:bold;}.yui-skin-sam .yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px;}.yui-skin-sam .yui-dialog .ft span.default .first-child{border-color:#304369;}.yui-skin-sam .yui-dialog .ft span.default button{color:#fff;}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled{background-position:0pt -1500px;border-color:#ccc;}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child{border-color:#ccc;}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button{color:#a6a6a6;}.yui-skin-sam .yui-simple-dialog .bd .yui-icon{background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left;}.yui-skin-sam .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px;}.yui-skin-sam .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px;}.yui-skin-sam .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px;}.yui-skin-sam .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px;}.yui-skin-sam .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px;}.yui-skin-sam .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px;}.yui-skin-sam .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#D4C237 #A6982B #A6982B #A6982B;border-width:1px;border-style:solid;background-color:#FFEE69;}.yui-skin-sam .yui-tt.show-scrollbars .bd{overflow:auto;}.yui-skin-sam .yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000;}.yui-skin-sam .yui-tt-shadow-visible{opacity:.12;*filter:alpha(opacity=12);}
|
||||
7
modules/EcmCalls/yui/2.6.0/build/fonts/fonts-min.css
vendored
Executable file
7
modules/EcmCalls/yui/2.6.0/build/fonts/fonts-min.css
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
|
||||
46
modules/EcmCalls/yui/2.6.0/build/fonts/fonts.css
Executable file
46
modules/EcmCalls/yui/2.6.0/build/fonts/fonts.css
Executable file
@@ -0,0 +1,46 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
/**
|
||||
* Percents could work for IE, but for backCompat purposes, we are using keywords.
|
||||
* x-small is for IE6/7 quirks mode.
|
||||
*/
|
||||
body {
|
||||
font:13px/1.231 arial,helvetica,clean,sans-serif;
|
||||
*font-size:small; /* for IE */
|
||||
*font:x-small; /* for IE in quirks mode */
|
||||
}
|
||||
|
||||
/**
|
||||
* Nudge down to get to 13px equivalent for these form elements
|
||||
*/
|
||||
select,
|
||||
input,
|
||||
button,
|
||||
textarea {
|
||||
font:99% arial,helvetica,clean,sans-serif;
|
||||
}
|
||||
|
||||
/**
|
||||
* To help tables remember to inherit
|
||||
*/
|
||||
table {
|
||||
font-size:inherit;
|
||||
font:100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Bump up IE to get to 13px equivalent for these fixed-width elements
|
||||
*/
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
samp,
|
||||
tt {
|
||||
font-family:monospace;
|
||||
*font-size:108%;
|
||||
line-height:100%;
|
||||
}
|
||||
238
modules/EcmCalls/yui/2.6.0/build/menu/assets/menu-core.css
Executable file
238
modules/EcmCalls/yui/2.6.0/build/menu/assets/menu-core.css
Executable file
@@ -0,0 +1,238 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
/* Menu & MenuBar styles */
|
||||
|
||||
.yuimenu {
|
||||
|
||||
top: -999em;
|
||||
left: -999em;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubar {
|
||||
|
||||
position: static;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu .yuimenu,
|
||||
.yuimenubar .yuimenu {
|
||||
|
||||
position: absolute;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubar li,
|
||||
.yuimenu li {
|
||||
|
||||
list-style-type: none;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubar ul,
|
||||
.yuimenu ul,
|
||||
.yuimenubar li,
|
||||
.yuimenu li,
|
||||
.yuimenu h6,
|
||||
.yuimenubar h6 {
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitemlabel,
|
||||
.yuimenubaritemlabel {
|
||||
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
The following style rule trigger the "hasLayout" property in
|
||||
IE (http://msdn2.microsoft.com/en-us/library/ms533776.aspx) for a
|
||||
MenuBar instance's <ul> element, allowing both to clear their floated
|
||||
child <li> elements.
|
||||
*/
|
||||
|
||||
.yuimenubar ul {
|
||||
|
||||
*zoom: 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Remove the "hasLayout" trigger for submenus of MenuBar instances as it
|
||||
is unnecessary.
|
||||
*/
|
||||
|
||||
.yuimenubar .yuimenu ul {
|
||||
|
||||
*zoom: normal;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
The following style rule allows a MenuBar instance's <ul> element to clear
|
||||
its floated <li> elements in Firefox, Safari and and Opera.
|
||||
*/
|
||||
|
||||
.yuimenubar>.bd>ul:after {
|
||||
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubaritem {
|
||||
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubaritemlabel,
|
||||
.yuimenuitemlabel {
|
||||
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitemlabel .helptext {
|
||||
|
||||
font-style: normal;
|
||||
display: block;
|
||||
|
||||
/*
|
||||
The value for the left margin controls how much the help text is
|
||||
offset from the text of the menu item. This value will need to
|
||||
be customized depending on the longest text label of a menu item.
|
||||
*/
|
||||
|
||||
margin: -1em 0 0 10em;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
PLEASE NOTE: The <div> element used for a menu's shadow is appended
|
||||
to its root element via JavaScript once it has been rendered. The
|
||||
code that creates the shadow lives in the menu's public "onRender"
|
||||
event handler that is a prototype method of YAHOO.widget.Menu.
|
||||
Implementers wishing to remove a menu's shadow or add any other markup
|
||||
required for a given skin for menu should override the "onRender" method.
|
||||
*/
|
||||
|
||||
.yui-menu-shadow {
|
||||
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: -1;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-shadow-visible {
|
||||
|
||||
top: 2px;
|
||||
right: -3px;
|
||||
left: -3px;
|
||||
bottom: -3px;
|
||||
visibility: visible;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
There are two known issues with YAHOO.widget.Overlay (the superclass class of
|
||||
Menu) that manifest in Gecko-based browsers on Mac OS X:
|
||||
|
||||
1) Elements with scrollbars will poke through Overlay instances floating
|
||||
above them.
|
||||
|
||||
2) An Overlay's scrollbars and the scrollbars of its child nodes remain
|
||||
visible when the Overlay is hidden.
|
||||
|
||||
To fix these bugs in Menu (a subclass of YAHOO.widget.Overlay):
|
||||
|
||||
1) The "overflow" property of a Menu instance's shadow element and child
|
||||
nodes is toggled between "hidden" and "auto" (through the application
|
||||
and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
|
||||
as its "visibility" configuration property is toggled between
|
||||
"false" and "true."
|
||||
|
||||
2) The "display" property of <select> elements that are child nodes of the
|
||||
Menu instance's root element is set to "none" when it is hidden.
|
||||
|
||||
PLEASE NOTE:
|
||||
|
||||
1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
|
||||
applied only for Gecko on Mac OS X and are added/removed to/from the
|
||||
Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and
|
||||
"showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
|
||||
|
||||
2) There may be instances where the CSS for a web page or application
|
||||
contains style rules whose specificity override the rules implemented by
|
||||
the Menu CSS files to fix this bug. In such cases, is necessary to
|
||||
leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
|
||||
write custom style rules to guard against this bug.
|
||||
|
||||
** For more information on this issue, see:
|
||||
|
||||
+ https://bugzilla.mozilla.org/show_bug.cgi?id=187435
|
||||
+ SourceForge bug #1723530
|
||||
|
||||
*/
|
||||
|
||||
.hide-scrollbars * {
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.hide-scrollbars select {
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
The following style rule (".yuimenu.show-scrollbars") overrides the
|
||||
".show-scrollbars" rule defined in container-core.css which sets the
|
||||
"overflow" property of a YAHOO.widget.Overlay instance's root HTML element to
|
||||
"auto" when it is visible. Without this override, a Menu would have scrollbars
|
||||
when one of its submenus is visible.
|
||||
|
||||
*/
|
||||
|
||||
.yuimenu.show-scrollbars,
|
||||
.yuimenubar.show-scrollbars {
|
||||
|
||||
overflow: visible;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu.hide-scrollbars .yui-menu-shadow,
|
||||
.yuimenubar.hide-scrollbars .yui-menu-shadow {
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu.show-scrollbars .yui-menu-shadow,
|
||||
.yuimenubar.show-scrollbars .yui-menu-shadow {
|
||||
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
497
modules/EcmCalls/yui/2.6.0/build/menu/assets/menu.css
Executable file
497
modules/EcmCalls/yui/2.6.0/build/menu/assets/menu.css
Executable file
@@ -0,0 +1,497 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
/* Menu & MenuBar styles */
|
||||
|
||||
.yuimenu {
|
||||
|
||||
top: -999em;
|
||||
left: -999em;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubar {
|
||||
|
||||
position: static;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu .yuimenu,
|
||||
.yuimenubar .yuimenu {
|
||||
|
||||
position: absolute;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubar li,
|
||||
.yuimenu li {
|
||||
|
||||
list-style-type: none;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubar ul,
|
||||
.yuimenu ul,
|
||||
.yuimenubar li,
|
||||
.yuimenu li,
|
||||
.yuimenu h6,
|
||||
.yuimenubar h6 {
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitemlabel,
|
||||
.yuimenubaritemlabel {
|
||||
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
The following style rule trigger the "hasLayout" property in
|
||||
IE (http://msdn2.microsoft.com/en-us/library/ms533776.aspx) for a
|
||||
MenuBar instance's <ul> element, allowing both to clear their floated
|
||||
child <li> elements.
|
||||
*/
|
||||
|
||||
.yuimenubar ul {
|
||||
|
||||
*zoom: 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Remove the "hasLayout" trigger for submenus of MenuBar instances as it
|
||||
is unnecessary.
|
||||
*/
|
||||
|
||||
.yuimenubar .yuimenu ul {
|
||||
|
||||
*zoom: normal;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
The following style rule allows a MenuBar instance's <ul> element to clear
|
||||
its floated <li> elements in Firefox, Safari and and Opera.
|
||||
*/
|
||||
|
||||
.yuimenubar>.bd>ul:after {
|
||||
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubaritem {
|
||||
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubaritemlabel,
|
||||
.yuimenuitemlabel {
|
||||
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitemlabel .helptext {
|
||||
|
||||
font-style: normal;
|
||||
display: block;
|
||||
|
||||
/*
|
||||
The value for the left margin controls how much the help text is
|
||||
offset from the text of the menu item. This value will need to
|
||||
be customized depending on the longest text label of a menu item.
|
||||
*/
|
||||
|
||||
margin: -1em 0 0 10em;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
PLEASE NOTE: The <div> element used for a menu's shadow is appended
|
||||
to its root element via JavaScript once it has been rendered. The
|
||||
code that creates the shadow lives in the menu's public "onRender"
|
||||
event handler that is a prototype method of YAHOO.widget.Menu.
|
||||
Implementers wishing to remove a menu's shadow or add any other markup
|
||||
required for a given skin for menu should override the "onRender" method.
|
||||
*/
|
||||
|
||||
.yui-menu-shadow {
|
||||
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: -1;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-shadow-visible {
|
||||
|
||||
top: 2px;
|
||||
right: -3px;
|
||||
left: -3px;
|
||||
bottom: -3px;
|
||||
visibility: visible;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
There are two known issues with YAHOO.widget.Overlay (the superclass class of
|
||||
Menu) that manifest in Gecko-based browsers on Mac OS X:
|
||||
|
||||
1) Elements with scrollbars will poke through Overlay instances floating
|
||||
above them.
|
||||
|
||||
2) An Overlay's scrollbars and the scrollbars of its child nodes remain
|
||||
visible when the Overlay is hidden.
|
||||
|
||||
To fix these bugs in Menu (a subclass of YAHOO.widget.Overlay):
|
||||
|
||||
1) The "overflow" property of a Menu instance's shadow element and child
|
||||
nodes is toggled between "hidden" and "auto" (through the application
|
||||
and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
|
||||
as its "visibility" configuration property is toggled between
|
||||
"false" and "true."
|
||||
|
||||
2) The "display" property of <select> elements that are child nodes of the
|
||||
Menu instance's root element is set to "none" when it is hidden.
|
||||
|
||||
PLEASE NOTE:
|
||||
|
||||
1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
|
||||
applied only for Gecko on Mac OS X and are added/removed to/from the
|
||||
Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and
|
||||
"showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
|
||||
|
||||
2) There may be instances where the CSS for a web page or application
|
||||
contains style rules whose specificity override the rules implemented by
|
||||
the Menu CSS files to fix this bug. In such cases, is necessary to
|
||||
leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
|
||||
write custom style rules to guard against this bug.
|
||||
|
||||
** For more information on this issue, see:
|
||||
|
||||
+ https://bugzilla.mozilla.org/show_bug.cgi?id=187435
|
||||
+ SourceForge bug #1723530
|
||||
|
||||
*/
|
||||
|
||||
.hide-scrollbars * {
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.hide-scrollbars select {
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
The following style rule (".yuimenu.show-scrollbars") overrides the
|
||||
".show-scrollbars" rule defined in container-core.css which sets the
|
||||
"overflow" property of a YAHOO.widget.Overlay instance's root HTML element to
|
||||
"auto" when it is visible. Without this override, a Menu would have scrollbars
|
||||
when one of its submenus is visible.
|
||||
|
||||
*/
|
||||
|
||||
.yuimenu.show-scrollbars,
|
||||
.yuimenubar.show-scrollbars {
|
||||
|
||||
overflow: visible;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu.hide-scrollbars .yui-menu-shadow,
|
||||
.yuimenubar.hide-scrollbars .yui-menu-shadow {
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu.show-scrollbars .yui-menu-shadow,
|
||||
.yuimenubar.show-scrollbars .yui-menu-shadow {
|
||||
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* MenuBar style rules */
|
||||
|
||||
.yuimenubar {
|
||||
|
||||
background-color: #f6f7ee;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Menu style rules */
|
||||
|
||||
.yuimenu {
|
||||
|
||||
background-color: #f6f7ee;
|
||||
border: solid 1px #c4c4be;
|
||||
padding: 1px;
|
||||
|
||||
}
|
||||
|
||||
.yui-menu-shadow {
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu ul {
|
||||
|
||||
border: solid 1px #c4c4be;
|
||||
border-width: 1px 0 0 0;
|
||||
padding: 10px 0;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu .yui-menu-body-scrolled {
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Group titles */
|
||||
|
||||
.yuimenu h6,
|
||||
.yuimenubar h6 {
|
||||
|
||||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
border: solid 1px #c4c4be;
|
||||
color: #b9b9b9;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubar h6 {
|
||||
|
||||
float: left;
|
||||
padding: 4px 12px;
|
||||
border-width: 0 1px 0 0;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubar .yuimenu h6 {
|
||||
|
||||
float: none;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu h6 {
|
||||
|
||||
border-width: 1px 0 0 0;
|
||||
padding: 5px 10px 0 10px;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu ul.first-of-type,
|
||||
.yuimenu ul.hastitle,
|
||||
.yuimenu h6.first-of-type {
|
||||
|
||||
border-width: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Top and bottom scroll controls */
|
||||
|
||||
.yuimenu .topscrollbar,
|
||||
.yuimenu .bottomscrollbar {
|
||||
|
||||
height: 16px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
|
||||
.yuimenu .topscrollbar {
|
||||
|
||||
background-image: url(menu_up_arrow.png);
|
||||
|
||||
}
|
||||
|
||||
.yuimenu .topscrollbar_disabled {
|
||||
|
||||
background-image: url(menu_up_arrow_disabled.png);
|
||||
|
||||
}
|
||||
|
||||
.yuimenu .bottomscrollbar {
|
||||
|
||||
background-image: url(menu_down_arrow.png);
|
||||
|
||||
}
|
||||
|
||||
.yuimenu .bottomscrollbar_disabled {
|
||||
|
||||
background-image: url(menu_down_arrow_disabled.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* MenuItem and MenuBarItem styles */
|
||||
|
||||
.yuimenuitem {
|
||||
|
||||
/*
|
||||
For IE: Used to collapse superfluous white space between <li> elements
|
||||
that is triggered by the "display" property of the <a> elements being
|
||||
set to "block."
|
||||
*/
|
||||
|
||||
*border-bottom: solid 1px #f6f7ee;
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitemlabel,
|
||||
.yuimenubaritemlabel {
|
||||
|
||||
font-size: 85%;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitemlabel {
|
||||
|
||||
padding: 2px 24px;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubaritemlabel {
|
||||
|
||||
border-width: 0 0 0 1px;
|
||||
border-style: solid;
|
||||
border-color: #c4c4be;
|
||||
padding: 4px 24px;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubar li.first-of-type .yuimenubaritemlabel {
|
||||
|
||||
border-width: 0;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubaritem-hassubmenu {
|
||||
|
||||
background: url(menubaritem_submenuindicator.png) right center no-repeat;
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitem-hassubmenu {
|
||||
|
||||
background: url(menuitem_submenuindicator.png) right center no-repeat;
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitem-checked {
|
||||
|
||||
background: url(menuitem_checkbox.png) left center no-repeat;
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitemlabel .helptext {
|
||||
|
||||
margin-top: -1.1em;
|
||||
*margin-top: -1.2em; /* For IE*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* MenuItem states */
|
||||
|
||||
|
||||
/* Selected MenuItem */
|
||||
|
||||
.yuimenubaritem-selected,
|
||||
.yuimenuitem-selected {
|
||||
|
||||
background-color: #8c8ad0;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubaritemlabel-selected,
|
||||
.yuimenuitemlabel-selected {
|
||||
|
||||
text-decoration: underline;
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubaritem-hassubmenu-selected {
|
||||
|
||||
background-image: url(menubaritem_submenuindicator_selected.png);
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitem-hassubmenu-selected {
|
||||
|
||||
background-image: url(menuitem_submenuindicator_selected.png);
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitem-checked-selected {
|
||||
|
||||
background-image: url(menuitem_checkbox_selected.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Disabled MenuItem */
|
||||
|
||||
.yuimenubaritemlabel-disabled,
|
||||
.yuimenuitemlabel-disabled {
|
||||
|
||||
cursor: default;
|
||||
color: #b9b9b9;
|
||||
|
||||
}
|
||||
|
||||
.yuimenubaritem-hassubmenu-disabled {
|
||||
|
||||
background-image: url(menubaritem_submenuindicator_disabled.png);
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitem-hassubmenu-disabled {
|
||||
|
||||
background-image: url(menuitem_submenuindicator_disabled.png);
|
||||
|
||||
}
|
||||
|
||||
.yuimenuitem-checked-disabled {
|
||||
|
||||
background-image: url(menuitem_checkbox_disabled.png);
|
||||
|
||||
}
|
||||
325
modules/EcmCalls/yui/2.6.0/build/menu/assets/skins/sam/menu-skin.css
Executable file
325
modules/EcmCalls/yui/2.6.0/build/menu/assets/skins/sam/menu-skin.css
Executable file
@@ -0,0 +1,325 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
/* MenuBar style rules */
|
||||
|
||||
.yui-skin-sam .yuimenubar {
|
||||
|
||||
font-size: 93%; /* 12px */
|
||||
line-height: 2; /* ~24px */
|
||||
*line-height: 1.9; /* For IE */
|
||||
border: solid 1px #808080;
|
||||
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* MenuBarItem style rules */
|
||||
|
||||
.yui-skin-sam .yuimenubarnav .yuimenubaritem {
|
||||
|
||||
border-right: solid 1px #ccc;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenubaritemlabel {
|
||||
|
||||
padding: 0 10px;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
border-style: solid;
|
||||
border-color: #808080;
|
||||
border-width: 1px 0;
|
||||
*position: relative; /* Necessary to get negative margins in IE. */
|
||||
margin: -1px 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel {
|
||||
|
||||
padding-right: 20px;
|
||||
|
||||
/*
|
||||
Prevents the label from shifting left in IE when the
|
||||
".yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected"
|
||||
rule us applied.
|
||||
*/
|
||||
|
||||
*display: inline-block;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
|
||||
|
||||
background: url(menubaritem_submenuindicator.png) right center no-repeat;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* MenuBarItem states */
|
||||
|
||||
/* Selected MenuBarItem */
|
||||
|
||||
.yui-skin-sam .yuimenubaritem-selected {
|
||||
|
||||
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenubaritemlabel-selected {
|
||||
|
||||
border-color: #7D98B8;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
|
||||
|
||||
border-left-width: 1px;
|
||||
margin-left: -1px;
|
||||
*left: -1px; /* For IE */
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Disabled MenuBarItem */
|
||||
|
||||
.yui-skin-sam .yuimenubaritemlabel-disabled {
|
||||
|
||||
cursor: default;
|
||||
color: #A6A6A6;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {
|
||||
|
||||
background-image: url(menubaritem_submenuindicator_disabled.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Menu style rules */
|
||||
|
||||
.yui-skin-sam .yuimenu {
|
||||
|
||||
font-size: 93%; /* 12px */
|
||||
line-height: 1.5; /* 18px */
|
||||
*line-height: 1.45; /* For IE */
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenubar .yuimenu,
|
||||
.yui-skin-sam .yuimenu .yuimenu {
|
||||
|
||||
font-size: 100%;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu .bd {
|
||||
|
||||
/*
|
||||
The following application of zoom:1 prevents first tier submenus of a MenuBar from hiding
|
||||
when the mouse is moving from an item in a MenuBar to a submenu in IE 7.
|
||||
*/
|
||||
|
||||
*zoom: 1;
|
||||
_zoom: normal; /* Remove this rule for IE 6. */
|
||||
border: solid 1px #808080;
|
||||
background-color: #fff;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu .yuimenu .bd {
|
||||
|
||||
*zoom: normal;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu ul {
|
||||
|
||||
padding: 3px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: #ccc;
|
||||
border-style: solid;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu ul.first-of-type {
|
||||
|
||||
border-width: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Group titles */
|
||||
|
||||
.yui-skin-sam .yuimenu h6 {
|
||||
|
||||
font-weight: bold;
|
||||
border-style: solid;
|
||||
border-color: #ccc;
|
||||
border-width: 1px 0 0 0;
|
||||
color: #a4a4a4;
|
||||
padding: 3px 10px 0 10px;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu ul.hastitle,
|
||||
.yui-skin-sam .yuimenu h6.first-of-type {
|
||||
|
||||
border-width: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Top and bottom scroll controls */
|
||||
|
||||
.yui-skin-sam .yuimenu .yui-menu-body-scrolled {
|
||||
|
||||
border-color: #ccc #808080;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu .topscrollbar,
|
||||
.yui-skin-sam .yuimenu .bottomscrollbar {
|
||||
|
||||
height: 16px;
|
||||
border: solid 1px #808080;
|
||||
background: #fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu .topscrollbar {
|
||||
|
||||
border-bottom-width: 0;
|
||||
background-position: center -950px;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu .topscrollbar_disabled {
|
||||
|
||||
background-position: center -975px;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu .bottomscrollbar {
|
||||
|
||||
border-top-width: 0;
|
||||
background-position: center -850px;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenu .bottomscrollbar_disabled {
|
||||
|
||||
background-position: center -875px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* MenuItem style rules */
|
||||
|
||||
.yui-skin-sam .yuimenuitem {
|
||||
|
||||
/*
|
||||
For IE 7 Quirks and IE 6 Strict Mode and Quirks Mode:
|
||||
Used to collapse superfluous white space between <li> elements
|
||||
that is triggered by the "display" property of the <a> elements being
|
||||
set to "block."
|
||||
*/
|
||||
|
||||
_border-bottom: solid 1px #fff;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenuitemlabel {
|
||||
|
||||
padding: 0 20px;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenuitemlabel .helptext {
|
||||
|
||||
margin-top: -1.5em;
|
||||
*margin-top: -1.45em; /* For IE*/
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenuitem-hassubmenu {
|
||||
|
||||
background-image: url(menuitem_submenuindicator.png);
|
||||
background-position: right center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenuitem-checked {
|
||||
|
||||
background-image: url(menuitem_checkbox.png);
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Menu states */
|
||||
|
||||
|
||||
/* Visible Menu */
|
||||
|
||||
.yui-skin-sam .yui-menu-shadow-visible {
|
||||
|
||||
background-color: #000;
|
||||
|
||||
/*
|
||||
Opacity can be expensive, so defer the use of opacity until the
|
||||
menu is visible.
|
||||
*/
|
||||
|
||||
opacity: .12;
|
||||
*filter: alpha(opacity=12); /* For IE */
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* MenuItem states */
|
||||
|
||||
|
||||
/* Selected MenuItem */
|
||||
|
||||
.yui-skin-sam .yuimenuitem-selected {
|
||||
|
||||
background-color: #B3D4FF;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Disabled MenuItem */
|
||||
|
||||
.yui-skin-sam .yuimenuitemlabel-disabled {
|
||||
|
||||
cursor: default;
|
||||
color: #A6A6A6;
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenuitem-hassubmenu-disabled {
|
||||
|
||||
background-image: url(menuitem_submenuindicator_disabled.png);
|
||||
|
||||
}
|
||||
|
||||
.yui-skin-sam .yuimenuitem-checked-disabled {
|
||||
|
||||
background-image: url(menuitem_checkbox_disabled.png);
|
||||
|
||||
}
|
||||
7
modules/EcmCalls/yui/2.6.0/build/menu/assets/skins/sam/menu.css
Executable file
7
modules/EcmCalls/yui/2.6.0/build/menu/assets/skins/sam/menu.css
Executable file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
*/
|
||||
.yuimenu{top:-999em;left:-999em;}.yuimenubar{position:static;}.yuimenu .yuimenu,.yuimenubar .yuimenu{position:absolute;}.yuimenubar li,.yuimenu li{list-style-type:none;}.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{margin:0;padding:0;}.yuimenuitemlabel,.yuimenubaritemlabel{text-align:left;white-space:nowrap;}.yuimenubar ul{*zoom:1;}.yuimenubar .yuimenu ul{*zoom:normal;}.yuimenubar>.bd>ul:after{content:".";display:block;clear:both;visibility:hidden;height:0;line-height:0;}.yuimenubaritem{float:left;}.yuimenubaritemlabel,.yuimenuitemlabel{display:block;}.yuimenuitemlabel .helptext{font-style:normal;display:block;margin:-1em 0 0 10em;}.yui-menu-shadow{position:absolute;visibility:hidden;z-index:-1;}.yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;visibility:visible;}.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{overflow:visible;}.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden;}.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto;}.yui-skin-sam .yuimenubar{font-size:93%;line-height:2;*line-height:1.9;border:solid 1px #808080;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;}.yui-skin-sam .yuimenubarnav .yuimenubaritem{border-right:solid 1px #ccc;}.yui-skin-sam .yuimenubaritemlabel{padding:0 10px;color:#000;text-decoration:none;cursor:default;border-style:solid;border-color:#808080;border-width:1px 0;*position:relative;margin:-1px 0;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{padding-right:20px;*display:inline-block;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{background:url(menubaritem_submenuindicator.png) right center no-repeat;}.yui-skin-sam .yuimenubaritem-selected{background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;}.yui-skin-sam .yuimenubaritemlabel-selected{border-color:#7D98B8;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{border-left-width:1px;margin-left:-1px;*left:-1px;}.yui-skin-sam .yuimenubaritemlabel-disabled{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(menubaritem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenu{font-size:93%;line-height:1.5;*line-height:1.45;}.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{font-size:100%;}.yui-skin-sam .yuimenu .bd{*zoom:1;_zoom:normal;border:solid 1px #808080;background-color:#fff;}.yui-skin-sam .yuimenu .yuimenu .bd{*zoom:normal;}.yui-skin-sam .yuimenu ul{padding:3px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}.yui-skin-sam .yuimenu ul.first-of-type{border-width:0;}.yui-skin-sam .yuimenu h6{font-weight:bold;border-style:solid;border-color:#ccc;border-width:1px 0 0 0;color:#a4a4a4;padding:3px 10px 0 10px;}.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{border-width:0;}.yui-skin-sam .yuimenu .yui-menu-body-scrolled{border-color:#ccc #808080;overflow:hidden;}.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{height:16px;border:solid 1px #808080;background:#fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;}.yui-skin-sam .yuimenu .topscrollbar{border-bottom-width:0;background-position:center -950px;}.yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}.yui-skin-sam .yuimenu .bottomscrollbar{border-top-width:0;background-position:center -850px;}.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}.yui-skin-sam .yuimenuitem{_border-bottom:solid 1px #fff;}.yui-skin-sam .yuimenuitemlabel{padding:0 20px;color:#000;text-decoration:none;cursor:default;}.yui-skin-sam .yuimenuitemlabel .helptext{margin-top:-1.5em;*margin-top:-1.45em;}.yui-skin-sam .yuimenuitem-hassubmenu{background-image:url(menuitem_submenuindicator.png);background-position:right center;background-repeat:no-repeat;}.yui-skin-sam .yuimenuitem-checked{background-image:url(menuitem_checkbox.png);background-position:left center;background-repeat:no-repeat;}.yui-skin-sam .yui-menu-shadow-visible{background-color:#000;opacity:.12;*filter:alpha(opacity=12);}.yui-skin-sam .yuimenuitem-selected{background-color:#B3D4FF;}.yui-skin-sam .yuimenuitemlabel-disabled{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenuitem-hassubmenu-disabled{background-image:url(menuitem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenuitem-checked-disabled{background-image:url(menuitem_checkbox_disabled.png);}
|
||||
Reference in New Issue
Block a user