openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3ea3fae72e7e5d3e1158c66e13243e59953e4cd6
parent 34f618b19199c9bf17b009da4be687a5ecef3c94
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 16 Mar 2013 01:15:36 +0100

Neuer Stil: Moorweide.

Diffstat:
config/config-default.php | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/config/config-default.php b/config/config-default.php @@ -824,6 +824,14 @@ $conf['style']['modern']['text_color'] ='black'; $conf['style']['modern']['background_color'] = '#F3F3F3'; $conf['style']['modern']['inactive_background_color'] = '#CCCCCC'; +$conf['style']['moorweide']=array(); +$conf['style']['moorweide']['name']='Moorweide'; +$conf['style']['moorweide']['title_background_color']='#006633'; +$conf['style']['moorweide']['title_text_color']='white'; +$conf['style']['moorweide']['text_color'] ='black'; +$conf['style']['moorweide']['background_color'] = '#F5FFFA'; +$conf['style']['moorweide']['inactive_background_color'] = '#CEE6DA'; + $conf['theme'] = array(); $conf['theme']['compiler'] = array(); $conf['theme']['compiler']['enable']=true;