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

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

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

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

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

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

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

MehrabKamrani authored 8 years ago

228) .donate-button {
229) 	background-color: #4FAB76;
230) 	border-color: #47996A;
231) }
232) .donate-button:hover,
233) .donate-button:focus,
234) .donate-button:active,
235) .donate-button:active:hover,
236) .donate-button:active:focus{
237) 	background-color: #47996A;
238) 	border-color: #47996A; 
239) }
240) #other-ways-section > .container-fluid{
241) 	padding: 0;
242) }
243) .hundred.toptwenty{
244) 	text-align: justify;
245) 	margin-top: 0;
246) }
247) .row-eqheight{
248)     overflow: hidden; 
249)     padding-bottom: 20px
250) }
251) .row-eqheight > [class*="col-"]{
252)     margin-bottom: -99999px;
253)     padding-bottom: 99999px;
254) }
255) .bitcoin{
256) 	padding-top: 10px;
257) 	padding-left: 30px;
258) 	padding-right: 30px;
MehrabKamrani make bitcoin background-col...

MehrabKamrani authored 8 years ago

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

MehrabKamrani authored 8 years ago

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

MehrabKamrani authored 8 years ago

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

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

306) footer.footer{
307)     width: 100%;
308)     /* Set the height of the footer here */
309)     /*height: 65px;*/
310)     padding-top: 20px;
311)     padding-bottom: 10px;
312)     background-color: #f5f5f5;
313) }
314) @media (max-width: 991px) {
315) 	blockquote {
MehrabKamrani remove blockquote margin-to...

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

317) 		font-size: 18px;
318) 	}
319) 	.source-quote{
320) 		margin-top: 20px;
321) 	}
322) }
323) @media (max-width: 767px)  {
324) 	.main-text{
325) 		font-size: 28px;
326) 	}
327) 	blockquote {
MehrabKamrani remove blockquote margin-to...

MehrabKamrani authored 8 years ago

328) 		margin: 0;
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

329) 		font-size: 16px;
330) 		border: none;
331) 	}
332) 	.img-section{
333) 		width: 20%;
334) 		float: left;
335) 	}
336) 	blockquote::before {
337) 		display: none;
338) 	}
MehrabKamrani make even-more section resp...

MehrabKamrani authored 8 years ago

339) 	.dsmall{
340) 		padding: 0 5%;
341) 	}
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

342) 
343) }
344) @media (max-width: 659px)  {
345) 	.main-text{
346) 		font-size: 26px;
347) 	}
348) 	blockquote {
349) 		font-size: 17px;
350) 		margin: 0;
351) 	}
352) 	.img-section{
353) 		width: 30%;
354) 	}
355) 	.champion{
356) 		width: 100%;
357) 	}
358) }
359) @media (max-width: 549px)  {
360) 	.main-text{
361) 		font-size: 24px;
362) 	}
363) 	blockquote {
364) 		font-size: 15px;
365) 	}
366) }
367) @media (max-width: 449px)  {
368) 	.main-text{
369) 		font-size: 22px;
370) 	}
371) 	blockquote {
372) 		font-size: 14px;
373) 		padding: 0;
374) 	}
375) 
376) }
377) 
378) @media (max-width: 399px)  {
379) 	.logo {
380) 	    text-align: center;
MehrabKamrani set logo's height exactly s...

MehrabKamrani authored 8 years ago

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

Nima Fatemi authored 8 years ago

382) 	    float: none;
383) 	}
384) 	.navbar-header{
385) 		width: 100%;
386) 	    text-align: center;	
387) 	}
388) 	.navbar-brand > img {
389)     	display: initial;
390) 	}
391) 	.navbar-brand {
392)     	float: initial;
393) 	}
394) 	.container > .navbar-header,
395) 	.container-fluid > .navbar-header,
396) 	.container > .navbar-collapse,
397) 		.container-fluid > .navbar-collapse {
398) 	    margin-right: 0;
399) 	    margin-left: 0;
400) 	}
401) 	.navbar-nav.navbar-right:last-child {
402) 	    margin-right: 0 !important;
403) 	}
404) 	#navbar{
405) 		width: 100%;
406) 		margin: 0;
407) 		height: 53px;
408) 	}
409) 	#navbar > li {
410) 	    width: 33.3%;
411) 	    text-align: center;
412) 	}
413) 	.main-text{
414) 		font-size: 20px;
415) 	}
416) 	#donate > .btn-group > .col-xs-6 {
417)     width: 100%;
418) 	}
419) 	blockquote {
420) 		font-size: 14px;
421) 		padding: 0;
422) 	}
423) 	.img-section{
424) 		width: 35%;
425) 	}
MehrabKamrani make even-more section resp...

MehrabKamrani authored 8 years ago

426) 	.dsmall{
427) 		padding: 0 3%;
428) 	}
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

429) 	footer.footer {
430) 	    margin-bottom: 0px;
431) 	}
432) 	footer.footer > p {
433) 	    font-size: 12px;
434) 	}
435)