From cd260aabdb23fd97d9cb8b0105e61d90ca844f01 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 3 Jun 2007 22:18:54 +0000 Subject: - general CSS based themeing support. - added setup option to select theme. - added search scheme for themable images and stylesheets. - added marine (default) and redwine theme. - documented new features. All developers must read doc/dev-conventions.txt --- themes/marine/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 themes/marine/css/theme.css (limited to 'themes/marine/css/theme.css') diff --git a/themes/marine/css/theme.css b/themes/marine/css/theme.css new file mode 100644 index 0000000..6d9c293 --- /dev/null +++ b/themes/marine/css/theme.css @@ -0,0 +1,5 @@ +/* ############################################## + # This is the theme file for the marine theme. + # It is empty because marine theme is the default live theme. + ############################################## +*/ -- cgit v1.2.3