A theme for elFinder that mimics CKEditor's Moono skin.
-
Copy the
/moonofolder from this repository to the/themesfolder of your elFinder installation (create the folder if it doesn't exist) -
On the page where elFinder will be displayed (normally
elfinder.html), load thetheme.cssfile from the/moono/folder:<link rel="stylesheet" type="text/css" media="screen" href="themes/moono/css/theme.css">
- Works with elFinder 2.0-rc1, 2.x (Nightly) and 2.1 (Nightly)
- Styling done with pure CSS - no image spritesheets
- Uses Font Awesome (v4.4.0+) for icons
This theme uses .less files that are compressed into moono/css/theme.css.
Compressing these files requires Node.js.
-
Clone this repository:
$ git clone https://github.com/lokothodida/elfinder-theme-moono.git -
Edit the corresponding
.lessfiles inmoono/css/ -
In the terminal, if this is your first time doing the build, run this to install all of the dependencies:
$ npm install -
Then to build, run:
$ npm run build
