File tree Expand file tree Collapse file tree 4 files changed +40
-29
lines changed Expand file tree Collapse file tree 4 files changed +40
-29
lines changed Original file line number Diff line number Diff line change 18
18
< / li>
19
19
< % }) %>
20
20
</ul >
21
+ <div id =" donate" >
22
+ <span class =" wrapper" style =" width : 110px " >
23
+ <img src =" /images/paypal.png" >
24
+ <a href =" https://www.paypal.me/evanyou" target =" _blank" >Buy Me Coffee</a >
25
+ </span >
26
+ </div >
21
27
</div >
22
28
</div >
Original file line number Diff line number Diff line change @@ -164,3 +164,34 @@ a.button
164
164
border-left 4px solid transparent
165
165
border-right 4px solid transparent
166
166
border-top 5px solid #c c c
167
+
168
+ #donate
169
+ height 24px
170
+ .wrapper
171
+ vertical-align top
172
+ height 20px
173
+ border 1px solid #d4 d4 d4
174
+ display inline-block
175
+ box-sizing border-box
176
+ line-height 16px
177
+ border-radius 3px
178
+ cursor pointer
179
+ background-image linear-gradient (to bottom ,#fc fc fc 0 ,#e e e 100% )
180
+ position relative
181
+ width 72px
182
+ & :hover
183
+ border-color #c c c
184
+ background-image linear-gradient (to bottom ,#e e e 0 ,#d d d 100% )
185
+ img
186
+ width 14px
187
+ height 14px
188
+ position absolute
189
+ top 3px
190
+ left 5px
191
+ a
192
+ font 700 11px / 14px 'Helvetica Neue' , Helvetica , Arial , sans-serif
193
+ color #33 33 33
194
+ text-shadow 0 1px 0 #f f f
195
+ position absolute
196
+ top 2px
197
+ left 24px
Original file line number Diff line number Diff line change @@ -251,36 +251,7 @@ html, body
251
251
display none
252
252
253
253
#donate
254
- height 24px
255
254
margin-left - 2px !important
256
- .wrapper
257
- vertical-align top
258
- height 20px
259
- border 1px solid #d4 d4 d4
260
- display inline-block
261
- box-sizing border-box
262
- line-height 16px
263
- border-radius 3px
264
- cursor pointer
265
- background-image linear-gradient (to bottom ,#fc fc fc 0 ,#e e e 100% )
266
- position relative
267
- width 72px
268
- & :hover
269
- border-color #c c c
270
- background-image linear-gradient (to bottom ,#e e e 0 ,#d d d 100% )
271
- img
272
- width 14px
273
- height 14px
274
- position absolute
275
- top 3px
276
- left 5px
277
- a
278
- font 700 11px / 14px 'Helvetica Neue' , Helvetica , Arial , sans-serif
279
- color #33 33 33
280
- text-shadow 0 1px 0 #f f f
281
- position absolute
282
- top 2px
283
- left 24px
284
255
285
256
@media screen and (max-width : 480px )
286
257
body
Original file line number Diff line number Diff line change @@ -275,6 +275,9 @@ $header-height = 40px
275
275
bottom 0
276
276
left 145px
277
277
278
+ #donate
279
+ margin-top 15px
280
+
278
281
@media screen and (max-width : 560px )
279
282
#downloads
280
283
text-align center
You can’t perform that action at this time.
0 commit comments