Replace checkerboard pattern image with repeating-conic-gradient CSS
Summary:
Replace `background: url('/rsrc/image/checker_lighter.png')` (which is problematic in Pholio for dark mode support) with corresponding modern CSS `repeating-conic-gradient`.
Note that this is a trade-off between improved Dark Mode and browser compatibility: Such CSS is only supported since Chrome 69/Opera 56 (09/2018), Firefox 83 (11/2020), Safari 12.1 (03/2019), and Edge 79 (01/2020) according to https://caniuse.com/?search=repeating-conic-gradient. Older browsers will display the `{$page.content}` color instead with no checkerboard pattern.
The image file is also used in other CSS files; a future patch might potentially also replace these usages.
Refs T15056
Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Go to http://phorge.localhost/pholio/create/ and upload an image with alpha channel transparency
* Go to http://phorge.localhost/M1 and lock at the background of the image
Reviewers: O1 Blessed Committers, mainframe98
Reviewed By: O1 Blessed Committers, mainframe98
Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T15056
Differential Revision: https://we.phorge.it/D26155