Home | History | Annotate | Download | only in raw
      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4   <meta id="meta-viewport" name="viewport" content="width=%s"
      5       data-zoom-on="maximum-scale=2" data-zoom-off="user-scalable=no" />
      6   <style>
      7     .elided-text,
      8     .quoted-text {
      9         color: purple;
     10     }
     11     .mail-elided-text {
     12         color: #4285f4;
     13         font: 12px sans-serif;
     14         padding: 24px 0;
     15     }
     16     .mail-message-content {
     17     }
     18     .mail-message-content pre {
     19         white-space: pre-wrap;
     20     }
     21     body {
     22         font-size: 80%%;
     23     }
     24     blockquote {
     25         margin-left: 0.8ex !important;
     26         margin-right: 0 !important;
     27         border-left:1px #ccc solid !important;
     28         padding-left: 1ex !important;
     29     }
     30     table.munged {
     31         width: auto !important;
     32         table-layout: auto !important;
     33     }
     34     td.munged {
     35         width: auto !important;
     36         white-space: normal !important;
     37     }
     38     .initial-load {
     39         /* 0x0 and 1x1 may be short-circuited by WebView */
     40         width: 2px;
     41         height: 2px;
     42         -webkit-transform: translate3d(0, 0, 1px);
     43         -webkit-animation-name: initial-load-noop-animation;
     44         -webkit-animation-duration: 1ms;  /* doesn't matter */
     45     }
     46 
     47     /* Animating the z-position is fast and does not actually change anything in the default
     48      * perspective.
     49      */
     50     @-webkit-keyframes initial-load-noop-animation {
     51         from {
     52             -webkit-transform: translate3d(0, 0, 1px);
     53         }
     54         to {
     55             -webkit-transform: translate3d(0, 0, 0);
     56         }
     57     }
     58     %s
     59   </style>
     60 </head>
     61 <body style="margin: 0 %spx;">
     62 <div id="conversation-header" class="spacer" style="height: %spx;"></div>
     63