-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
99 lines (81 loc) · 1.29 KB
/
stylesheet.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
91
92
93
94
95
96
97
98
99
* {
margin:0;
padding:0;
}
html,
body,
h1,h2,h3,h4,h5,h6 {
color:#000;
font-size:16px;
font-family:'GNUTypewriter',Courier,serif;
font-weight:normal;
font-style:normal;
line-height:150%;
}
body {
background-color:#c7ac90;
background-image:url('bg.png');
}
h1 {
font-size:40px;
text-transform:uppercase;
}
h2 {
margin-top:40px;
margin-bottom:20px;
font-size:20px;
text-transform:uppercase;
}
h3 {
margin-top:20px;
margin-bottom:20px;
font-size:16px;
text-transform:uppercase;
}
h6 {
padding:0 30px;
font-size:14px;
}
p {
padding-bottom:25px;
}
a {
text-decoration:none;
}
a:link,a:visited,a:hover,a:active {
color:#555;
border-bottom:dotted 1px #555;
}
a:hover,a:active {
color:#000;
border-bottom:dotted 1px #000;
}
#main {
margin:0 auto;
padding:80px 50px;
width:700px;
text-align:center;
}
#logo {
padding:45px 0;
}
#goal,
#mantra,
div.border {
margin:20px auto;
margin-bottom:60px;
width:460px;
padding:15px;
border:dashed 1px #000;
}
div.small {
font-size:14px;
}
div.small.border {
padding-top:25px;
padding-bottom:0;
font-size:16px;
}
div.small span.ex {
font-size:12px;
}