Subversion Repositories navi

Rev

Rev 5 | Rev 176 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 szabot 1
<html>
2
<head>
3 szabot 3
<title>Tsim Apiak - {% block title %}Title{% end %}</title>
130 szabot 4
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico" />
2 szabot 5
<style type="text/css">
6
body {
7
        background: #145179;
8
        color: #FFF6D0;
9
        font-family: papyrus,"Georgia","Times New Roman",serif;
10
        padding: 0px;
11
        border: 0px;
12
        margin: 0px;
13
}
14
h1 {
15
        text-align: center;
16
        font-size: 52px;
17
}
5 szabot 18
h2 {
3 szabot 19
        text-align: center;
20
        font-size: 24px;
21
}
2 szabot 22
#center {
23
        background: #2594DE;
24
        width: 760px;
25
        margin-left: auto;
26
        margin-right: auto;
27
        padding: 20px;
28
}
29
</style>
30
</head>
31
<body>
32
<div id="center">
3 szabot 33
<h1>Tsim Apiak</h1>
34
<h2>{% block title %}Title{% end %}</h2>
2 szabot 35
{% block body %}Body{% end %}
36
</div>
37
</body>
38
</html>