-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
62 lines (57 loc) · 992 Bytes
/
index.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
* { margin: 0; padding: 0; }
.split {
width: 760px;
height: 0px;
margin: 20px auto 10px auto;
border-bottom: dashed 1px rgb(40, 40, 40);
}
body {
font-size: 12pt;
font-family: Helvetica, Arial;
background-color: rgb(220, 220, 220);
}
#container {
background-color: rgb(254, 254, 254);
border: 1px solid rgb(50, 50, 50);
width: 800px;
margin: 50px auto 50px auto;
}
#head {
padding: 15px;
}
#head h1 {
font-size: 26pt;
}
#head h2 {
font-size: 16pt;
letter-spacing: 3px;
text-indent: 2px;
/*font-style: italic;*/
}
#content {
padding: 20px;
}
#content div {
font-size: 13pt;
text-align: center;
}
#content textarea {
height: 54px;
}
#content .info {
padding: 10px;
}
#content input[type=text], #content textarea {
font-size: 11pt;
width: 502px;
}
#content input[type=submit], #content button {
-webkit-appearance: square-button;
font-size: 11pt;
padding: 2px;
}
#foot {
padding: 2px 0 8px 0;
text-align: center;
font-size: 10pt;
}