938e125b2c7307ff4fe0da31e6323a256b0debf6
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) }
265) .bitcoin{
266) 	padding-top: 10px;
267) 	padding-left: 30px;
268) 	padding-right: 30px;
269) }
270) #bitpayDonation > .well > .form-group {
271)     margin-right: 0;
272)     margin-left: 0;
273) }
274) #bitpayDonation > .well {
275) 	box-shadow: none;
276) 	border-radius: 7px;
277) 	margin-bottom: 0;
278) }
279) .check-eutransfer{
MehrabKamrani reduce top margin of check...

MehrabKamrani authored 8 years ago

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

MehrabKamrani authored 8 years ago

281) 	padding-left: 30px;
282) 	padding-right: 30px;
MehrabKamrani change background color of...

MehrabKamrani authored 8 years ago

283) }
284) .minor-other-ways{
285) 	background-color: #FAFAFA;
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

286) }
287) .even-more{
288) 	padding: 25px 0;
289) 	background-color: #FAFAFA;
290) }
291) .dsmall{
MehrabKamrani make even-more section resp...

MehrabKamrani authored 8 years ago

292) 	padding: 0 8%;
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

293) }
294) .other-ways-img{
295) 	width: 100%;
296) }
297) .img-thumbnail.other-ways-img {
298) 	padding: 1px;
299) 	transition: none 0s ease 0s;
300) 	border: 2px solid rgb(221, 221, 221);
301) }
302) .get-in-touch{
303) 	background-color: #35734F;
304) 	color: #fff;
305) }
306) .title {
307)     min-height: 80px;
308)     margin-top: 20px;
309)     margin-bottom: 20px;
310)     border-right: 3px solid #3D855B;
311)     padding-top: 25px;
312) }
313) .detail {
314)     margin-bottom: 0px;
315)     margin-top: 50px;
316) }
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

317) footer.footer{
318)     width: 100%;
319)     /* Set the height of the footer here */
320)     /*height: 65px;*/
321)     padding-top: 20px;
322)     padding-bottom: 10px;
323)     background-color: #f5f5f5;
324) }
325) @media (max-width: 991px) {
326) 	blockquote {
MehrabKamrani remove blockquote margin-to...

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

328) 		font-size: 18px;
329) 	}
330) 	.source-quote{
331) 		margin-top: 20px;
332) 	}
333) }
334) @media (max-width: 767px)  {
335) 	.main-text{
336) 		font-size: 28px;
337) 	}
338) 	blockquote {
MehrabKamrani remove blockquote margin-to...

MehrabKamrani authored 8 years ago

339) 		margin: 0;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

340) 		font-size: 16px;
341) 		border: none;
342) 	}
343) 	.img-section{
344) 		width: 20%;
345) 		float: left;
346) 	}
347) 	blockquote::before {
348) 		display: none;
349) 	}
MehrabKamrani reduce margins of donate se...

MehrabKamrani authored 8 years ago

350) 	.combined-input {
351) 	    margin: 0 15px 15px 15px;
352) 	}
353) 	#donate > .btn-group {
354) 	    margin-bottom: 15px;
355) 	}
MehrabKamrani make perks section responsive

MehrabKamrani authored 8 years ago

356) 	#bitpayDonation > .well {
357) 	    margin-bottom: 30px;
358) 	}
MehrabKamrani make even-more section resp...

MehrabKamrani authored 8 years ago

359) 	.dsmall{
360) 		padding: 0 5%;
361) 	}
MehrabKamrani make get-in-touch section r...

MehrabKamrani authored 8 years ago

362) 	.title {
363) 	    min-height: auto;
364) 	    margin: 20px 8% 0;
365) 	    border-right: none;
366) 	    border-bottom: 2px solid #3D855B;
367) 	    padding: 0 0 10px;
368) 	}
369) 	.detail {
370) 	    margin: 10px 0 20px;
371) 	}
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

372) 
373) }
374) @media (max-width: 659px)  {
375) 	.main-text{
376) 		font-size: 26px;
377) 	}
378) 	blockquote {
379) 		font-size: 17px;
380) 		margin: 0;
381) 	}
382) 	.img-section{
383) 		width: 30%;
384) 	}
385) 	.champion{
386) 		width: 100%;
387) 	}
388) }
389) @media (max-width: 549px)  {
390) 	.main-text{
391) 		font-size: 24px;
392) 	}
393) 	blockquote {
394) 		font-size: 15px;
395) 	}
396) }
397) @media (max-width: 449px)  {
398) 	.main-text{
399) 		font-size: 22px;
400) 	}
401) 	blockquote {
402) 		font-size: 14px;
403) 		padding: 0;
404) 	}
405) 
406) }
407) 
408) @media (max-width: 399px)  {
409) 	.logo {
410) 	    text-align: center;
MehrabKamrani set logo's height exactly s...

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

412) 	    float: none;
413) 	}
414) 	.navbar-header{
415) 		width: 100%;
416) 	    text-align: center;	
417) 	}
418) 	.navbar-brand > img {
419)     	display: initial;
420) 	}
421) 	.navbar-brand {
422)     	float: initial;
423) 	}
424) 	.container > .navbar-header,
425) 	.container-fluid > .navbar-header,
426) 	.container > .navbar-collapse,
427) 		.container-fluid > .navbar-collapse {
428) 	    margin-right: 0;
429) 	    margin-left: 0;
430) 	}
431) 	.navbar-nav.navbar-right:last-child {
432) 	    margin-right: 0 !important;
433) 	}
434) 	#navbar{
435) 		width: 100%;
436) 		margin: 0;
437) 		height: 53px;
438) 	}
439) 	#navbar > li {
440) 	    width: 33.3%;
441) 	    text-align: center;
442) 	}
443) 	.main-text{
444) 		font-size: 20px;
445) 	}
446) 	#donate > .btn-group > .col-xs-6 {
447)     width: 100%;
448) 	}
449) 	blockquote {
450) 		font-size: 14px;
451) 		padding: 0;
452) 	}
453) 	.img-section{
454) 		width: 35%;
455) 	}
MehrabKamrani make even-more section resp...

MehrabKamrani authored 8 years ago

456) 	.dsmall{
457) 		padding: 0 3%;
458) 	}
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

459) 	footer.footer {
460) 	    margin-bottom: 0px;
461) 	}
462) 	footer.footer > p {
463) 	    font-size: 12px;
464) 	}
465)