66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
<html>
|
|
<head>
|
|
<title>{{=it.heading || ''}} {{=it.title || ''}}</title>
|
|
<style>
|
|
body {
|
|
background-color: #f3f3d8;
|
|
color: #0c0c27;
|
|
font-size: 12pt;
|
|
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
|
|
}
|
|
a,a:visited {
|
|
color: #b87602;
|
|
text-decoration: none;
|
|
}
|
|
p,ul,li {
|
|
color: #0c0c27;
|
|
font-size: 12pt;
|
|
font-family: helvetica, sans-serif;
|
|
}
|
|
p {
|
|
padding-left: 1em;
|
|
margin-top: 0.25em;
|
|
line-height: 1.3em;
|
|
width: 35em;
|
|
}
|
|
img {
|
|
max-width: 30%;
|
|
float: left;
|
|
padding: 0 1em 0.5em 0;
|
|
}
|
|
h1 span {
|
|
color: #4c4c67;
|
|
margin-left: 0.5em;
|
|
font-size: 16pt;
|
|
}
|
|
h1 small {
|
|
color: #9c9cB7;
|
|
float: right;
|
|
font-size: 14pt;
|
|
}
|
|
h1,h2,h3,h4,h5,h6,h7,h8,h9 { width: 75%; font-family: 'Arial Black', 'Arial Bold', 'Gadget', sans-serif; border-bottom: 0.1em solid #1c1c37; color: #1c1c37; margin-bottom: 0.25em; }
|
|
h1 { width: 100%; font-size: 24pt; margin-bottom: 1em; margin-top: 0; border: 0 }
|
|
h2 { color: #3c3c57; border-color: #3c3c57; font-size: 20pt; }
|
|
h3 { color: #5c5c77; border-color: #5c5c77; font-size: 18pt; }
|
|
h4 { color: #6c6c87; border-color: #6c6c87; font-size: 14pt; }
|
|
h5 { color: #7c7c97; border-color: #7c7c97; font-size: 12pt; }
|
|
section { margin-left: 0.25em; margin-top: 0; }
|
|
dt {
|
|
float: left;
|
|
clear: left;
|
|
width: 10em;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
dd {
|
|
margin: 0 0 0 10.5em;
|
|
padding: 0 0 0.5em 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>{{=it.name || '' }} <span>{{=it.letter || ''}}</span> <small>{{=it.date || ''}}</h1>
|
|
{{=it.content || ''}}
|
|
</body>
|
|
</html>
|