Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Dosis');
  2.  
  3.  
  4. body {
  5. background-color: #FFBB6D;
  6. background-image: url('https://i.imgur.com/yusujNM.png');
  7. background-attachment: fixed;
  8. background-size: contain;
  9. background-position: bottom right;
  10. background-repeat: no-repeat;
  11. overflow:hidden;
  12. cursor: url('https://i.imgur.com/pfqicu4.png'), default;
  13. }
  14.  
  15. #name {
  16. z-index:40;
  17. position: absolute;
  18. left: 415px;
  19. top: 200px;
  20. margin: auto;
  21. background: #transparent;
  22. width: 700px;
  23. font-family: Dosis;
  24. font-size: 45px;
  25. background: url(https://i.imgur.com/1CXjyfh.gif) -40px -40px repeat;
  26. -webkit-text-fill-color: transparent; -webkit-background-clip: text;
  27. display:block;
  28. text-align: center;
  29. letter-spacing: 6px;
  30. -webkit-transition:opacity 2s linear;
  31.  
  32. }
  33.  
  34. a.nav:hover{
  35. background-color: #FFD8DB;
  36. color: white;
  37. text-decoration: none;
  38. cursor: url(http://i.imgur.com/7I87qN0.png), default;
  39. }
  40.  
  41. div.tooltipMessage {
  42. z-index: 600;
  43. position: absolute;
  44. width: 220px;
  45. font-family: dosis;
  46. font-size: 10px;
  47. text-align: justify;
  48. }
  49. div.tooltipMessage > span {
  50. display: inline-block;
  51. background: #FFBB6D;
  52. padding: 4px 5px;
  53. color: #000;
  54. border: 1px solid #000;
  55. border-radius: 5px;
  56. }
  57. div.tooltipMessage.left > span {
  58. float: right;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement