From bc38559582839e646af193e611c730bee61c5d44 Mon Sep 17 00:00:00 2001 From: Arthur 'Grizzly' Grisel-Davy Date: Thu, 24 Sep 2020 23:27:17 +0200 Subject: [PATCH] cleanup code --- aurore_mailall.html | 109 ++++++++++++++++---------------------------- 1 file changed, 39 insertions(+), 70 deletions(-) diff --git a/aurore_mailall.html b/aurore_mailall.html index 367e73c..2612ee4 100644 --- a/aurore_mailall.html +++ b/aurore_mailall.html @@ -1,5 +1,4 @@ - @@ -12,23 +11,33 @@ body { margin: 0; padding: 0; + -webkit-text-size-adjust: 100%; + background-color: #192744; } - - table, - td, - tr { + table,td,tr { vertical-align: top; border-collapse: collapse; + word-break: break-word; } - - * { - line-height: inherit; + p{ + font-size: 17px; + line-height: 1.5; + word-break: break-word; + font-family: Roboto, Tahoma, Verdana, Segoe, sans-serif; + mso-line-height-alt: 26px; + mso-ansi-font-size: 18px; + margin: 0; + color:#ffffff; } - - a[x-apple-data-detectors=true] { - color: inherit !important; - text-decoration: none !important; + .texte_center{ + color:#555555; + padding-top:15px; + padding-right:40px; + padding-bottom:15px; + padding-left:40px; + text-align: center; } + @media (max-width: 660px) { .block-grid, .col { @@ -41,57 +50,26 @@ .block-grid { width: 100% !important; } - .col { width: 100% !important; } - .col>div { margin: 0 auto; } - img.fullwidth, img.fullwidthOnMobile { max-width: 100% !important; } - .no-stack .col { min-width: 0 !important; display: table-cell !important; } - .no-stack.two-up .col { width: 50% !important; } - - .no-stack .col.num4 { - width: 33% !important; - } - - .no-stack .col.num8 { - width: 66% !important; - } - - .no-stack .col.num4 { - width: 33% !important; - } - - .no-stack .col.num3 { - width: 25% !important; - } - .no-stack .col.num6 { width: 40% !important; } - - .no-stack .col.num9 { - width: 75% !important; - } - - .video-block { - max-width: none !important; - } - .mobile_hide { min-height: 0px; max-height: 0px; @@ -100,7 +78,6 @@ overflow: hidden; font-size: 0px; } - .desktop_hide { display: block !important; max-height: none !important; @@ -108,22 +85,23 @@ } - + + + - - +