6:33cf8f66683a
Anton Shestakov <engored@ya.ru>, Mon, 15 Sep 2014 13:04:46 +0900
More on vim.

previous change 5:c7cb6267a670

template.html

Permissions: -rw-r--r--

Other formats: Feeds:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/uikit/2.9.0/css/uikit.min.css">
<style>
html {
font-size: 10pt;
margin-top: 30px;
}
body {
background: #1c1c1c;
color: white;
}
h1, h2, h3, h4, h5, h6 {
color: #5f5f5f;
}
.table-cheats {
color: #afaf87;
}
.table-cheats td:first-child {
padding-right: 10px;
vertical-align: top;
white-space: nowrap;
}
kbd, code {
font-weight: bold;
}
kbd {
color: #d7005f;
}
code {
color: #87ff00;
}
em {
color: #e97c02;
}
</style>
</head>
<body>
<div class="uk-margin-large-top uk-margin-large-right uk-margin-large-bottom uk-margin-large-left">
{{ content }}
</div>
</body>
</html>