Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. div#hplogo[style] {
  2. background:url(http://i.imgur.com/KDkb2nd.png) no-repeat!important;
  3. background-size:300px 400px!important;
  4. height:400px!important; /* height of image */
  5. width:400px!important; /* width of image*/
  6. margin-top: -150px; /* tweak */
  7. }
  8.  
  9. #hplogo, #prm-pt {
  10. text-indent: -9999px !important;
  11. white-space: nowrap;
  12. }
  13.  
  14. img#hplogo {
  15. width:0!important;
  16. height:0!important;
  17. background:url(https://i.imgur.com/cKhyzbI.gif) no-repeat!important;
  18. background-size:300px 400px!important;
  19. padding-top: 400px!important; /* height of image */
  20. padding-left: 400px!important; /* width of image*/
  21. margin-top: -50px;
  22. }
  23. /* doodle fix */
  24. div#hplogo {
  25. background:url(https://i.imgur.com/cKhyzbI.gif) no-repeat!important;
  26. background-size:300px 400px!important;
  27. height:400px!important; /* height of image */
  28. width:400px!important; /* width of image*/
  29. margin-top: -25px; /* tweak */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement