CSS theme for r/RLCustomDesigns.
Based on Naut (see r/Naut for more details).
- Dark mode.
- Subreddit link in the logo.
- Rocket League quick chat upvote animation.
- Button icons.
- Read more for rules in the sidebar on hover.
- Formatted wiki FAQ page with images and separators inserted in the body using CSS.
You must be a moderator to be able to edit CSS.
- Go to
reddit.com/r/RLCustomDesigns/about/stylesheet
. - Upload all the images in the
Images to Upload
folder. Make sure the names are unchanged. - Copy the contents of
style.css
into the space there. - Save.
- Go to
reddit.com/r/RLCustomDesigns/about/flair
. - Add the user you want to grant a flair to and give them a CSS class.
- Add the following snippet to the CSS in the addons section:
.flair.flair-<name> {
background: #1f1f1f;
border: #1f1f1f;
color: #<colour>;
}
Where <name>
is the name you gave your class in step 2, and <colour>
is the colour of the text you want. Example:
- For a logged-out user, the login form on the sidebar doesn't work since the margin makes it overlap with the "Submissions restricted" text above it. If this margin is increased to prevent the overlap, the form looks awkward on other logged-out pages.
Pull requests are welcome! If you've got ideas or feature requests, please feel free to create an issue on this repo.
- u/GetSchwiftyClub for help with testing.
- u/DBaum1 for help with testing.
- r/RocketLeague for the upvote quick chat animation CSS.
- r/Tautulli for the slanted button style.
Last Updated: 22 November 2019