Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <STYLE type="text/css">
  2. #outlook a {
  3. padding: 0;
  4. }
  5.  
  6. .ReadMsgBody {
  7. width: 100%;
  8. }
  9.  
  10. /* Force Outlook.com to display emails at full width */
  11. .ExternalClass {
  12. width: 100%;
  13. }
  14.  
  15. /* Force Outlook.com to display emails at full width */
  16. .ExternalClass * {
  17. line-height: 100%;
  18. }
  19.  
  20.  
  21.  
  22. /* Outlook.com line-height fix */
  23. body {
  24. -webkit-text-size-adjust: 100%;
  25. -ms-text-size-adjust: 100%;
  26. margin: 0 !important;
  27. padding: 0 !important;
  28. }
  29.  
  30. p {
  31. margin: 1em 0;
  32. }
  33.  
  34. /*Yahoo paragraph fix*/
  35. table td {
  36. border-collapse: collapse;
  37. }
  38.  
  39. /*This resolves the Outlook 07, 10, and Gmail td padding issue fix*/
  40. img {
  41. outline: none;
  42. }
  43.  
  44. /* Remove the borders that appear when linking images with "border:none" and "outline:none" */
  45. a img {
  46. border: none;
  47. }
  48.  
  49. @-ms-viewport {
  50. width: device-width;
  51. }
  52.  
  53. /*outlook.com responsive bug fix */
  54. a[x-apple-data-detectors] {
  55. color: inherit !important;
  56. text-decoration: none !important;
  57. font-size: inherit !important;
  58. font-family: inherit !important;
  59. font-weight: inherit !important;
  60. line-height: inherit !important;
  61. }
  62.  
  63. @media only screen and (max-width: 480px) {
  64. .hide {
  65. display: none !important;
  66. }
  67. }
  68. </STYLE>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement