282dfb62b47644f35c4192f27a333f085ae8aa22
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) }
250) .hundred.toptwenty{
251) 	text-align: justify;
252) 	margin-top: 0;
253) }
254) .row-eqheight{
255)     overflow: hidden; 
256)     padding-bottom: 20px
257) }
258) .row-eqheight > [class*="col-"]{
259)     margin-bottom: -99999px;
260)     padding-bottom: 99999px;
261) }
262) .bitcoin{
263) 	padding-top: 10px;
264) 	padding-left: 30px;
265) 	padding-right: 30px;
MehrabKamrani make bitcoin background-col...

MehrabKamrani authored 8 years ago

266) 	background-color: #F5F5F5;
MehrabKamrani add the style of other ways...

MehrabKamrani authored 8 years ago

267) }
268) #bitpayDonation > .well > .form-group {
269)     margin-right: 0;
270)     margin-left: 0;
271) }
272) #bitpayDonation > .well {
273) 	box-shadow: none;
274) 	border-radius: 7px;
275) 	margin-bottom: 0;
276) }
277) .check-eutransfer{
278) 	padding-top: 20px;
279) 	padding-left: 30px;
280) 	padding-right: 30px;
281) 	background-color: #F0F0F0;
282) }
283) .even-more{
284) 	padding: 25px 0;
285) 	background-color: #FAFAFA;
286) }
287) .dsmall{
MehrabKamrani make even-more section resp...

MehrabKamrani authored 8 years ago

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

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

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

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

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

MehrabKamrani authored 8 years ago

335) 		margin: 0;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

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

MehrabKamrani authored 8 years ago

346) 	.combined-input {
347) 	    margin: 0 15px 15px 15px;
348) 	}
349) 	#donate > .btn-group {
350) 	    margin-bottom: 15px;
351) 	}
MehrabKamrani make perks section responsive

MehrabKamrani authored 8 years ago

352) 	#bitpayDonation > .well {
353) 	    margin-bottom: 30px;
354) 	}
MehrabKamrani make even-more section resp...

MehrabKamrani authored 8 years ago

355) 	.dsmall{
356) 		padding: 0 5%;
357) 	}
MehrabKamrani make get-in-touch section r...

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

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

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

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

MehrabKamrani authored 8 years ago

452) 	.dsmall{
453) 		padding: 0 3%;
454) 	}
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

455) 	footer.footer {
456) 	    margin-bottom: 0px;
457) 	}
458) 	footer.footer > p {
459) 	    font-size: 12px;
460) 	}
461)