home *** CD-ROM | disk | FTP | other *** search
- @import url("../orange.css");
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- window,
- dialog {
- font-weight: normal;
- font-family: Arial, "Lucida Grande", sans-serif;
-
- color: #272727;
-
- border: none;
- cursor: default;
-
- -moz-appearance: none !important;
- background-image: none !important;
- }
-
- dialog > .body {
- border: none !important;
- }
-
- *[ex-transparent="true"] {
- background-color: transparent !important;
- }
-
- /* shadow for dialog (fx35win) */
- *[ex-shadow="true"] .body {
- margin: 24px !important;
- -moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.5);
- }
-
- *[ex-shadow="pseudo"] .body {
- border: 3px solid !important;
-
- -moz-border-top-colors: #f0f3f0 #e6e6e4 #dad9db;
- -moz-border-left-colors: #f0f3f0 #e6e6e4 #dad9db;
- -moz-border-bottom-colors: #e6e6e6 #dadada #c4c4c4;
- -moz-border-right-colors: #e6e6e6 #dadada #c4c4c4;
-
- -moz-border-radius: 1px;
-
- background-color: #f8d998;
- }
-
- dialog > .body > .title {
- background: url("images/title-background.png");
- height: 26px;
- max-height: 26px;
- vertical-align: top;
- }
-
- dialog > .body > .title > .title-text {
- -moz-box-flex: 1;
- font-size: 19px;
- line-height: 19px;
- text-align: center;
- margin: 0 !important;
- padding: 0 !important;
- margin-right: -26px !important;
- }
-
- dialog > .body > .title > .title-close {
- position: relative;
- width: 15px;
- height: 15px;
- background: url("images/close.png") no-repeat;
- margin: 6px 11px 5px 0px;
- }
- dialog > .body > .title > .title-close:hover {
- background-position: -15px 0;
- }
- dialog > .body > .title > .title-close:active {
- background-position: -30px 0;
- }
-
- dialog > .body > .content {
- background: #f8d998 url("images/content-background.png") no-repeat;
- background-position: 0 -50px;
- padding: 20px;
- color: #b66f15;
- }
-