Difference between revisions of "Zebra 2 Theme"
Daniel Wahl (talk | contribs) |
Daniel Wahl (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Themes}} | {{Themes}} | ||
− | Zebra 2 is a [[:Category:Contributed_code|contributed (third party)]] theme for Moodle 2 written by Danny (d_wahl) Wahl | + | Zebra 2 is a [[:Category:Contributed_code|contributed (third party)]] theme for Moodle 2 written by Danny (d_wahl) Wahl. |
=Theme Objectives= | =Theme Objectives= | ||
− | + | There are two main goals in the design of this theme. The first is to provide a responsive layout. This is achieved by using the CSS 3 media queries. The second is to provide simple, yet robust customization of the look and feel. This is achieved by using a custom [[theme_settings|settings page]] housing almost 40 settings. | |
=Theme Settings= | =Theme Settings= | ||
− | Zebra provides a variety of theme settings | + | Zebra provides a variety of theme settings. |
==Header Settings== | ==Header Settings== | ||
===logourl=== | ===logourl=== | ||
− | The path to your logo | + | The path to your logo image. Image sources support the following methods: |
+ | |||
+ | * [[dev:Theme_changes_in_2.0#The_image_resolver|Moodle image resolver API]] $OUTPUT->pix_url() | ||
+ | * Full path | ||
+ | * Relative path | ||
===logourlheight=== | ===logourlheight=== | ||
The height of the logo to allow in the theme | The height of the logo to allow in the theme | ||
+ | |||
+ | =Technical Details= | ||
=Download link= | =Download link= |
Revision as of 06:41, 28 May 2012
Zebra 2 is a contributed (third party) theme for Moodle 2 written by Danny (d_wahl) Wahl.
Contents
Theme Objectives
There are two main goals in the design of this theme. The first is to provide a responsive layout. This is achieved by using the CSS 3 media queries. The second is to provide simple, yet robust customization of the look and feel. This is achieved by using a custom settings page housing almost 40 settings.
Theme Settings
Zebra provides a variety of theme settings.
Header Settings
logourl
The path to your logo image. Image sources support the following methods:
- Moodle image resolver API $OUTPUT->pix_url()
- Full path
- Relative path
logourlheight
The height of the logo to allow in the theme
Technical Details
Download link
See also
- Rocket's Plugin database page