Last active
June 16, 2016 14:41
-
-
Save igodorogea/623839753981c78e71bb684873bb601d to your computer and use it in GitHub Desktop.
MUUME signature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
/* Client-specific Styles */ | |
#outlook a {padding:0;} /* Force Outlook to provide a "view in browser" menu link. */ | |
body{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin-top: 15px; margin-left: 10px; margin-bottom: 30px; margin-right: 10px; padding:0;} | |
/* Prevent Webkit and Windows Mobile platforms from changing default font sizes, while not breaking desktop design. */ | |
.ExternalClass {width:100%;} /* Force Hotmail to display emails at full width */ | |
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing. */ | |
body .signature-container { margin: 0px 0px !important; margin-top: 10px !important; } | |
.signature-container a:link {color:#F17E29; text-decoration:underline;} | |
.signature-container a:visited {color: #994e1c; text-decoration:underline;} | |
img {outline:none; text-decoration:none;border:none; -ms-interpolation-mode: bicubic;} | |
a img {border:none;} | |
.image_fix {display:block;} | |
p {margin: 0px 0px !important;} | |
table td {border-collapse: collapse;} | |
table { border-collapse:collapse; mso-table-lspace:-1pt; mso-table-rspace:-1pt; } | |
.mobilelink a { | |
text-decoration:none; | |
color:#7b8084; | |
} | |
</style> | |
<div class="signature-container" style="font-family: Helvetica, Arial, sans-serif; font-size: 9pt; color:#494F4F; line-height: 12pt; margin-top: 10px; margin-left: 10px; margin-bottom: 30px; margin-right: 10px;"> | |
<!-- Name --> | |
<p style="font-family: Helvetica, Arial, sans-serif; font-size: 11pt; font-weight: bold; color:#494F4F; line-height: 14pt; margin: 0px 0px;"> | |
<strong>John Doe</strong> | |
</p> | |
<!-- Position --> | |
<p style="font-family: Helvetica, Arial, sans-serif; font-size: 9pt; color:#494F4F; line-height: 12pt; margin: 0px 0px;"> | |
<span>Position/function</span> | |
</p> | |
<br /> | |
<!-- Logo --> | |
<a href="http://muume.com/"> | |
<img src="http://muume.com/fileadmin/user_upload/email/sig.png" style="border-style: none;" height="24" width="150" alt="MUUME" /> | |
</a> | |
<!-- Address --> | |
<p style="font-family: Helvetica, Arial, sans-serif; font-size: 9pt; color:#494F4F; line-height: 12pt; margin: 0px 0px;"> | |
MUUME AG <span style="font-weight: bold;">.</span> Alte Steinhauserstrasse 1 <b>.</b> 6330 Cham <span style="font-weight: bold;">.</span> Switzerland | |
<br /> | |
<!-- Telefon --> | |
M | |
<a href="tel:+41 79 420 87 54" style="color:#F17E29;">+41 79 420 87 54</a> <span style="font-weight: bold;">.</span> | |
<!-- Email --> | |
<a href="mailto:[email protected]" style="color:#F17E29;">[email protected]</a> <span style="font-weight: bold;">.</span> | |
<!-- Website --> | |
Web | |
<a href="http://muume.com/" style="color:#F17E29;">muume.com</a> | |
</p> | |
<!-- Socials --> | |
<p style="font-family: Helvetica, Arial, sans-serif; font-size: 9pt; color:#494F4F; line-height: 12pt; margin: 0px 0px;"> | |
<br> | |
<span style="font-weight: bold;">Follow us</span> | |
<br /> | |
<a style="color:#0563C1;" href="https://www.linkedin.com/company/muume"><span style="color:#494F4F;">LINKEDIN</span></a> | |
<span style="font-weight: bold;">.</span> | |
<a style="color:#0563C1;" href="https://www.xing.com/companies/muume"><span style="color:#494F4F;">XING</span></a> | |
<span style="font-weight: bold;">.</span> | |
<a style="color:#0563C1;" href="https://twitter.com/MUUME_digital"><span style="color:#494F4F;">TWITTER</span></a> | |
<span style="font-weight: bold;">.</span> | |
<a style="color:#0563C1;" href="https://www.facebook.com/MUUMEdigital"><span style="color:#494F4F;">FACEBOOK</span></a> | |
</p> | |
<!-- Disclaimer --> | |
<p style="font-family: Helvetica, Arial, sans-serif; font-size: 8pt; color:#8C8C8C; line-height: 12pt; margin: 0px 0px;"> | |
<br> | |
This message, including any attachments, contains confidential information and | |
<br /> | |
is protected by law. If you are not the intended recipient, please delete this file. | |
<br /> | |
Any disclosure, copying, distribution or the taking of action based on it, is prohibited. | |
</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment