-
-
Notifications
You must be signed in to change notification settings - Fork 322
Expand file tree
/
Copy pathindex.css
More file actions
153 lines (130 loc) · 2.67 KB
/
Copy pathindex.css
File metadata and controls
153 lines (130 loc) · 2.67 KB
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
/*********
** Intro
*********/
h1 {
text-align: center;
font-size: 6em;
color: var(--fg);
}
#blurb {
margin: auto;
width: 30em;
text-align: center;
}
#call-to-action {
margin: 3em 0;
text-align: center;
}
#call-to-action a.main-cta,
#call-to-action a.secondary-cta {
box-shadow: #caefab 0 1px 0 0 inset;
border-radius: 6px;
border: 1px solid #268a16;
display: inline-block;
cursor: pointer;
font-weight: bold;
margin-bottom: 1em;
padding: 6px 24px;
text-decoration: none;
text-shadow: #98D760 0 1px 0;
}
#call-to-action a.main-cta {
background: linear-gradient(#77d42a 5%, #5cb811 75%) #77d42a;
font-size: 1.5em;
color: #214205;
}
#call-to-action a.secondary-cta {
background: #5E706B;
border: 1px solid #3C4945;
color: #eee;
text-shadow: #2b665e 0 1px 0;
}
.cta-dropdown {
position: relative;
display: inline-block;
margin-bottom: 1em;
}
.cta-dropdown a.download {
margin-bottom: 0 !important;
}
.cta-dropdown .dropdown-content {
display: none;
position: absolute;
text-align: left;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
border: 1px solid #566963;
background: #5cb811;
border-top: 0;
border-radius: 0 0 6px 6px;
margin-top: -6px;
z-index: 1;
}
.cta-dropdown .dropdown-content a:hover {
background-color: #ddd;
}
.cta-dropdown .dropdown-content img {
width: 0.85em;
height: 0.85em;
}
.cta-dropdown.secondary-cta-dropdown .dropdown-content a:hover {
background-color: #566963;
}
.cta-dropdown.secondary-cta-dropdown .dropdown-content {
background-color: #768d87;
border-color: #566963;
}
.cta-dropdown.secondary-cta-dropdown .dropdown-content a {
color: #fff;
text-shadow: #2b665e 0 1px 0;
}
.cta-dropdown .dropdown-content a {
padding: 0.75em 1em;
text-decoration: none;
display: block;
}
.cta-blurb {
font-size: 0.85em;
}
.sublinks {
font-size: 0.9em;
margin-bottom: 1em;
}
/*********
** Subsections
*********/
.area {
background: var(--area-bg);
padding: 0 1em 1em 1em;
margin-bottom: 1em;
}
.area > ul,
.area > div,
.area > p {
margin-left: 3em;
}
.area > ul {
padding-left: 0;
}
.area > h2 {
border: 0;
}
#donate-links li {
list-style: none;
margin-bottom: 5px;
}
#donate-links .donate-button {
display: inline-block;
min-width: 10em;
background: #2a413b;
padding: 6px 12px;
font-family: Quicksand, Helvetica, Century Gothic, sans-serif;
text-decoration: none;
font-weight: 700;
color: #fff;
border-radius: 8px;
}
#donate-links .donate-button img {
vertical-align: middle;
max-height: 15px;
max-width: 15px;
}