Joomla Isis template for Bootstrap 3

Joomla! admin isis template but using Bootstrap 3 styles.

View project onGitHub

Joomla Isis template for Bootstrap 3

This is Joomla!3 isis template but using Bootstrap 3 styles.

This template support both Bootstrap 2 & 3 syntax, by including the Bootstrap 3 Adapter.

Installation

Download package and install it in Joomla admin.

Development

Compiling CSS

If you want to change some less code, please install NodeJS less first:

$ npm install -g less

Then cd to {JOOMLA}/administrator/template/isis3/cli and run:

$ lessc template.less ../css/template.css

Now you will get a compiled css file at css/template.css.

LESS folders

less
  |
  |--- adapter    // Bootstrap3 adapter less files
  |
  |--- bootstrap2 // Old Joomla isis template less files
  |
  |--- bootstrap3 // Bootstrap 3 less files

Screen shots

admin-1

admin-2