repo.or.cz
/
objavi2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Jan Gerber] fix unicode filenames in wikibooks2epub (from https://code.launchpad...
[objavi2.git]
/
templates
/
templating_template.html
blob
2f6163c4030254063eb48e4946a9f452a704b0ae
1
<html>
2
<head>
3
<title></title>
4
5
6
<style>
7
8
#main {
9
display: block;
10
margin-left:
240
px;
11
}
12
13
h2 {
14
color: #
055
;
15
}
16
17
#left {
18
color: #
055
;
19
position: absolute;
20
left:
0
px;
21
top:
0
px;
22
width:
225
px;
23
font-size: smaller;
24
list-style-type: none;
25
}
26
27
a {
28
color: #
000
;
29
text-decoration: none;
30
}
31
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>