-
Notifications
You must be signed in to change notification settings - Fork 0
/
borang.css
62 lines (49 loc) · 1022 Bytes
/
borang.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
body {
background-image: url(paper.jpg);
}
h3 {
font-family: verdana;
font-size: 14px;
font-weight: bold;
text-align: center;
color:white;
padding:5px 22px;
border-radius: 10px 10px 0 0;
margin: 20px auto 0px;
background-color:darkorchid;
box-shadow: 15px 15px 6px rgba(96, 96, 96, 0.7);
}
form {
font-family: verdana;
font-weight: bold;
font-size: 10px;
text-align: center;
color: black;
padding: 20px;
border:2px solid darkorchid;
border-radius:0px 0px 10px 10px;
margin:0px auto;
background-color:lightpink;
box-shadow: 15px 15px 6px rgba(96, 96, 96, 0.7);
}
form.pendek, h3.pendek {
width:250px;
}
form.sederhana, h3.sederhana {
width:300px;
}
form.panjang, h3.panjang {
width:330px;
}
/* cantumkan sekali */
input[type="text"],
input[type="password"],
input[type="date"], select {
width: 200px;
padding:5px;
margin: 5px;
}
table {
font-family: verdana;
font-size: 12px;
}