removing old EarlyBlue skin
[themes.git] / EarlyBlue / messenger / skin / messageBody.css
diff --git a/EarlyBlue/messenger/skin/messageBody.css b/EarlyBlue/messenger/skin/messageBody.css
deleted file mode 100755 (executable)
index 03fd133..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- * 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):
- *
- */
-
-/* ===== messageBody.css ================================================
-  == Styles for the body of a mail message.
-  ======================================================================= */
-
-/* 
- * These are the style attributes for the XUL display.
- */
-window                                                   { overflow: auto; }
-mailheader                                             { display: block; }
-mailattachcount                                      { display: none; }
-
-box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
-box[name=header-part1]      { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
-box[name=header-part2]      { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-box[name=header-part3]      { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-box[name=header-seamonkey]  { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-
-headerdisplayname                            { font-weight: bold;  white-space: pre; }
-header                                                   { -moz-box-pack: start; }
-
-menubar[name=attachment-menubar]  { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
-menu[name=attachment-menu]        { background-color: #EFEFEF; border: 0px solid #EFEFEF; }
-
-/* 
- * For printing/HTML display...
- */
-table[name=header-part1]    { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; }
-table[name=header-part2]    { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-table[name=header-part3]    { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; }
-div.headerdisplayname       { font-weight: bold;  white-space: pre; display: inline; }
-
-body {
-  background-color: white;
-}
-
-
-/* ::::: message text, incl. quotes ::::: */
-
-
-.moz-text-flowed blockquote {
-  margin: 0em 0em;
-  border-color: black;
-}
-
-.moz-text-plain pre {
-  font-family: inherit;
-  margin: inherit;
-}
-
-.moz-text-plain[wrap="true"] {
-  white-space: -moz-pre-wrap;
-}
-
-.moz-text-plain[wrap="false"] {
-  white-space: pre;
-}
-
-.moz-text-plain[wrap="flow"] .moz-txt-sig {
-  white-space: -moz-pre-wrap;
-}
-
-.moz-text-plain[graphical-quote="false"] blockquote {
-  padding-left: inherit;
-  border-left: inherit;
-  margin: 0em 0em;
-}
-.moz-text-plain[graphical-quote="true"] blockquote {
-  margin: 0em 0em;
-  border-width: medium;
-  border-color: black;
-}
-.moz-text-plain[graphical-quote="true"] .txt-citetags {
-  display: none;
-}
-
-.moz-txt-sig, .moz-signature {
-  color: gray;
-}
-.moz-txt-sig > a, .moz-signature > a {
-  color: 7777FF /* light blue */;
-}
-
-/* ::::: smilies ::::: */
-
-span[-moz-smiley] {
-  min-height: 17px; margin-left: 2px; margin-top: 2px;
-  padding-left: 20px; 
-  background-repeat: no-repeat; 
-  background-position: center center;
-}
-span[-moz-smiley] > span {
-    display: none;
-}
-
-span[-moz-smiley="s1"] {
-  background-image: url(chrome://global/skin/smiley/smile_n.gif);
-}
-span[-moz-smiley="s2"] {
-  background-image: url(chrome://global/skin/smiley/frown_n.gif);
-}
-span[-moz-smiley="s3"] {
-  background-image: url(chrome://global/skin/smiley/wink_n.gif);
-}
-span[-moz-smiley="s4"] { 
-  background-image: url(chrome://global/skin/smiley/tongue_n.gif);
-}
-span[-moz-smiley="s5"] {
-  background-image: url(chrome://global/skin/smiley/laughing_n.gif);
-}
-span[-moz-smiley="s6"] {
-  background-image: url(chrome://global/skin/smiley/embarrassed_n.gif);
-}
-span[-moz-smiley="s7"] {
-  background-image: url(chrome://global/skin/smiley/undecided_n.gif);
-}