X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmessageBody.css;h=46aae75debc53000abc7998f0249e2ee1f05e91a;hp=87af19509d71ee59aec490bd7c24e2b01e074e0c;hb=b5adebfae135b651d5b388a8b8aa6c0e23e5dd23;hpb=6fa8522a63d7787534a7ba9e44a1425d39c15abd diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index 87af1950..46aae75d 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -76,7 +76,7 @@ div.headerdisplayname { } .moz-text-plain[wrap="true"] { - white-space: -moz-pre-wrap; + white-space: pre-wrap; } .moz-text-plain[wrap="false"] { @@ -84,13 +84,13 @@ div.headerdisplayname { } .moz-text-plain[wrap="flow"] .moz-txt-sig { - white-space: -moz-pre-wrap; + white-space: pre-wrap; } .moz-text-plain[graphical-quote="false"] blockquote { margin: inherit; border-left: inherit; - padding-left: inherit; + -moz-padding-start: inherit; } .moz-text-plain[graphical-quote="true"] blockquote { @@ -124,13 +124,52 @@ span.moz-txt-formfeed { color: #7777FF; /* light blue */ } +/* ::::: vcard ::::: */ + +.moz-vcard-table { + /* -moz-border-radius: 8px; */ + border: thin solid #6666CC; + margin-top: 10px; +} + +.moz-vcard-property { + font-size: 80%; + color: #666699; +} + +.moz-vcard-title-property { + padding-bottom: 10px; +} + +.moz-vcard-badge { + height: 21px; + width: 25px; + display: block; + background-image: url("chrome://messenger/skin/messengercompose/address.gif"); +} + /* ::::: attached images ::::: */ -.moz-attached-image-unscaled { +moz-attached-image[overflowing="true"] { cursor: -moz-zoom-out; } -.moz-attached-image-scaled { +.moz-attached-image[isshrunk="true"] { cursor: -moz-zoom-in; max-width: 100%; } + +/* New style feed summary body. */ +body[selected="false"] { + display: none; +} + +/* Old style feeds. */ +#_mailrssiframe { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + border: none; +}