Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #follow-notification {
  2. display: none;
  3. position: absolute;
  4. width: 480px !important;
  5. height: 480px !important;
  6. border-radius: 0px !important;
  7. background-image: url('http://i.imgur.com/Z9PEsni.png') !important;
  8. background-repeat: no-repeat;
  9. }
  10. #follow-notification .followname {
  11. position: absolute !important;
  12. text-align: center !important;
  13. margin-top: 305px !important;
  14. margin-left: -45px !important;
  15. margin-right: 100px !important;
  16. width: 400px !important;
  17. font-size: 30px !important;
  18. font-weight: normal !important;
  19. font-weight: normal !important;
  20. font-family: impact;
  21. text-shadow: 1px 1px 1px #000;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement