aaronmaynard / Skyrim-Perk-Utility

Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! :memo: :video_game:
https://aaronmaynard.github.io/Skyrim-Perk-Utility/
GNU General Public License v3.0
28 stars 19 forks source link

Enable custom cursor #13

Closed aaronmaynard closed 6 years ago

aaronmaynard commented 6 years ago

first-timers-only

This issue is tagged :octocat: first-timers-only. It is only for people who have never contributed to open source before and are looking for an easy way take their first steps.

Consider this as your chance to dip your toe into the world of open-source and get some bragging rights for writing code that makes drones fly, cars find charging stations, helps people and goods move from place to place and more...

Thank you for your help ❤️

Issue:

Your task is to add the styling elements for the custom cursors recently uploaded to the repository. This needs to be done to both style.css and help.css. For style.css you will add elements for the classes .cDefault, .cCrosshair and .cDownload. You add only .cDefault in help.css. Add the styling elements for type class at the end of the documents, and use the appropriate syntax:

.class{
    cursor: url(https://aaronmaynard.github.io/Skyrim-Perk-Utility/cursor/[CURSOR_FILE.cur]), [CURSORTYPE];
}

The three types of cursors we will be implementing are default, crosshair and pointer.

Don't forget to add an endLine (Press Enter) at the end of the document.

Contributing:

Asking for help

We appreciate your effort in taking the time to work on this issue and help out the open source community. If you need any help, feel free to ask below. We are always happy to help 😄

VanheeArne commented 6 years ago

Hi, i'll try and fix this issue :) !