home *** CD-ROM | disk | FTP | other *** search
- /*
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is Mozilla Communicator client code, released
- * March 31, 1998.
- *
- * The Initial Developer of the Original Code is Netscape
- * Communications Corporation. Portions created by Netscape are
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All
- * Rights Reserved.
- *
- * Contributor(s):
- *
- */
-
- /* ===== primaryToolbar.css =============================================
- == Images for the Mail primary toolbar.
- ======================================================================= */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: primary toolbar buttons ::::: */
-
- .toolbarbutton-1 {
- -moz-box-orient: vertical;
- }
-
- .toolbarbutton-1[type="menu"] > .toolbarbutton-menu-dropmarker {
- display: none;
- }
-
- toolbar[mode="icons"] .toolbarbutton-text {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker,
- toolbar[mode="text"] .toolbarbutton-icon {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-text {
- padding: 0 !important;
- margin: 3px 5px !important;
- }
-
- #button-getmsg {
- list-style-image: url('chrome://messenger/skin/icons/get_msgs.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-getmsg:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-getmsg[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-newmsg {
- list-style-image: url('chrome://messenger/skin/icons/compose.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-newmsg:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-newmsg[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-address {
- list-style-image: url('chrome://messenger/skin/icons/address.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-address:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-address[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-reply {
- list-style-image: url('chrome://messenger/skin/icons/reply.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-reply:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-reply[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-replyall {
- list-style-image: url('chrome://messenger/skin/icons/reply_all.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-replyall:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-replyall[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-forward {
- list-style-image: url('chrome://messenger/skin/icons/forward.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-forward:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-forward[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-delete {
- list-style-image: url('chrome://messenger/skin/icons/delete.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-delete:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-delete[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-junk{
- list-style-image: url('chrome://messenger/skin/icons/junk.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-junk:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-junk[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-print {
- list-style-image: url('chrome://messenger/skin/icons/print.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-print[buttonover] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-print[buttondown] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-print[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-stop {
- list-style-image: url('chrome://messenger/skin/icons/stop.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-stop:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-stop[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-file {
- list-style-image: url('chrome://messenger/skin/icons/file.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-file:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-file:hover:active,
- #button-file[open] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-file[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-next {
- list-style-image: url('chrome://messenger/skin/icons/next.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-next:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-next[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-previous {
- list-style-image: url('chrome://messenger/skin/icons/previous.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-previous:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-previous[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-mark {
- list-style-image: url('chrome://messenger/skin/icons/mark.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-mark:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-mark[disabled] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- /* ::::: small primary toolbar buttons ::::: */
-
-
- toolbar[iconsize="small"] #button-getmsg {
- list-style-image: url('chrome://messenger/skin/icons/get_msgs-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-getmsg[buttonover] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #button-getmsg[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-newmsg {
- list-style-image: url('chrome://messenger/skin/icons/compose-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-newmsg:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #button-newmsg[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-address {
- list-style-image: url('chrome://messenger/skin/icons/address-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-address:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #button-address[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-reply {
- list-style-image: url('chrome://messenger/skin/icons/reply-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-reply:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #button-reply[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-replyall {
- list-style-image: url('chrome://messenger/skin/icons/reply_all-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-replyall:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #button-replyall[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-forward {
- list-style-image: url('chrome://messenger/skin/icons/forward-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-forward:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-forward[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-delete {
- list-style-image: url('chrome://messenger/skin/icons/delete-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-delete:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-delete[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-junk{
- list-style-image: url('chrome://messenger/skin/icons/junk-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-junk:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-junk[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-print {
- list-style-image: url('chrome://messenger/skin/icons/print-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-print[buttonover] {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-print[buttondown] {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-print[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-stop {
- list-style-image: url('chrome://messenger/skin/icons/stop-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-stop:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-stop[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-file {
- list-style-image: url('chrome://messenger/skin/icons/file-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-file:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-file:hover:active,
- toolbar[iconsize="small"] #button-file[open] {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-file[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-next {
- list-style-image: url('chrome://messenger/skin/icons/next-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-next:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-next[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-previous {
- list-style-image: url('chrome://messenger/skin/icons/previous-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-previous:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-previous[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-mark {
- list-style-image: url('chrome://messenger/skin/icons/mark-small.png');
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-mark:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-mark[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-enigmail-decrypt {
- list-style-image: url('chrome://messenger/skin/icons/security-small.png')!important;
- -moz-image-region: rect(0px 24px 24px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-enigmail-decrypt[buttonover] {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-enigmail-decrypt[buttondown] {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #button-enigmail-decrypt[disabled] {
- -moz-image-region: rect(48px 42px 72px 0px) !important;
- }
-
-
- /* ::::: end small icons ::::: */
-
- #junkBarImage {
- list-style-image: url('chrome://messenger/skin/icons/junkBar.png');
- }
-
- #junkBarMessage {
- font-weight: bold;
- }
-
- #junkBar {
- border-bottom: 1px solid;
- -moz-border-bottom-colors: #000000;
- background-color: #C7BC8F;
- }
-
-
- #junkIcon {
- list-style-image: url('chrome://messenger/skin/icons/folder-trash.png');
- }
-
- /*Calendar Extension Support*/
- #calendar-button {
- list-style-image: url("chrome://communicator/skin/calendar/multiweek.png") !important;
- -moz-image-region: rect(0px 32px 32px 0px) !important;
- }
-
- #calendar-button[disabled="true"],
- #calendar-button[disabled="true"]:hover,
- #calendar-button[disabled="true"]:hover:active {
- -moz-image-region: rect(64px 32px 96px 0px) !important;
- }
-
- #calendar-button:hover, #calendar-button:hover:active {
- -moz-image-region: rect(32px 32px 64px 0px) !important;
- }
-
- toolbar[iconsize="small"] #calendar-button {
- list-style-image: url("chrome://communicator/skin/calendar/multiweek-small.png") !important;
- -moz-image-region: rect(0px 24px 24px 0px) !important;
- }
-
- toolbar[iconsize="small"] #calendar-button[disabled="true"],
- toolbar[iconsize="small"] #calendar-button[disabled="true"]:hover,
- toolbar[iconsize="small"] #calendar-button[disabled="true"]:hover:active {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- toolbar[iconsize="small"] #calendar-button:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[iconsize="small"] #calendar-button:hover:active {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- #mini-cal {
- list-style-image: url("chrome://communicator/skin/calendar/calendar.png") !important;
- }
-
- #mini-cal:hover:active {
- list-style-image: url("chrome://communicator/skin/calendar/calendar-hov.png") !important;
- }
-
- #mini-cal[BiffState="Alarm"] {
- list-style-image: url("chrome://communicator/skin/calendar/calendar-alarm.png") !important;
- }
-
- #mini-cal[BiffState="Alarm"]:hover:active {
- list-style-image: url("chrome://communicator/skin/calendar/calendar-alarm-hov.png") !important;
- }
-
- .icon-calendar16 {
- list-style-image: url("chrome://communicator/skin/calendar/calendar.png") !important;
- }
-