base-eis.pt
1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html metal:use-macro="load: base.pt">
<div metal:fill-slot="content">
<style>
body {
/*background-image: url("static/img/bg1.jpg");*/
}
.judul {
margin-top: 0px;
padding-top: 5px;
text-align:center;
color: #777;
background-color:rgb(205,205,205);
}
.sub-judul {
text-align:center;
margin-top: 1px;
padding-top:5px;
padding-botom:5px;
font-size: 30px;
font-weight: normal;
}
.data {
margin-top: 0px;
color: #777;
font-size: 0px;
font-weight: normal;
background-color:rgb(255,255,255);
}
.table-title {
margin-top: 5px;
padding-top:5px;
padding-botom:5px;
font-size: 20px;
font-weight: normal;
}
.table-body {
margin-top: 5px;
padding-top:5px;
padding-botom:5px;
font-size: 20px;
font-weight: normal;
}
.table-body-right {
margin-top: 5px;
font-size: 20px;
padding-top:5px;
padding-botom:5px;
font-weight: normal;
text-align:right;
}
</style>
</div>
</html>