Go to file
Naomi Guyer df15cd8920 BUG: Simple has base typography defined in layout ( trac #7803)
Moved some style declarations from layout to typography so that the cms
would pick them up.
Moved typography tag to the page.ss before layout is included
Changed typography elements to be wrapped in .typography, rather than a
layout tag within the Layout page templates. This will mean that a
bunch of modules have access to the correct type styling
2012-09-04 12:19:44 +12:00
css BUG: Simple has base typography defined in layout ( trac #7803) 2012-09-04 12:19:44 +12:00
images MINOR javascript optimization, css, line endings, file modes... 2012-06-07 17:04:50 +02:00
javascript BUG: 7599 removing console.log error 2012-07-10 17:06:05 +12:00
templates BUG: Simple has base typography defined in layout ( trac #7803) 2012-09-04 12:19:44 +12:00
webfonts MINOR javascript optimization, css, line endings, file modes... 2012-06-07 17:04:50 +02:00
.gitignore ENHANCEMENT: created styling for search field and search results - styled mobile site header - fixed issue with navigation overflowing when too many <li> 2012-04-04 17:52:54 +12:00
LICENSE MINOR Added license file 2012-03-28 22:36:34 +02:00
README.md MINOR javascript optimization, css, line endings, file modes... 2012-06-07 17:04:50 +02:00

README.md

Using the Simple 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("simple");
     HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');