Advertisement
countrymac1977

jennips5

May 5th, 2021 (edited)
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. body {
  2. background-color: #000000;
  3. background-color: RGBA(0, 0, 0, 0);
  4. margin: 0 auto;
  5. overflow: hidden;
  6. } .controller.xbox{
  7. background: url(https://i.imgur.com/3IivRb3.png);
  8. width: 807px;
  9. height: 651px;
  10. margin-left: 0;
  11. margin-top: 0;
  12. } .xbox .sticks {
  13. width: 367px;
  14. height: 100px;
  15. left: 220px;
  16. top: 333px;
  17. }.xbox .stick {
  18. background: url(https://i.imgur.com/nXaGdI2.png);
  19. width: 100px;
  20. height: 100px;
  21. } .xbox .stick.pressed {
  22. background-position: -102px 0;
  23. } .xbox .stick.right {
  24. top: 0;
  25. left: 267px;
  26. } .xbox .abxy {
  27. width: 181px;
  28. height: 181px;
  29. left: 573px;
  30. top: 178px;
  31. } .xbox .button {
  32. background: url(https://i.imgur.com/DVqDSsJ.png);
  33. width: 58px;
  34. height: 58px;
  35. } .xbox .button.pressed {
  36. background-position-y: -59px;
  37. margin-top: 0;
  38. } .xbox .a {
  39. background-position: 0 0;
  40. left: 61px;
  41. top: 123px;
  42. } .xbox .b {
  43. background-position: -59px 0;
  44. left: 123px;
  45. top: 62px;
  46. } .xbox .x {
  47. background-position: -118px 0;
  48. left: 0px;
  49. top: 61px;
  50. } .xbox .y {
  51. background-position: -177px 0;
  52. left: 61px;
  53. top: 0px;
  54. } .xbox .arrows {
  55. left: 195px;
  56. top: 140px;
  57. width: 416px;
  58. height: 57px;
  59. } .xbox .quadrant {
  60. display: none;
  61. } .xbox .back, .xbox .start {
  62. background: url(https://i.imgur.com/YJRVQxC.png);
  63. width: 27px;
  64. height: 57px;
  65. opacity: 0;
  66. } .xbox .start {
  67. background-position: 27px 0;
  68. float: right;
  69. } .xbox .dpad {
  70. width: 144px;
  71. height: 144px;
  72. left: 71px;
  73. top: 196px;
  74. } .xbox .face {
  75. background: url(https://i.imgur.com/hCmzXWK.png);
  76. position: absolute;
  77. opacity: 0;
  78. } .xbox .face.up {
  79. background-position: 0 -68px;
  80. width: 52px;
  81. height: 63px;
  82. left: 46px;
  83. } .xbox .face.down {
  84. background-position: -54px 63px;
  85. width: 52px;
  86. height: 63px;
  87. left: 46px;
  88. top: 81px;
  89. } .xbox .face.left {
  90. background-position: -108px -68px;
  91. width: 64px;
  92. height: 52px;
  93. left: -1px;
  94. top: 47px;
  95. } .xbox .face.right {
  96. background-position: -175px -68px;
  97. width: 63px;
  98. height: 52px;
  99. left: 81px;
  100. top: 46px;
  101. } .xbox .bumpers {
  102. width: 620px;
  103. height: 35px;
  104. left: 93px;
  105. top: 114px;
  106. } .xbox .bumper {
  107. background: url(https://i.imgur.com/2YssqRT.png);
  108. width: 110px;
  109. height: 35px;
  110. opacity: 0;
  111. } .xbox .triggers {
  112. width: 619px;
  113. height: 108px;
  114. left: 94px;
  115. } .xbox .trigger {
  116. background: url(https://i.imgur.com/LsxmGBD.png);
  117. width: 111px;
  118. height: 108px;
  119. opacity: 0;
  120. } .xbox .trigger.right {
  121. background-position: -113px 0;
  122. transform: rotateY(0);
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement