Skip to content

Commit

Permalink
Initial commit with theme version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyZio committed Oct 29, 2020
0 parents commit c0bd226
Show file tree
Hide file tree
Showing 13 changed files with 2,043 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Contributing

Thanks for your interest in contributing to the /r/Toontown CSS Theme!

## How can I help?

If you would like to make any fixes or modifications to the theme, follow these steps:

1. **[Submit an issue](https://github.com/ToontownRewritten/ToontownReleaseArchive/issues)** to propose your contribution.
2. **[Create a Fork](https://github.com/ToontownRewritten/ToontownReleaseArchive/fork)** of the project to make your changes.
3. **Clone** the project to your computer.
4. **[Install Node.js](https://nodejs.org/en/)** and run the command `npm install` in the project's root directory.
5. **Start Sass script** with `npm start` and make changes in [rToontown.css](src/rToontown.css). Changes will be automatically minified into [rToontown.min.css](rToontown.min.css) while `npm start` is running.
6. **Commit** changes to a new branch based off of main.
7. Issue a **Pull Request** and we'll review your contribution!
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ![Disney's Toontown on reddit](https://i.imgur.com/3tl6gjF.png)

This repository contains a Toontown Online inspired CSS theme built for [/r/Toontown](https://reddit.com/r/Toontown) on reddit. This theme is an addon for [Naut](https://github.com/Axel--/Naut-for-reddit), and is built with assets from the Toontown Online website.

## Installation

1. Navigate to `/r/YourSubreddit/about/stylesheet`.
2. Paste the CSS from [Naut 4 - Main CSS File.css](https://github.com/Axel--/Naut-for-reddit/blob/master/Naut%204%20-%20Main%20CSS%20File.css) into the Stylesheet text area.
3. Paste the CSS from [rToontown.min.css](rToontown.min.css) into the Stylesheet text area (below the Naut CSS).
4. Upload images from the `/Images/` folder, be sure not to rename them.
5. Save!

## Contributing

Check out the [Contributing](CONTRIBUTING.md) page if you'd like to make any fixes or modifications to the theme!
Binary file added images/commentboxbg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/headerimg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/noresults.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/playnow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/spritesheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c0bd226

Please sign in to comment.