Simple

Themes ::: theme_simple
Maintained by Web ICT ZHAW
Simple design, follows the best practice of responsive web design.

Simple 1.8

Released: Friday, 26 September 2014, 2:32 PM
Version 1.8 for Moodle 2.7

For Moodle 2.1 - 2.3 visite: https://github.com/freshbreeze/Moodle_Themes_Simple_2.2
For Moodle 2.4 - 2.6 visite: https://github.com/freshbreeze/Moodle_Themes_Simple_2.4


Simple template extends the bootstrapbase theme

Key Features
- Simple design
- The front-page design uses blocks in the content area and displaying them as boxes
- Easy to change the template color (possible to use different colors for different departments)
- Multi device optimized: "Simple" follows the best practice of using responsive web design, namely serving the same HTML for devices and using only CSS media queries to decide the rendering on each device



How to change the default template color?
Substitute #0164A7 with your hex color in style/simple.css

How to use different colors for different departments?
a) create folder new templat folder e.g. name: xyz, color: #E0922E

b) create xyz/config.php
$THEME->name = 'xyz';
$THEME->doctype = 'html5';
$THEME->parents = array('simple','bootstrapbase');
$THEME->sheets = array('skin');
$THEME->yuicssmodules = array();
$THEME->editor_sheets = array();
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
$THEME->enable_dock = true;

c) create xyz/style/skin.css
#pageheader-middle-right{
background-color: #E0922E !important;
}

d) create xyz/pix/logo.png

e) create xyz/pix/screenshot.png

More infos about Moodle Themes: http://docs.moodle.org/dev/Themes

Version information

Version build number
2014092600
Version release name
1.8
Can be updated from
1.8 (2014072900)
Can be updated to
1.8 (2014121600)
Maturity
Stable version
MD5 Sum
d057ba15713649e9baa9f0d95a63dcbf

    Version control information

    Version control system (VCS)
    GIT
    VCS repository URL

    Default installation instructions for plugins of the type Themes

    1. Make sure you have all the required versions.
    2. Download and unpack the module.
    3. Place the folder (e.g. "ponies") in the "theme" subdirectory.
    4. Visit http://yoursite.com/admin to finish the installation