Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #sub-notification {
  2. display: none;
  3. position: absolute;
  4. top: 0px;
  5. left: 0px;
  6. width: 400px !important;
  7. height: 100px !important;
  8. background-repeat: no-repeat;
  9. background-image: url('http://i.imgur.com/N6Bo2Xc.png') !important;
  10. background-position-y: 0px;
  11. }
  12. #sub-notification .subname {
  13. margin-left: 100px !important;
  14. padding-top: 50px !important;
  15. width: 300px !important;
  16. text-align: center !important;
  17. line-height: 14px !important;
  18. font-size: 40px !important;
  19. font-family: impact !important;
  20. text-shadow: 4px 4px 4px #000 !important;
  21. color: #ee6413 !important;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement