c8781234f91253294ab120b860dd3204899b447c
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 {
47)     color: #663987;
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{
72)     background-color: #663987;
73)     border-color: #663987;
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) }
114) .img-thumbnail {
115)   padding: 1px;
116)   background-color: #794d9a;
117)   border: 1px solid #794d9a;
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{
131)     width: 120px;
132) }
133) .donation{
134) 	text-align: center;
135) 	margin-bottom: 125px;
136) }
137) .main-text{
138) 	margin-top: 50px;
139) }
140) .nav > li > a:hover, .nav > li > a:focus {
141) 	text-decoration: none;
142) 	border-bottom: 3px solid #794d9a;
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) }
168) .choiceLabel{
169)     cursor: pointer !important;
170)     margin: 0px !important;
171)     width: 100%;
172)     height: 100%;
173)     font-weight: normal;
174) }
175) .combined-input > .btn-lg,
176) .combined-input > .btn {
177) 	padding: 0;
178) 	min-height: 44px;
179) 	line-height: 44px;
180) }
181) 
182) input[type=number]::-webkit-inner-spin-button,
183) input[type=number]::-webkit-outer-spin-button {
184) 	-webkit-appearance: none;
185) 	margin: 0;
186) }
187) input[type=number] {
188) 	-moz-appearance: textfield;
189) }
190) .error-msg{
191) 	color: red;
192) 	display: none;
193) }
194) .quote-section{
195) 	background-color:#663987;
196) 	padding: 20px 0;
197) }
198) .champion{
199) 	width: 100%;
200) }
201) .source-quote{
202) 	margin-top: 30px;
203) 	color: white;
204) }
205) blockquote {
206) 	text-align: justify;
207) 	display: block;
208) 	padding: 5px 0px 5px 45px;
209) 	margin: 20px 0 0 0;
210) 	position: relative;
211) 	font-size: 20px;
212) 	border-left: 5px solid #794d9a;
213)     color: #ffffff;
214) }
215) blockquote::before {
216) 	content: "\201C";
217) 	position: absolute;
218) 	left: 10px;
219) 	top: -20px;
220) 	font-size: 80px;
221) }
222) blockquote footer{
223) 	color: rgb(240,240,240);
224) }
225) footer.footer{
226) 	margin-top: 20px;
227) 	position: absolute;
228)     bottom: 0;
229)     width: 100%;
230)     /* Set the height of the footer here */
231)     /*height: 65px;*/
232)     padding-top: 20px;
233)     padding-bottom: 10px;
234)     background-color: #f5f5f5;
235) }
Nima Fatemi make donate button green

Nima Fatemi authored 8 years ago

236) .donate-button {
237) 	background-color: #5CA462;
238) 	border-color: #47A24E;
239) }
240) .donate-button:hover{
241) 	background-color: #2F8E38;
242) 	border-color: #47A24E; 
243) }
244) .donate-button:focus{
245) 	background-color: #2F8E38;
246) 	border-color: #47A24E; 
247) }
248) .donate-button:active{
249) 	background-color: #2F8E38;
250) 	border-color: #47A24E; 
251) }
252) .donate-button:active:hover{
253) 	background-color: #2F8E38;
254) 	border-color: #47A24E; 
255) }
Nima Fatemi donatehead updates:

Nima Fatemi authored 8 years ago

256) @media (max-width: 991px) {
257) 	blockquote {
258) 		margin: 30px 0 0 0;
259) 		font-size: 18px;
260) 	}
261) 	.champion{
262) 		width: 140px;
263) 	}
264) 	.source-quote{
265) 		margin-top: 20px;
266) 	}
267) }
268) @media (max-width: 767px)  {
269) 	.main-text{
270) 		font-size: 28px;
271) 	}
272) 	blockquote {
273) 		margin: 2% 0 0 0;
274) 		font-size: 16px;
275) 		border: none;
276) 	}
277) 	.img-section{
278) 		width: 20%;
279) 		float: left;
280) 	}
281) 	blockquote::before {
282) 		display: none;
283) 	}
284) 
285) }
286) @media (max-width: 659px)  {
287) 	.main-text{
288) 		font-size: 26px;
289) 	}
290) 	blockquote {
291) 		font-size: 17px;
292) 		margin: 0;
293) 	}
294) 	.img-section{
295) 		width: 30%;
296) 	}
297) 	.champion{
298) 		width: 100%;
299) 	}
300) }
301) @media (max-width: 549px)  {
302) 	.main-text{
303) 		font-size: 24px;
304) 	}
305) 	blockquote {
306) 		font-size: 15px;
307) 	}
308) }
309) @media (max-width: 449px)  {
310) 	.main-text{
311) 		font-size: 22px;
312) 	}
313) 	blockquote {
314) 		font-size: 14px;
315) 		padding: 0;
316) 	}
317) 
318) }
319) 
320) @media (max-width: 399px)  {
321) 	.logo {
322) 	    text-align: center;
323) 	    width: 25%;
324) 	    float: none;
325) 	}
326) 	.navbar-header{
327) 		width: 100%;
328) 	    text-align: center;	
329) 	}
330) 	.navbar-brand > img {
331)     	display: initial;
332) 	}
333) 	.navbar-brand {
334)     	float: initial;
335) 	}
336) 	.container > .navbar-header,
337) 	.container-fluid > .navbar-header,
338) 	.container > .navbar-collapse,
339) 		.container-fluid > .navbar-collapse {
340) 	    margin-right: 0;
341) 	    margin-left: 0;
342) 	}
343) 	.navbar-nav.navbar-right:last-child {
344) 	    margin-right: 0 !important;
345) 	}
346) 	#navbar{
347) 		width: 100%;
348) 		margin: 0;
349) 		height: 53px;
350) 	}
351) 	#navbar > li {
352) 	    width: 33.3%;
353) 	    text-align: center;
354) 	}
355) 	.main-text{
356) 		font-size: 20px;
357) 	}
358) 	#donate > .btn-group > .col-xs-6 {
359)     width: 100%;
360) 	}
361) 	blockquote {
362) 		font-size: 14px;
363) 		padding: 0;
364) 	}
365) 	.img-section{
366) 		width: 35%;
367) 	}
368) 	footer.footer {
369) 	    margin-top: 10px;
370) 	    margin-bottom: 0px;
371) 	}
372) 	footer.footer > p {
373) 	    font-size: 12px;
374) 	}
375)