X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FmessageBody.css;h=117fae4a2d47d1bc699876839361508f5c84ba1f;hp=a4ae8b735872ef1f3ec6abf0bb2cfb1838768935;hb=e26e584d74ccd90fd37fa22ad74bc5119d742fe1;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/messenger/messageBody.css b/LCARStrek/messenger/messageBody.css index a4ae8b73..117fae4a 100644 --- a/LCARStrek/messenger/messageBody.css +++ b/LCARStrek/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%; }