Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #follow-notification {
  2. display: none;
  3. position: absolute;
  4. top: 0px;
  5. left: 0px;
  6. width: 600px !important;
  7. height: 145px !important;
  8. border-radius: 10px;
  9. background-image: url('http://i.imgur.com/A9waiZn.png') !important;
  10. background-repeat: no-repeat;
  11. }
  12. #follow-notification .followname {
  13. margin-top: 35px !important;
  14. margin-left: 0px !important;
  15. text-align: center !important;
  16. width: 600px !important;
  17. font-size: 38px !important;
  18. font-weight: bold !important;
  19. font-family: Verdana !important;
  20. color: #FF0000 !important;
  21. -webkit-text-stroke: 1px;
  22. -webkit-text-stroke-color: #000
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement