openrat-cms

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

commit 8de9f0a21d943e48a9365138c5c0a385328f2006
parent 8aea6c8c97e385c987fd4abe1ed97ea89100e3ac
Author: dankert <devnull@localhost>
Date:   Sat, 21 Apr 2007 01:59:53 +0200

Neue Style-Sektion [style].

Diffstat:
config/interface.ini.php | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/config/interface.ini.php b/config/interface.ini.php @@ -16,6 +16,25 @@ redirect = false ; use redirects before going to view (actual ; looks like "3 years ago", or "7 months ago" human_date_format = false + + +; Settings for colors and fonts. +[style] + +; The 'root' stylesheet which is extended by the user-defined styles. +; - '' disables extending. +; - 'xyz' the name of the style (without the trailing ".css" (default is 'default') +; - 'http://.../style.css' full url to your own CSS file. +extend=default + +; The default style which is used, when no user is logged in. +; 'default' is the classic Openrat style. +default=default + +; 'system' uses system colors from the client (nice choice) +;default=system + + [frames] ; Logical name of top-frame. Change this, if you want Openrat running in another parent frameset