Code:
@include extjs-notification-window-ui(null,center,15px 5px 15px 5px,200px,null,null,null,null,null);
@include extjs-notification-window-ui("light",center,15px 5px 18px 5px,200px,transparent,#FFFFFF,transparent,0px solid white,url('fader.png'),0px none transparent);
@include extjs-window-ui($ui-label:"light",$ui-border-radius:$window-border-radius,$ui-border-color:$window-border-color,$ui-inner-border-color:$window-inner-border-color,
$ui-header-color:$window-header-color,$ui-body-border-color:$window-body-border-color,$ui-body-background-color:$window-body-background-color,
$ui-body-color:$window-body-color,$ui-background-color:#FFFFFF
);
If you just want the CSS w/o doing the compiling etc, this is what the CSS produces:
Code:
/* line 69, ../sass/ext-portal-all.scss */
.ux-notification-window .x-window-body {
text-align: center;
padding: 15px 5px 15px 5px;
width: 200px;
background-color: null;
border: null;
}
/* line 76, ../sass/ext-portal-all.scss */
.ux-notification-icon-information {
background-image: url("icon_info.png");
}
/* line 79, ../sass/ext-portal-all.scss */
.ux-notification-icon-error {
background-image: url("icon_error.png");
}
/* line 82, ../sass/ext-portal-all.scss */
.x-window-header-top {
background-color: null;
border: null;
}
/* line 86, ../sass/ext-portal-all.scss */
body .ux-notification-window {
background-color: null;
background-image: null;
}
/* line 90, ../sass/ext-portal-all.scss */
.x-nlg .x-window-header-top-mc, .x-nlg .x-window-mc {
background-color: null;
}
/* line 93, ../sass/ext-portal-all.scss */
.x-nlg .x-window-mc {
background-color: null;
background-image: null;
}
/* line 69, ../sass/ext-portal-all.scss */
.ux-notification-window .x-window-body-light {
text-align: center;
padding: 15px 5px 18px 5px;
width: 200px;
background-color: transparent;
border: 0px solid white;
}
/* line 76, ../sass/ext-portal-all.scss */
.ux-notification-icon-information {
background-image: url("icon_info.png");
}
/* line 79, ../sass/ext-portal-all.scss */
.ux-notification-icon-error {
background-image: url("icon_error.png");
}
/* line 82, ../sass/ext-portal-all.scss */
.x-window-header-light-top {
background-color: transparent;
border: 0px none transparent;
}
/* line 86, ../sass/ext-portal-all.scss */
body .ux-notification-window {
background-color: white;
background-image: url("fader.png");
}
/* line 90, ../sass/ext-portal-all.scss */
.x-nlg .x-window-header-light-top-mc, .x-nlg .x-window-light-mc {
background-color: white;
}
/* line 93, ../sass/ext-portal-all.scss */
.x-nlg .x-window-light-mc {
background-color: transparent;
background-image: url("fader.png");
}
/* line 111, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-light {
border-color: #a2b1c5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
-ms-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
-webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
-o-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}
/* line 58, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-light {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-o-border-top-left-radius: 5px;
-ms-border-top-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-o-border-top-right-radius: 5px;
-ms-border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-o-border-bottom-right-radius: 5px;
-ms-border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-o-border-bottom-left-radius: 5px;
-ms-border-bottom-left-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
padding: 4px 4px 4px 4px;
border-width: 1px;
border-style: solid;
background-color: white;
}
/* line 91, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-light-mc {
background-color: white;
}
/* line 104, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-light {
padding: 0 !important;
border-width: 0 !important;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px;
background-color: transparent;
background-position: 1000505px 1000505px;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-light-tl,
.x-nbr .x-window-light-bl,
.x-nbr .x-window-light-tr,
.x-nbr .x-window-light-br,
.x-nbr .x-window-light-tc,
.x-nbr .x-window-light-bc,
.x-nbr .x-window-light-ml,
.x-nbr .x-window-light-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window/window-light-corners.gif');
}
/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-light-ml,
.x-nbr .x-window-light-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window/window-light-sides.gif');
background-position: 0 0;
background-repeat: repeat-y;
}
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-light-mc {
padding: 0 0 0 0;
}
/* line 130, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body-light {
border-color: #a9bfd3;
border-width: 1px;
background: #dfe8f6;
color: black;
}
/* line 140, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-light {
border-color: #a2b1c5;
zoom: 1;
}
/* line 145, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-text-light {
color: #04468c;
font-weight: bold;
line-height: 11px;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: ignore;
cursor: default;
white-space: nowrap;
overflow: visible;
font-family: tahoma, arial, verdana, sans-serif;
font-size: 11px;
}
/* line 58, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-light-top {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-o-border-top-left-radius: 5px;
-ms-border-top-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-o-border-top-right-radius: 5px;
-ms-border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
-o-border-bottom-right-radius: 0;
-ms-border-bottom-right-radius: 0;
-khtml-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
-o-border-bottom-left-radius: 0;
-ms-border-bottom-left-radius: 0;
-khtml-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
padding: 5px 5px 0 5px;
border-width: 1px;
border-style: solid;
background-color: white;
}
/* line 91, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-light-top-mc {
background-color: white;
}
/* line 104, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-top {
padding: 0 !important;
border-width: 0 !important;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px;
background-color: transparent;
background-position: 1000505px 1000000px;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-top-tl,
.x-nbr .x-window-header-light-top-bl,
.x-nbr .x-window-header-light-top-tr,
.x-nbr .x-window-header-light-top-br,
.x-nbr .x-window-header-light-top-tc,
.x-nbr .x-window-header-light-top-bc,
.x-nbr .x-window-header-light-top-ml,
.x-nbr .x-window-header-light-top-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window-header/window-header-light-top-corners.gif');
}
/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-top-ml,
.x-nbr .x-window-header-light-top-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window-header/window-header-light-top-sides.gif');
background-position: 0 0;
background-repeat: repeat-y;
}
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-top-mc {
padding: 0px 0px 0 0px;
}
/* line 58, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-light-right {
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
-o-border-top-left-radius: 0;
-ms-border-top-left-radius: 0;
-khtml-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-o-border-top-right-radius: 5px;
-ms-border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-o-border-bottom-right-radius: 5px;
-ms-border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
-o-border-bottom-left-radius: 0;
-ms-border-bottom-left-radius: 0;
-khtml-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
padding: 5px 5px 5px 0;
border-width: 1px;
border-style: solid;
background-color: white;
}
/* line 91, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-light-right-mc {
background-color: white;
}
/* line 104, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-right {
padding: 0 !important;
border-width: 0 !important;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px;
background-color: transparent;
background-position: 1000005px 1000500px;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-right-tl,
.x-nbr .x-window-header-light-right-bl,
.x-nbr .x-window-header-light-right-tr,
.x-nbr .x-window-header-light-right-br,
.x-nbr .x-window-header-light-right-tc,
.x-nbr .x-window-header-light-right-bc,
.x-nbr .x-window-header-light-right-ml,
.x-nbr .x-window-header-light-right-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window-header/window-header-light-right-corners.gif');
}
/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-right-ml,
.x-nbr .x-window-header-light-right-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window-header/window-header-light-right-sides.gif');
background-position: 0 0;
background-repeat: repeat-y;
}
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-right-mc {
padding: 0px 0px 0px 0;
}
/* line 58, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-light-bottom {
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
-o-border-top-left-radius: 0;
-ms-border-top-left-radius: 0;
-khtml-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
-o-border-top-right-radius: 0;
-ms-border-top-right-radius: 0;
-khtml-border-top-right-radius: 0;
border-top-right-radius: 0;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-o-border-bottom-right-radius: 5px;
-ms-border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-o-border-bottom-left-radius: 5px;
-ms-border-bottom-left-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
padding: 0 5px 5px 5px;
border-width: 1px;
border-style: solid;
background-color: white;
}
/* line 91, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-light-bottom-mc {
background-color: white;
}
/* line 104, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-bottom {
padding: 0 !important;
border-width: 0 !important;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px;
background-color: transparent;
background-position: 1000000px 1000505px;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-bottom-tl,
.x-nbr .x-window-header-light-bottom-bl,
.x-nbr .x-window-header-light-bottom-tr,
.x-nbr .x-window-header-light-bottom-br,
.x-nbr .x-window-header-light-bottom-tc,
.x-nbr .x-window-header-light-bottom-bc,
.x-nbr .x-window-header-light-bottom-ml,
.x-nbr .x-window-header-light-bottom-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window-header/window-header-light-bottom-corners.gif');
}
/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-bottom-ml,
.x-nbr .x-window-header-light-bottom-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window-header/window-header-light-bottom-sides.gif');
background-position: 0 0;
background-repeat: repeat-y;
}
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-bottom-mc {
padding: 0 0px 0px 0px;
}
/* line 58, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-light-left {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-o-border-top-left-radius: 5px;
-ms-border-top-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
-o-border-top-right-radius: 0;
-ms-border-top-right-radius: 0;
-khtml-border-top-right-radius: 0;
border-top-right-radius: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
-o-border-bottom-right-radius: 0;
-ms-border-bottom-right-radius: 0;
-khtml-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-o-border-bottom-left-radius: 5px;
-ms-border-bottom-left-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
padding: 5px 0px 5px 5px;
border-width: 1px;
border-style: solid;
background-color: white;
}
/* line 91, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-light-left-mc {
background-color: white;
}
/* line 104, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-left {
padding: 0 !important;
border-width: 0 !important;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px;
background-color: transparent;
background-position: 1000500px 1000005px;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-left-tl,
.x-nbr .x-window-header-light-left-bl,
.x-nbr .x-window-header-light-left-tr,
.x-nbr .x-window-header-light-left-br,
.x-nbr .x-window-header-light-left-tc,
.x-nbr .x-window-header-light-left-bc,
.x-nbr .x-window-header-light-left-ml,
.x-nbr .x-window-header-light-left-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window-header/window-header-light-left-corners.gif');
}
/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-left-ml,
.x-nbr .x-window-header-light-left-mr {
zoom: 1;
background-image: url('../../resources/themes/images/default/window-header/window-header-light-left-sides.gif');
background-position: 0 0;
background-repeat: repeat-y;
}
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-light-left-mc {
padding: 0px 0px 0px 0px;
}
/* line 166, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-light-top {
-moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
-webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
-o-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}
/* line 170, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-light-right {
-moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
-webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
-o-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
}
/* line 174, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-light-bottom {
-moz-box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
-webkit-box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
-o-box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}
/* line 178, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-light-left {
-moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
-webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
-o-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}
(If you are using ext-all.css then "{theme}" will be "default")