[Jan Gerber] fix unicode filenames in wikibooks2epub (from https://code.launchpad...
[objavi2.git] / templates / templating_template.html
blob2f6163c4030254063eb48e4946a9f452a704b0ae
1 <html>
2 <head>
3 <title></title>
6 <style>
8 #main {
9 display: block;
10 margin-left: 240px;
13 h2 {
14 color: #055;
17 #left {
18 color: #055;
19 position: absolute;
20 left: 0px;
21 top: 0px;
22 width: 225px;
23 font-size: smaller;
24 list-style-type: none;
27 a {
28 color: #000;
29 text-decoration: none;
32 </style>
33 </head>
34 <body>
35 <div id="left">
36 <book-title-goes-here />
37 <menu-goes-here/>
38 </div>
39 <div id="main">
40 <content-goes-here/>
41 </div>
42 </body>
43 </html>