I was just wondering if thereās any way in a future update. That you could make a way to control the boxes and eliminates so we can control the transparency of them. For example like when we go to files how it hides our background all white canāt really see the background but if you can make it transparent or control the transparency so that way the background image bleeds through it would be nice. Iām not sure if this makes any sense. Iām not a developer or programmer.
That is already available. You need this app:
App-Id | theming_customcss |
App-Name | Custom CSS |
Summary | Adjust the Nextcloud theme with custom CSS |
Categories | customization |
App-Version | 1.15.0 |
Repository | GitHub - nextcloud/theming_customcss |
Issue-Tracker | https://github.com/juliushaertl/theming_customcss/issues |
NC min/max | 20 / 28 |
Not-shipped (not included) App available in appstore | |
Appstore-link | https://apps.nextcloud.com/apps/theming_customcss |
Created | 2017-08-25T16:48:12.705727Z |
Last modified | 2023-11-09T14:38:20.724446Z |
You need to understand how css works but it is easy; you have to look in the browser console to find out the styles and change them in the litle css window that comes with this app.
Much luck
ernolf
I donāt understand how CSS works though. Iāve tried that app and bricked my test nextcloud. Which I did not even think was possible but I am good at making the impossible possible. Any good recommendations on where I can learn CSS?
There are many great resources to learn CSS. Here are some recommended links:
- MDN Web Docs - CSS Tutorial:
- MDN Web Docs - CSS
- The Mozilla Developer Network documentation provides a comprehensive and well-structured introduction to CSS.
- W3Schools - CSS Tutorial:
- W3Schools - CSS Tutorial
- W3Schools offers simple and easily understandable tutorials on various CSS topics.
- CSS-Tricks:
- CSS-Tricks
- A website that includes many useful articles, snippets, and tutorials on CSS.
- freeCodeCamp - CSS Course:
- freeCodeCamp - CSS Course
- An interactive course covering basic and advanced CSS concepts.
- CSS Grid Layout by Rachel Andrew:
- CSS Grid Layout by Rachel Andrew
- Rachel Andrew provides a thorough introduction to CSS Grid Layout on this website.
- Flexbox Froggy:
- Flexbox Froggy
- An interactive game that helps you learn the basics of Flexbox.
- Codecademy - Learn CSS:
- Codecademy - Learn CSS
- Codecademy offers an interactive course for learning CSS.
- CSS Grid Garden:
- CSS Grid Garden
- Similar to Flexbox Froggy, CSS Grid Garden is an interactive game for learning Grid Layout.
- Smashing Magazine - CSS Section:
- Smashing Magazine - CSS
- Smashing Magazine has a variety of articles and tutorials on CSS.
- YouTube - Traversy Media CSS Crash Course:
- CSS Crash Course by Traversy Media
- Brad Traversy offers many great tutorials on his YouTube channel. This particular video is a quick CSS crash course.
Much luck,
ernolf
1 Like
Thank you very much