Skip to content

lokothodida/elfinder-theme-moono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

A theme for elFinder that mimics the Moono CKEditor skin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages