-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathsurat_cetak.css
executable file
·90 lines (90 loc) · 1.37 KB
/
surat_cetak.css
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
*{
background:none;
border:none;
}
body {
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 1.4;
word-spacing:1.5pt;
letter-spacing:0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000;
background:none; font-size: 12pt; }
#header,#left-column,#footer{
display:none;
}
#middle,#center-column,#main{
background:#FFF;
width:100%;
border:none;
box-shadow:none;
}
#surat_tampil{
width:95%;
padding:3px;
margin:0 auto;
border:none;
background:none;
}
#kepala_surat{
width:95%;
margin:0 auto;
background:url('../img/gresik.jpeg') no-repeat left red;
text-align:center;
font-size: 13pt;
}
#logo_surat{
display:block;
position:absolute;
top:10px;
left:50px;
}
.garis{
border-bottom:1px solid #000;
width:94%;
margin:0 auto;
margin-bottom:15px;
clear:both;
}
#content_surat{
width:95%;
position:auto;
padding-left:30px;
margin:0 auto;
}
#content_surat label{
display:block;
width:29%;
float:left;
clear:both;
}
#content_surat span.titik{
float:left;
width:1%;
}
#content_surat span.s_kanan{
float:left;
max-width:50%;
text-align:justify;
}
#par_penutup,#par_pembuka,#nomer_surat{
clear:both;
position:relative;
width:95%;
margin:0 auto;
margin-bottom:15px;
}
#nomer_surat{
text-align:center;
}
.masuk_alinea{
margin-right:50px;
}
.tanda_tangan{
float:left;
text-align:center;
width:50%;
}
.kosong{
margin-bottom:70px;
}