This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*BEGIN PS3 Controller Styling*/ | |
| /*This class defines the base attributes of the skin*/ | |
| .controller.custom{ | |
| /* The background image is basically the base for the controller's skin. The | |
| PS3 controller's skin can be found at http://mrmcpowned.com/gamepad/ps3-assets/base.png | |
| and you can observe it as an example. The sticks, buttons, and directional arrows are missing | |
| because their appropriate elements will be incorperated when their styling is defined below. | |
| The entirity of the skin's visual styling is done via background images and CSS sprites. */ | |
| background: url(https://imgur.com/xjZrvL0.png); | |
| height: 1080px; |