XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
css Directory Reference

Detailed Description

All CSS for your theme will be located here.

The theme.css file is the focal point for loading the styles. These could all have been in one file, but have been split up for the sake of more easily structuring and maintaining the codebase.

Note that many of the styles have a large degree of selectivity. E.g:

.elfinder .elfinder-navbar .elfinder-navbar-dir.ui-state-active:hover { /* */ }

This is to minimize the need for using !important flags to override the existing styles (particularly with respect to jQuery UI's CSS).

Tips