Advertisement
awilme0607

controller

May 20th, 2020
1,484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.83 KB | None | 0 0
  1. /*BEGIN PS4 White Controller Styling*/
  2. .controller.ds4.white {
  3.     background-image: url(https://imgur.com/YkAYR3l);
  4. }
  5.  
  6. .ds4.white.disconnected {
  7.     background: url(ps4-assets/disconnected.svgz);
  8. }
  9.  
  10. .ds4.white .trigger {
  11.     background-image: url(ps4-white-assets/triggers.svgz);
  12. }
  13.  
  14. .ds4.white .bumper {
  15.     background-image: url(ps4-white-assets/bumper.svgz);
  16. }
  17.  
  18. .ds4.white .touchpad.pressed {
  19.     background-image: url(ps4-white-assets/touchpad.svgz);
  20. }
  21.  
  22. .ds4.white .back, .ds4 .start {
  23.     background-image: url(ps4-white-assets/start.svgz);
  24. }
  25.  
  26. .ds4.white .button {
  27.     background-image: url(ps4-white-assets/face.svgz);
  28. }
  29.  
  30. .ds4.white .stick {
  31.     background-image: url(https://imgur.com/wH4i93H);
  32. }
  33.  
  34. .ds4.white .face {
  35.     background-image: url(https://imgur.com/PQhk16I);
  36. }
  37.  
  38. /*END PS4 White Controller Styling*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement