mirror of
https://github.com/mjl-/mox.git
synced 2024-12-27 08:53:48 +03:00
3a58b2a1f4
the attachment buttons for images get some opacity for the text view, to indicate you don't have to open them explicitly.
28 lines
1 KiB
HTML
28 lines
1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" href="noNeedlessFaviconRequestsPlease:" />
|
|
<style>
|
|
* { font-size: inherit; font-family: 'ubuntu', 'lato', sans-serif; margin: 0; padding: 0; box-sizing: border-box; }
|
|
.mono, .mono * { font-family: 'ubuntu mono', monospace; }
|
|
.scriptswitch { text-decoration: underline #dca053 2px; }
|
|
.quoted1 { color: #03828f; }
|
|
.quoted2 { color: #c7445c; }
|
|
.quoted3 { color: #417c10; }
|
|
.textmulti > *:nth-child(even) { background-color: #f4f4f4; }
|
|
.textmulti > * { padding: 2ex .5em; margin: -.5em; /* compensate pad */ }
|
|
.textmulti > *:first-child { padding: .5em; }
|
|
.pad { padding: .5em; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="page" style="opacity: .1">Loading...</div>
|
|
|
|
<!-- Load message data synchronously to generate a meaningful 'loaded' event, used by webmailmsg.html for updating the iframe height . -->
|
|
<script src="parsedmessage.js"></script>
|
|
|
|
<script src="../../text.js"></script>
|
|
</body>
|
|
</html>
|