i-lateral/silverstripe-themes-kube

A simple Silverstripe theme that makes use of the Kube CSS framework (400).

Installs: 620

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 2

Language:CSS

Type:silverstripe-theme

dev-master 2015-07-14 15:47 UTC

This package is auto-updated.

Last update: 2024-04-20 22:24:46 UTC


README

A simple Silverstripe theme using the Kube CSS framework, found at:

http://imperavi.com/kube

Using this theme

  • Copy the theme into the themes/ directory of your SilverStripe project. If you've named it correctly, there should be a directory called themes/simple/templates.

  • Add the following to your mysite/_config.php file. Remove any existing SSViewer::set_theme lines.

     SSViewer::set_theme("kube");
     HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');