Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _shared_assets/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@ div#list-of-available-icons > blockquote > div > div > p {
font-size: 90%;
font-style: normal;
text-align: center;
}

.wy-nav-content {
max-width: max(800px, calc(100vw - 600px)) !important;
}
9 changes: 3 additions & 6 deletions developer_manual/basics/front-end/theming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ Theming support

The Nextcloud theming app offers some tools for app developers to ensure that apps also match the themed look.

CSS classes
-----------

* **.nc-theming-main-background** Background in theming color
* **.nc-theming-main-text** Text in theming color
* **.nc-theming-contrast** Text in white/black color to be shown in front of the theming color
CSS variables
-------------

There are a lot of CSS variables available, see :ref:`cssvars`.

JavaScript
----------
Expand Down
Loading