Skip to content

Instantly share code, notes, and snippets.

@brendanc
Last active November 4, 2015 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brendanc/7b9f7eef1ecb823bbea1 to your computer and use it in GitHub Desktop.
Save brendanc/7b9f7eef1ecb823bbea1 to your computer and use it in GitHub Desktop.
<head>
<meta id="meta-viewport" name="viewport" content="width=980,maximum-scale=2" data-zoom-on="maximum-scale=2" data-zoom-off="user-scalable=no">
<style>
a {
text-decoration: none;
}
a:link {
color: #4285f4;
}
.elided-text,
.quoted-text {
color: purple;
}
.mail-elided-text {
color: #4285f4;
font: 12px sans-serif;
padding: 24px 0;
}
.mail-message-content {
}
.mail-message-content pre {
white-space: pre-wrap;
}
body {
font-size: 80%;
}
blockquote {
margin-left: 0.8ex !important;
margin-right: 0 !important;
border-left:1px #ccc solid !important;
padding-left: 1ex !important;
}
table.munged {
width: auto !important;
table-layout: auto !important;
}
td.munged {
width: auto !important;
white-space: normal !important;
}
.initial-load {
/* 0x0 and 1x1 may be short-circuited by WebView */
width: 2px;
height: 2px;
-webkit-transform: translate3d(0, 0, 1px);
-webkit-animation-name: initial-load-noop-animation;
-webkit-animation-duration: 1ms; /* doesn't matter */
}
/* Animating the z-position is fast and does not actually change anything in the default
* perspective.
*/
@-webkit-keyframes initial-load-noop-animation {
from {
-webkit-transform: translate3d(0, 0, 1px);
}
to {
-webkit-transform: translate3d(0, 0, 0);
}
}
img[blocked-src] { border: 1px solid #CCCCCC; }
</style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment