X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Fskin%2Fmailheader.css;fp=EarlyBlue%2Fmessenger%2Fskin%2Fmailheader.css;h=0000000000000000000000000000000000000000;hp=043dbfc590989cde4cf6fb16beee06f69252a5d7;hb=0042fc016a43c38debba9d6c5a1897cdac4e68e7;hpb=afe91d6de324f31565d3c83b7656e2a89e345b61 diff --git a/EarlyBlue/messenger/skin/mailheader.css b/EarlyBlue/messenger/skin/mailheader.css deleted file mode 100755 index 043dbfc5..00000000 --- a/EarlyBlue/messenger/skin/mailheader.css +++ /dev/null @@ -1,78 +0,0 @@ -/* - * 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; -} - - - -.text-flowed tt { - font-family: inherit; -} -.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 */; -}