/moodle/lib/yui/3.4.1/build/panel/assets/skins/sam/panel-skin.css
# · CSS · 82 lines · 72 code · 1 blank · 9 comment · 0 complexity · e1c435b2aa851145d0d75056f68a6a78 MD5 · raw file
- /*
- YUI 3.4.1 (build 4118)
- Copyright 2011 Yahoo! Inc. All rights reserved.
- Licensed under the BSD License.
- http://yuilibrary.com/license/
- */
- .yui3-skin-sam .yui3-widget-mask {
- background-color: black;
- zoom: 1;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
- filter: alpha(opacity=70);
- opacity: 0.7;
- }
- .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-content .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-content .yui3-widget-hd .yui3-widget-button-wrapper {
- padding: 8px;
- }
- .yui3-skin-sam .yui3-panel-content .yui3-widget-bd {
- padding: 10px;
- }
- .yui3-skin-sam .yui3-panel-content .yui3-widget-ft {
- background: #EDF5FF;
- padding: 8px;
- text-align: right;
- }
- .yui3-skin-sam .yui3-panel-content .yui3-widget-ft .yui3-button {
- padding: 2px 8px;
- margin: 0px 3px;
- border: 1px solid gray;
- -moz-border-radius: 0.435em;
- -webkit-border-radius: 0.435em;
- border-radius: 0.435em;
- color: black;
- background: #D8D8DA;
- background: -moz-linear-gradient(
- 0% 100% 90deg,
- #D8D8DA 18%,
- #F1F2F2 50%,
- white 100%
- );
- background: -webkit-gradient(
- linear,
- left bottom,
- left top,
- from(#D8D8DA),
- color-stop(0.18, #D8D8DA),
- color-stop(0.5, #F1F2F2),
- to(white)
- );
- }