Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.6 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.6 KB

elFinder "Moono" Theme

A theme for elFinder that mimics CKEditor's Moono skin.

screenshot from 2015-08-06 16 27 17

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 the theme.css file from the /moono/ folder:

    <link rel="stylesheet" type="text/css" media="screen" href="themes/moono/css/theme.css">

Features

Modifying the source

This theme uses .less files that are compressed into moono/css/theme.css. Compressing these files requires Node.js.

  1. Clone this repository:

    $ git clone https://github.com/lokothodida/elfinder-theme-moono.git
    
  2. Edit the corresponding .less files in moono/css/

  3. In the terminal, if this is your first time doing the build, run this to install all of the dependencies:

    $ npm install
    
  4. Then to build, run:

    $ npm run build