Guest User

Untitled

a guest
Dec 9th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. /* Based on email I got from andrea ricci */
  2.  
  3. a[href^="mailto:"]:before { content: "\2709"; }
  4.  
  5. :before, :after {
  6. color: green;
  7. font-size:20px;
  8. }
  9.  
  10. p, blockquote {
  11. margin: 20px;
  12. }
  13. body, a {
  14. color: #333;
  15. text-decoration: none;
  16. font-size: 12px;
  17. padding-right:10px;
  18. }
  19.  
  20. #Footer
  21. {
  22. text-align:right;
  23. position:fixed;
  24. bottom:10px;
  25. width:100%;
  26. background: -webkit-linear-gradient(left, #726723 1px,transparent 1px) 4.8em 0 no-repeat;
  27. background-color: #F1E8F1;
  28. font: 100%/2.0em Monaco, Consolas, Inconsolata, 'Deja Vu Sans Mono', 'Droid Sans Mono', 'Andale Mono', 'Lucida Console', monospace;
  29. }
Add Comment
Please, Sign In to add comment