-
-
Notifications
You must be signed in to change notification settings - Fork 36
Add character renders.
Valerio Lyndon edited this page Mar 26, 2023
·
2 revisions
You are here: Home > Clarity > Add character renders.
This mod adds two optional character renders on the left and right of the list. Do note that the renders will not be properly visible at low resolutions. I recommend having at least a 1600x900 monitor to add renders, as they purposefully do not intersect the center list area.
- Place the code from this link at the bottom of your CSS.
- Replace either of the "URLHERE" sections with the direct link to the image you want. If you do not want one of the renders then you can leave the URL text untouched.
- OPTIONAL. You can also change the
background-position
s to something else or add a background-size if you find your render is positioned incorrectly.
- Place the code from this link at the bottom of your CSS.
- Find the two
none
texts for each category within the newly pasted code. Each category and render is clearly labelled with the render codes right after the category:
/* completed */
--render-left: none right bottom / contain;
--render-right: none left bottom / contain;
- Change the
left
and/orright
variables as desired. These variables represent a normal CSS background property.