Awesome
elFinder "Moono" Theme
A theme for elFinder that mimics CKEditor's Moono skin.
Usage
-
Copy the
/moono
folder from this repository to the/themes
folder 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.css
file from the/moono/
folder:<link rel="stylesheet" type="text/css" media="screen" href="themes/moono/css/theme.css">
Features
- 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
Modifying the source
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
.less
files 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