Added the 'Licenses' section.
[fsf-giving-guide.git] / stylesheet.css
CommitLineData
afb35b89
RL
1/*Typography*/
2
4b239f9e
RL
3@font-face {
4 font-family: 'Signika Regular';
5 src: local('Signika Regular'), url('fonts/Signika-Regular.ttf') format('truetype');
6}
7
afb35b89
RL
8@font-face {
9 font-family: 'Signika Light';
10 src: local('Signika Light'), url('fonts/Signika-Light.ttf') format('truetype');
11}
12
08daf010
RL
13@font-face {
14 font-family: 'Signika Bold';
15 src: local('Signika Bold'), url('fonts/Signika-Bold.ttf') format('truetype');
16}
17
afb35b89
RL
18@font-face {
19 font-family: 'Open Sans';
20 src: local('Open Sans'), url('fonts/OpenSans-Regular.ttf') format('truetype');
21}
22
08daf010
RL
23@font-face {
24 font-family: 'Open Sans Bold';
25 src: local('Open Sans Bold'), url('fonts/OpenSans-Bold.ttf') format('truetype');
26}
27
afb35b89
RL
28/*Style common HTML tags*/
29
30html {
afb35b89 31 font-family: 'Open Sans', 'DejaVu Sans', Arial, sans-serif;
ed78f54d 32 font-size: 14px;
4b239f9e 33 line-height: 1.4;
afb35b89 34 color: #363636;
1d1ca77b 35 background-color: #fff;
afb35b89
RL
36 width: 100%;
37}
38
08daf010 39/* Type something: */
afb35b89 40
4b239f9e 41a { color: #1F8A70; border-bottom: 1px solid #dbd145; text-decoration: none; }
08daf010 42
4b239f9e 43p { line-height: 1.4; margin-bottom: 1.5em; font-size: 1em; }
afb35b89
RL
44
45i { font-style: italic; }
46b { font-style: oblique; }
47
4b239f9e 48li {list-style-type: circle; padding: 0.4em 0.2em; line-height: 1.4; }
08daf010 49/* ul {margin: 1em 2em 0em 4em;} */
afb35b89 50
91fdbabd 51br {margin-bottom: 0.5em; margin-top: 0.5em;}
afb35b89 52
dd0353ce 53h1 { font-size: 2.20em; font-family: 'Signika Light'; color: #2CAF8F; margin-bottom: 0.5em; margin-top: 1em; }
08daf010 54h2 { font-size: 1.75em; font-family: 'Signika Light'; color: #2CAF8F; margin-bottom: 0.5em; margin-top: 2em; }
4b239f9e 55h3 { font-size: 1.625em; font-family: 'Signika Bold'; color: #484848; margin-bottom: 0.5em; margin-top: 2em; }
08daf010
RL
56h4 { font-size: 1.375em; font-family: 'Signika Light'; color: #4d4d4d; margin-bottom: 0.5em; margin-top: 2em; }
57h5 { font-size: 1.25em; font-family: 'Signika Light'; color: #4d4d4d; margin-bottom: 0.5em; margin-top: 2em; }
58h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-bottom: 0.5em; margin-top: 2em; }
afb35b89
RL
59
60/*Site-specific*/
61
08daf010
RL
62 /* Header */
63
64.header {
08daf010
RL
65}
66
b190b1f5
RL
67/* Navbar */
68
32d56408 69.header_wrapper {
c8033ceb 70 background-color: #2CAF8F;
f5810b45 71 height: 450px;
c8033ceb 72}
82460b03 73
4b239f9e
RL
74.header a {
75 border-bottom: 0;
08daf010
RL
76}
77
32d56408
RL
78.navbar_wrapper {
79 max-width: 1300px;
73f66771 80 min-width: 1110px;
32d56408
RL
81 margin: auto;
82 text-align: center;
83}
84
08daf010 85.logo_wrapper {
196ca9db 86 padding: 1.3em;
32d56408 87 float: left;
196ca9db
RL
88}
89
4b239f9e
RL
90.join_wrapper {
91 padding: 1.2em;
92 float: right;
32d56408 93 display: inline-block;
08daf010
RL
94}
95
4b239f9e 96.logo, .join {
32d56408
RL
97 max-width: 200px;
98 min-width: 200px;
08daf010
RL
99}
100
73f66771 101.share_wrapper {
73f66771
RL
102}
103
104.share {
91fdbabd
RL
105 position: relative;
106 bottom: 0.8em;
dd0353ce
RL
107 text-align: center;
108}
109
110.share a{
b1f938b2 111 background-color: #FDD53A;
dd0353ce
RL
112 border-bottom: 0;
113 padding: .6em 2em;
114 font-family: 'Signika Bold';
115 font-size: 1.4em;
116 color: #2CAF8F;
117 border-radius: 50em;
118}
119
120.share a:hover {
121 background-color: #FDDE56;
73f66771
RL
122}
123
32d56408
RL
124.navbar {
125 width: 537px;
126 padding: 1em;
196ca9db 127 height: 2.55556em;
32d56408
RL
128 display: inline-block;
129/* float: left; */
afb35b89
RL
130}
131
82460b03 132.navbar li {
4b239f9e
RL
133 font-family: 'Signika Regular';
134 font-size: 1em;
135 background-color: white;
08daf010
RL
136 list-style-type: none;
137 border-right: 1px #9BD2BF solid;
4b239f9e
RL
138 padding: 0 30px 0 30px;
139 line-height: 2.6;
08daf010 140 float: left;
08daf010
RL
141}
142
143.navbar li:first-child {
144 border-radius: 100px 0 0 100px;
08daf010
RL
145}
146
147.navbar li:last-child {
148 border-right: 0;
149 border-radius: 0 100px 100px 0;
08daf010 150}
4b239f9e 151
08daf010
RL
152.navbar li:hover {
153 background-color: #FFDD55;
08daf010
RL
154}
155
156.navbar li a {
157 display: block;
158 text-decoration: none;
08daf010
RL
159}
160
161.navbar li a:hover {
162 color: #4B423B;
163}
164
430f57db 165.intro,
f51aceb5 166.share {
32d56408 167 max-width: 1300px;
73f66771 168 min-width: 1170px;
32d56408
RL
169}
170
f51aceb5
RL
171.intro_wrapper,
172.intro_img {
e592611b 173 max-width: 500px;
f51aceb5
RL
174 min-width: 00px;
175}
176
177.intro_wrapper {
82460b03 178 float: right;
b1f938b2 179 color: white;
f51aceb5
RL
180 padding-right: 4em;
181}
182
183.intro_img{
184 float: left;
185 padding-left: 4em;
82460b03
RL
186}
187
188.intro_wrapper h2 {
189 color: #FFDD55;
190}
191
192.intro_img img{
f51aceb5 193 width: 100%;
82460b03 194}
812f895f
RL
195
196/* Comparisons */
197
198.wrapper,
f5810b45 199.section_wrapper,
dd0353ce 200.buy_avoid,
f5810b45 201.recommended {
dd0353ce 202 max-width: 750px;
812f895f
RL
203 min-width: 750px;
204 margin: auto;
205}
206
207.main_title {
e2256b1a 208 width: 100%;
dd0353ce
RL
209 text-align: left;
210 border-bottom: 1px solid lightgray;
812f895f 211 margin-top: 3em;
dd0353ce 212 margin-bottom: 2em;
812f895f
RL
213 display: inline-block;
214}
215
c8033ceb
RL
216.buy a {
217 border-bottom: none;
218}
219
dd0353ce
RL
220.product_img {
221 margin: auto;
222 /* width: 168px; */
223 height: 168px;
224}
225
c8033ceb
RL
226.product {
227 margin: auto;
dd0353ce
RL
228 display: block;
229 /* margin-bottom: 8em; */
230 /* max-width: 168px; */
231 max-height: 168px;
c8033ceb
RL
232}
233
234.good,
235.bad {
dd0353ce 236 display: none; /* FIXME: This is temporary until I fix the sizes*/
c8033ceb
RL
237 position: relative;
238 top: 175px;
239 left: 84px;
240 width: 60px;
241}
242
c8033ceb
RL
243.free, .proprietary {
244 text-align: center;
245}
246
247.free li,
248.proprietary li {
249 text-align: left;
250}
251
252.buy img,
253.avoid img {
c8033ceb
RL
254 max-width: 151px;
255 height: 42px;
256}
257
dd0353ce
RL
258.buy_avoid_wrapper {
259 margin-top: 2em;
260 min-width: 100%;
261 max-width: 100%;
262 display: inline-block;
263}
264
265.buy {
266 text-align: center;
267 margin: auto;
268 width: 45.555555%;
269 float: left;
270
271}
272
273.avoid {
274 text-align: center;
275 margin: auto;
276 width: 45.555555%;
277 float: right;
278}
279
c8033ceb
RL
280.free {
281 float: left;
dd0353ce 282 width: 45.555555%;
c8033ceb
RL
283}
284
285.proprietary {
286 float: right;
dd0353ce 287 width: 45.555555%;
c8033ceb 288}
f5810b45
RL
289
290/* Recommended Section */
291
dd0353ce 292.topic_title {
f5810b45
RL
293 border-bottom: 1px solid #2CAF8F;
294 width: 100%;
295 text-align: left;
296 margin-top: 3em;
297 display: inline-block;
298}
299
300.recommend_wrapper {
301 padding-top: 1em;
302 margin: auto;
303 width: 750px;
304}
305
306.recommended_product {
307 text-align: center;
308 width: 29%;
309 margin: 1em;
310 display: inline-block
311}
312
313.recommended_product_img {
314 width: 120px;
315}
dd0353ce
RL
316
317.recommend_wrapper .buy {
318 float: none;
319 text-align: center;
320 width: 100%;
321}
430f57db
RL
322
323.remark {
324 margin-top: 3em;
325 font-weight: bold;
326}
91fdbabd
RL
327
328/* Licenses */
329
330.licenses h1 {
331 margin-top: 0.6em;
332}