Go to file
Paul Clarke 275f5ba33d ENHANCEMENT basic updates to enhance usability and appearance of theme
Minor clean-up of consistency for tablet main menu styles
Added multilevel subnavigation in sidebar for internal pages
Updated search styling and positioning
Changed header color and link color to provide more consistency for the
theme
Footer links to red on hover and site name to link to homepage
Search results page styling updated
2012-10-08 17:02:34 +13:00
css ENHANCEMENT basic updates to enhance usability and appearance of theme 2012-10-08 17:02:34 +13:00
images ENHANCEMENT added complete form style and additional typography styles 2012-10-05 18:37:18 +13:00
javascript ENHANCEMENT improved form styles, typography styles, removed copyright 2012-10-04 17:15:59 +13:00
templates ENHANCEMENT basic updates to enhance usability and appearance of theme 2012-10-08 17:02:34 +13: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');