View file upload/templates/Red/print.tpl

File size: 980B
<!DOCTYPE html>
<html>
<head>
	<meta charset="{charset}">
	<style>
		body { margin: 4% 8%; font: 300 18px/1.5 Georgia, "Times New Roman", arial, sans-serif; background-color: #fff; color: #000; }
		h1,h2,h3,h4,h5 { margin: 2em 0 .6em 0; letter-spacing: -0.01em; line-height: normal; font-weight: bold; text-rendering: optimizeLegibility; }
		h1 { font-size: 24px; }
		h2 { font-size: 22px; }
		h3 { font-size: 20px; }
		h4 { font-size: 18px; }
		h5 { font-size: 16px; }
		img { border:0; }
		.top, .back, .meta { font-style: italic; font-size: .8em; }
		.meta { color: #b1b1b1; margin: 1em 0 3em 0; }
	</style>
	<title>DataLife Engine > Printable version > {title}</title>
</head>
<body>
	<div class="top"><a href="/">Homepage</a> / [full-link]{title}[/full-link]</div>
	<h1 class="title">{title}</h1>
	<div class="text">
	{full-story}
	</div>
	<div class="meta">{date}</div>
	<a class="back" href="javascript:history.go(-1)">Go back</a>
</body>
</html>