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