-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
81 lines (77 loc) · 1.52 KB
/
style.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
body {
background-color: #638a79;
background-image: url("img/body-bg.png");
background-repeat: repeat-x;
background-attachment: fixed;
font-size: 13px;
line-height: 18px;
color: #333;
font-family: Arial;
}
.content {
width: 840px;
background-color: #fff;
margin: 100px auto 0;
}
.content .content-top {
height: 12px;
background-image: url("img/content-bg.png");
background-position: 0px 0px;
}
.content .content-bottom {
height: 12px;
background-image: url("img/content-bg.png");
background-position: -840px -840px;
}
.content .content-middle {
padding: 20px 30px;
}
h1 {
font-size: 26px;
line-height: 36px;
color: #2b8c57;
font-weight: normal;
margin-bottom: 10px;
}
h2 {
font-size: 18px;
line-height: 28px;
color: #2b8c57;
font-weight: normal;
font-style: italic;
margin-top: 30px;
margin-bottom: 15px;
}
div.block-1 {
color: #fff;
font-style: italic;
font-size: 12px;
background-image: url("img/block-1-bg.png");
background-repeat: repeat-x;
background-color: #2b8c57;
padding: 20px 30px;
}
div.block-2 {
background-color: #356149;
background-image: url("img/picture-1.png");
background-repeat: no-repeat;
background-position: right bottom;
color: #fff;
font-style: italic;
font-size: 12px;
padding: 20px 30px;
}
a.button {
background-image: url("img/button-1.png");
background-position: 0px 0px;
display:block;
width: 121px;
height: 38px;
text-decoration: none;
}
a.button:hover {
background-position: 0px -38px;
}
a.button:active {
background-position: 0px -76px;
}