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
sakura-ps4-skin.css | |
/* base: pink gradient background for controller */ | |
.ds4 { | |
background: linear-gradient(180deg, rgba(255,240,245,0.95) 0%, rgba(255,230,240,0.95) 100%) no-repeat center; | |
border-radius: 24px; | |
box-shadow: 0 10px 30px rgba(220,150,180,0.25) inset; | |
position: relative; | |
overflow: visible; |
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
/* sakura-ps4-skin.css | |
Drop this file somewhere raw-hosted (GitHub Gist raw URL works). | |
Designed to work with GamePad Viewer .ds4 (PS4) skin. | |
*/ | |
/* base: pink gradient background for controller */ | |
.ds4 { | |
background: linear-gradient(180deg, rgba(255,240,245,0.95) 0%, rgba(255,230,240,0.95) 100%) no-repeat center; | |
border-radius: 24px; | |
box-shadow: 0 10px 30px rgba(220,150,180,0.25) inset; |