-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzen.css
122 lines (99 loc) · 1.66 KB
/
zen.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
header {
background-color: #004F2D;
}
.summary {
background-color: #0A8754;
padding: 20px;
}
.summary p {
font-size: 19px;
padding-top: 10px;
padding-bottom: 10px;
}
a {
color: #63D471
}
.preamble {
background-color: #508CA4;
padding: 20px;
}
.preamble p {
padding-top: 10px;
padding-bottom: 10px;
font-size: 19px;
}
.preamble h3 {
font-size: 24px;
padding-bottom: 10px;
padding-top: 20px;
}
section.intro {
color: #fff;
}
h1 {
font-size: 60px;
padding: 20px;
}
h2 {
font-size: 30px;
padding-top: 10px;
padding-bottom: 40px;
padding-left: 20px;
}
.main-supporting {
margin-left: 140px;
margin-right: 140px;
margin-top: 60px;
margin-bottom: 60px;
padding: 20px;
border: 2px solid #2F4858;
border-radius: 20px;
}
.main-supporting h3 {
padding-top: 10px;
padding-bottom: 10px;
}
.main-supporting p {
padding-top: 10px;
padding-bottom: 10px;
}
.wrapper h3 {
color: white;
font-size: 24px;
}
.design-selection {
background-color: #508CA4;
}
.design-selection h3,
.design-archives h3,
.zen-resources h3 {
padding-left: 20px;
padding-top: 40px;
}
.design-selection a,
.design-archives a,
.zen-resources a {
text-decoration: none;
}
.design-selection, .design-archives, .zen-resources li {
color: white;
}
.design-selection nav,
.design-archives nav,
.zen-resources ul {
padding: 20px;
padding-left: 60px;
padding-bottom: 30px;
font-size: 19px;
}
.design-archives {
background-color: #0A8754;
}
.zen-resources {
background-color: #004F2D;
}