0b71608bdc194dfaa2084558e32e75b18d80f0bc
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

1) /* Some primery changes for bootstrap */
2) .btn:focus,
3) .btn:active:focus,
4) .btn.active:focus,
5) .btn.focus,
6) .btn:active.focus,
7) .btn.active.focus,
8) a:focus,
9) input[type="file"]:focus,
10) input[type="radio"]:focus,
11) input[type="checkbox"]:focus {
12)       outline: none;
13) }
MehrabKamrani remove the box-shadow of ot...

MehrabKamrani authored 8 years ago

14) .form-control {
15) 	-webkit-box-shadow: none;
16)         	box-shadow: none;
17) }
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

18) .form-control:focus {
19) 	border-color: #875ca4;
20) 	outline: 0;
21) 	-webkit-box-shadow: none;
22)         	box-shadow: none;
23) }
24) .btn-default:active,
25) .btn-default.active,
26) .btn-default.active:hover,
27) .btn-default.active:focus,
28) .btn-default.active.focus,
29) .open > .dropdown-toggle.btn-default:hover,
30) .open > .dropdown-toggle.btn-default:focus,
31) .open > .dropdown-toggle.btn-default.focus,
32) .open > .dropdown-toggle.btn-default {
33)     color: #fff;
34)     background: #875ca4;
35)     border-color: #875ca4;
36) }
37) .btn:active, .btn.active {
38)     background-image: none;
39)     outline: 0;
40)     -webkit-box-shadow: none;
41)     box-shadow: none;
42) }
43) a {
44)     color: #875ca4;
45) }
46) a:hover, a:focus {
MehrabKamrani change colors to more harmo...

MehrabKamrani authored 8 years ago

47)     color: #67467D;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

48)     text-decoration: none;
49) }
50) .btn-primary:hover {
51)     background-color: #784B96;
52)     border-color: #784B96;
53) }
54) .btn-primary {
55)     background-color: #875ca4;
56)     border-color: #875ca4;
57) }
58) .btn-primary:focus,
59) .btn-primary.focus,
60) .btn-primary:active,
61) .btn-primary.active,
62) .open > .dropdown-toggle.btn-primary,
63) .btn-primary:active:hover,
64) .btn-primary.active:hover,
65) .open > .dropdown-toggle.btn-primary:hover,
66) .btn-primary:active:focus,
67) .btn-primary.active:focus,
68) .open > .dropdown-toggle.btn-primary:focus,
69) .btn-primary:active.focus,
70) .btn-primary.active.focus,
71) .open > .dropdown-toggle.btn-primary.focus{
MehrabKamrani change colors to more harmo...

MehrabKamrani authored 8 years ago

72)     background-color: #67467D;
73)     border-color: #67467D;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

74) }
75) .navbar-brand {
76)     height: auto;
77)     padding: 0;
78) }
79) .navbar-default {
80)     background: white;
81)     border: none;
82) }
83) .navbar {
84)     margin-bottom: 0;
85) }
86) .navbar-collapse.collapse {
87) display: block!important;
88) }
89) 
90) .navbar-nav>li, .navbar-nav {
91) float: left !important;
92) }
93) 
94) 
95) .navbar-nav.navbar-right:last-child {
96) margin-right: -15px !important;
97) }
98) 
99) .navbar-right {
100) float: right!important;
101) }
102) 
103) 
104) .navbar-header {
105) float: left;
106) }
107) .navbar-nav > li > a {
108)     padding-top: 15px;
109)     padding-bottom: 15px;
110) }
111) .navbar-nav{
112) 	margin: 0;
113) }
MehrabKamrani add champion class add cham...

MehrabKamrani authored 8 years ago

114) .img-thumbnail.champion {
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

115)   padding: 1px;
MehrabKamrani change colors to more harmo...

MehrabKamrani authored 8 years ago

116)   background-color: #785291;
117)   border: 1px solid #785291;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

118)   -webkit-transition: none;
119)        -o-transition: none;
120)           transition: none;
121) }
122) 
123) html {
124) 	position: relative;
125) 	min-height: 100%;
126) }
127) #navbar {
128)     margin-top: 28px;
129) }
130) .logo{
MehrabKamrani set logo's height exactly s...

MehrabKamrani authored 8 years ago

131)     height: 81px;
MehrabKamrani fix logo's width

MehrabKamrani authored 8 years ago

132)     width: auto;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

133) }
134) .donation{
135) 	text-align: center;
136) }
137) .main-text{
138) 	margin-top: 50px;
139) }
140) .nav > li > a:hover, .nav > li > a:focus {
141) 	text-decoration: none;
MehrabKamrani change colors to more harmo...

MehrabKamrani authored 8 years ago

142) 	border-bottom: 3px solid #785291;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

143) }
144) .donate-section{
145) 	margin-top: 50px;
146) 	margin-bottom: 30px;
147) }
148) .no-padding{
149) 	padding: 0;
MehrabKamrani make perks section responsive

MehrabKamrani authored 8 years ago

150) 	margin-bottom: 20px;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

151) }
152) .half-opacity{
153) 	opacity: 0.5;
154) }
155) .combined-input{
156) 	margin: 0 15px 35px 15px;
157) }
158) .left.btn-lg, .btn-group-lg > .btn{
159)     border-top-right-radius: 0;
160)     border-bottom-right-radius: 0;
161) }
162) .right.btn-lg, .btn-group-lg > .btn{
163)     border-top-left-radius: 0;
164)     border-bottom-left-radius: 0;
165) }
166) .right{
167)     border-left-width: 0px !important;
168) }
MehrabKamrani remove left-border when mon...

MehrabKamrani authored 8 years ago

169) .left{
170)     border-right-width: 0px !important;
171) }
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

172) .choiceLabel{
173)     cursor: pointer !important;
174)     margin: 0px !important;
175)     width: 100%;
176)     height: 100%;
177)     font-weight: normal;
178) }
179) .combined-input > .btn-lg,
180) .combined-input > .btn {
181) 	padding: 0;
182) 	min-height: 44px;
183) 	line-height: 44px;
184) }
185) 
186) input[type=number]::-webkit-inner-spin-button,
187) input[type=number]::-webkit-outer-spin-button {
188) 	-webkit-appearance: none;
189) 	margin: 0;
190) }
191) input[type=number] {
192) 	-moz-appearance: textfield;
193) }
194) .error-msg{
195) 	color: red;
196) 	display: none;
197) }
MehrabKamrani reduce margins of donate se...

MehrabKamrani authored 8 years ago

198) #donate > .btn-group {
199)     margin-bottom: 30px;
200) }
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

201) .quote-section{
MehrabKamrani change colors to more harmo...

MehrabKamrani authored 8 years ago

202) 	background-color:#67467D;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

203) 	padding: 20px 0;
204) }
205) .champion{
206) 	width: 100%;
207) }
208) .source-quote{
209) 	margin-top: 30px;
210) 	color: white;
211) }
212) blockquote {
213) 	text-align: justify;
214) 	display: block;
215) 	padding: 5px 0px 5px 45px;
216) 	margin: 20px 0 0 0;
217) 	position: relative;
218) 	font-size: 20px;
MehrabKamrani change colors to more harmo...

MehrabKamrani authored 8 years ago

219) 	border-left: 5px solid #785291;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

220)     color: #ffffff;
221) }
222) blockquote::before {
223) 	content: "\201C";
224) 	position: absolute;
225) 	left: 10px;
226) 	top: -20px;
227) 	font-size: 80px;
228) }
229) blockquote footer{
230) 	color: rgb(240,240,240);
231) }
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

232) .donate-button {
233) 	background-color: #4FAB76;
234) 	border-color: #47996A;
235) }
236) .donate-button:hover,
237) .donate-button:focus,
238) .donate-button:active,
239) .donate-button:active:hover,
240) .donate-button:active:focus{
241) 	background-color: #47996A;
242) 	border-color: #47996A; 
243) }
MehrabKamrani hide other ways to donate s...

MehrabKamrani authored 8 years ago

244) #other-ways-section{
245) 	display: none;
246) }
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

247) #other-ways-section > .container-fluid{
248) 	padding: 0;
249) }
MehrabKamrani change background color of...

MehrabKamrani authored 8 years ago

250) .main-other-ways{
251) 	background-color: #f5f5f5;
252) }
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

253) .hundred.toptwenty{
254) 	text-align: justify;
255) 	margin-top: 0;
256) }
257) .row-eqheight{
258)     overflow: hidden; 
259)     padding-bottom: 20px
260) }
261) .row-eqheight > [class*="col-"]{
262)     margin-bottom: -99999px;
263)     padding-bottom: 99999px;
264) }
MehrabKamrani add icon to titles of other...

MehrabKamrani authored 8 years ago

265) .other-ways-title{
266) 	margin: 10px 0;
267) }
268) .other-ways-title > h3{
269) 	display: inline;
270) }
271) .other-ways-icon{
272) 	background: transparent;
273) 	margin-top: -10px;
274) 	margin-right: 5px;
275) }
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

276) .bitcoin{
277) 	padding-top: 10px;
278) 	padding-left: 30px;
279) 	padding-right: 30px;
280) }
281) #bitpayDonation > .well > .form-group {
282)     margin-right: 0;
283)     margin-left: 0;
284) }
285) #bitpayDonation > .well {
286) 	box-shadow: none;
287) 	border-radius: 7px;
288) 	margin-bottom: 0;
289) }
290) .check-eutransfer{
MehrabKamrani reduce top margin of check...

MehrabKamrani authored 8 years ago

291) 	padding-top: 10px;
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

292) 	padding-left: 30px;
293) 	padding-right: 30px;
MehrabKamrani put border between bitcoin...

MehrabKamrani authored 8 years ago

294) 	border-left: 1px dashed #e3e3e3;
MehrabKamrani change background color of...

MehrabKamrani authored 8 years ago

295) }
296) .minor-other-ways{
297) 	background-color: #FAFAFA;
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

298) }
299) .even-more{
300) 	padding: 25px 0;
301) 	background-color: #FAFAFA;
302) }
303) .other-ways-img{
304) 	width: 100%;
MehrabKamrani set max-width for dwolla an...

MehrabKamrani authored 8 years ago

305) 	max-width: 160px;
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

306) }
307) .img-thumbnail.other-ways-img {
308) 	padding: 1px;
309) 	transition: none 0s ease 0s;
310) 	border: 2px solid rgb(221, 221, 221);
311) }
312) .get-in-touch{
313) 	background-color: #35734F;
314) 	color: #fff;
315) }
316) .title {
317)     min-height: 80px;
318)     margin-top: 20px;
319)     margin-bottom: 20px;
320)     border-right: 3px solid #3D855B;
321)     padding-top: 25px;
322) }
323) .detail {
324)     margin-bottom: 0px;
325)     margin-top: 50px;
326) }
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

327) footer.footer{
328)     width: 100%;
329)     /* Set the height of the footer here */
330)     /*height: 65px;*/
331)     padding-top: 20px;
332)     padding-bottom: 10px;
333)     background-color: #f5f5f5;
334) }
335) @media (max-width: 991px) {
336) 	blockquote {
MehrabKamrani remove blockquote margin-to...

MehrabKamrani authored 8 years ago

337) 		margin: 5px 0 0 0;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

338) 		font-size: 18px;
339) 	}
340) 	.source-quote{
341) 		margin-top: 20px;
342) 	}
343) }
344) @media (max-width: 767px)  {
345) 	.main-text{
346) 		font-size: 28px;
347) 	}
348) 	blockquote {
MehrabKamrani remove blockquote margin-to...

MehrabKamrani authored 8 years ago

349) 		margin: 0;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

350) 		font-size: 16px;
351) 		border: none;
352) 	}
353) 	.img-section{
354) 		width: 20%;
355) 		float: left;
356) 	}
357) 	blockquote::before {
358) 		display: none;
359) 	}
MehrabKamrani reduce margins of donate se...

MehrabKamrani authored 8 years ago

360) 	.combined-input {
361) 	    margin: 0 15px 15px 15px;
362) 	}
363) 	#donate > .btn-group {
364) 	    margin-bottom: 15px;
365) 	}
MehrabKamrani put border between bitcoin...

MehrabKamrani authored 8 years ago

366) 	.check-eutransfer{
367) 		border-left: none;
368) 		border-top: 1px dashed #e3e3e3;
369) 	}
MehrabKamrani make perks section responsive

MehrabKamrani authored 8 years ago

370) 	#bitpayDonation > .well {
371) 	    margin-bottom: 30px;
372) 	}
MehrabKamrani make even-more section resp...

MehrabKamrani authored 8 years ago

373) 	.dsmall{
374) 		padding: 0 5%;
375) 	}
MehrabKamrani make get-in-touch section r...

MehrabKamrani authored 8 years ago

376) 	.title {
377) 	    min-height: auto;
378) 	    margin: 20px 8% 0;
379) 	    border-right: none;
380) 	    border-bottom: 2px solid #3D855B;
381) 	    padding: 0 0 10px;
382) 	}
383) 	.detail {
384) 	    margin: 10px 0 20px;
385) 	}
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

386) 
387) }
388) @media (max-width: 659px)  {
389) 	.main-text{
390) 		font-size: 26px;
391) 	}
392) 	blockquote {
393) 		font-size: 17px;
394) 		margin: 0;
395) 	}
396) 	.img-section{
397) 		width: 30%;
398) 	}
399) 	.champion{
400) 		width: 100%;
401) 	}
402) }
403) @media (max-width: 549px)  {
404) 	.main-text{
405) 		font-size: 24px;
406) 	}
407) 	blockquote {
408) 		font-size: 15px;
409) 	}
410) }
411) @media (max-width: 449px)  {
412) 	.main-text{
413) 		font-size: 22px;
414) 	}
415) 	blockquote {
416) 		font-size: 14px;
417) 		padding: 0;
418) 	}
419) 
420) }
421) 
422) @media (max-width: 399px)  {
423) 	.logo {
424) 	    text-align: center;
MehrabKamrani set logo's height exactly s...

MehrabKamrani authored 8 years ago

425) 	    height: 60px;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

426) 	    float: none;
427) 	}
428) 	.navbar-header{
429) 		width: 100%;
430) 	    text-align: center;	
431) 	}
432) 	.navbar-brand > img {
433)     	display: initial;
434) 	}
435) 	.navbar-brand {
436)     	float: initial;
437) 	}
438) 	.container > .navbar-header,
439) 	.container-fluid > .navbar-header,
440) 	.container > .navbar-collapse,
441) 		.container-fluid > .navbar-collapse {
442) 	    margin-right: 0;
443) 	    margin-left: 0;
444) 	}
445) 	.navbar-nav.navbar-right:last-child {
446) 	    margin-right: 0 !important;
447) 	}
448) 	#navbar{
449) 		width: 100%;
450) 		margin: 0;
451) 		height: 53px;
452) 	}
453) 	#navbar > li {
454) 	    width: 33.3%;
455) 	    text-align: center;
456) 	}
457) 	.main-text{
458) 		font-size: 20px;
459) 	}
460) 	#donate > .btn-group > .col-xs-6 {
461)     width: 100%;
462) 	}
463) 	blockquote {
464) 		font-size: 14px;
465) 		padding: 0;
466) 	}
467) 	.img-section{
468) 		width: 35%;
469) 	}
MehrabKamrani make even-more section resp...

MehrabKamrani authored 8 years ago

470) 	.dsmall{
471) 		padding: 0 3%;
472) 	}
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

473) 	footer.footer {
474) 	    margin-bottom: 0px;
475) 	}
476) 	footer.footer > p {
477) 	    font-size: 12px;
478) 	}
479)