X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmessageBody.css;h=26ced551daee31f5813a9e1ebbeb8b99b24c4ffb;hp=7cf9578f82abe3785323e34ccf3c88641c1c7248;hb=e20c83c37c445a6d9393557afacebe5041aaa135;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index 7cf9578f..26ced551 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -23,7 +23,7 @@ background-color: #DEDEDE; } -div.headerdisplayname { +.headerdisplayname { display: inline; font-weight: bold; white-space: pre; @@ -70,25 +70,27 @@ div.headerdisplayname { display: none; } -span.moz-txt-underscore { +.moz-txt-underscore { text-decoration: underline; } -span.moz-txt-formfeed { +.moz-txt-formfeed { display: block; height: 100%; } /* ::::: signature ::::: */ -.moz-txt-sig, -.moz-signature { - color: gray; -} +@media not print { + .moz-txt-sig, + .moz-signature { + opacity: 0.5; + } -.moz-txt-sig > a, -.moz-signature > a { - color: #7777FF; /* light blue */ + .moz-txt-sig .moz-txt-sig, + .moz-signature .moz-signature { + opacity: 1.0; + } } /* ::::: vcard ::::: */ @@ -117,12 +119,16 @@ span.moz-txt-formfeed { /* ::::: attached images ::::: */ +.moz-attached-image { + image-orientation: from-image; +} + moz-attached-image[overflowing="true"] { - cursor: -moz-zoom-out; + cursor: zoom-out; } .moz-attached-image[isshrunk="true"] { - cursor: -moz-zoom-in; + cursor: zoom-in; max-width: 100%; }