Common CSS Variables for Customization #4819
sirjoehighton
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 1 reply
-
This is already doable by using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to propose a new feature for the Pterodactyl Panel that I believe would greatly enhance the customization options and user experience. Currently, customizing the panel's appearance requires modifying multiple CSS files, which can be overwhelming and time-consuming, especially for newcomers.
I suggest implementing a separate CSS file that includes common variables for backgrounds, buttons, and other visual elements. This approach would consolidate the styling parameters into a single file, making it much more convenient for users to customize the panel according to their preferences. Additionally, it would encourage the sharing of these CSS files within the community, fostering collaboration and creativity.
Benefits:
Ease of Use: By having a dedicated CSS file for common variables, users can quickly locate and modify the desired styling elements without having to sift through multiple CSS files.
Consistency: With centralized variables, maintaining consistency across different components and pages becomes much simpler, resulting in a more cohesive and polished appearance.
Community Collaboration: Providing a standardized CSS file will encourage users to share their customizations, allowing the community to benefit from a diverse range of styles and themes.
Implementation Suggestions:
Create a separate CSS file, such as
common-variables.css
, which includes variables for backgrounds, buttons, fonts, and other frequently customized elements.Document the available variables and their usage in the Pterodactyl Panel documentation to assist users in customization.
Encourage users to share their customized CSS files on platforms like GitHub, allowing others to easily import and apply their preferred styles.
Open Discussion:
I would love to hear your thoughts on this proposal. Do you think having a dedicated CSS file for common variables would be beneficial for customization?
Please share your feedback, suggestions, or alternative ideas regarding this proposal. Let's work together to improve the customization capabilities of the Pterodactyl Panel and enhance the user experience for all.
Looking forward to your input and contributions!
Beta Was this translation helpful? Give feedback.
All reactions