[cvs] [Wiki] changed: ThemesHowTo

Jan Schneider jan at horde.org
Tue Jul 19 03:49:08 PDT 2005


jan  Tue, 19 Jul 2005 03:49:07 -0700

Modified page: http://wiki.horde.org/ThemesHowTo
New Revision:  1.10
Change log:  Add note on loading order

@@ -26,8 +26,19 @@
  */
 
 $theme_name = _("My Theme Name");
 </code>
+
+
+++ Loading of CSS files
+
+The CSS files a theme is built on are loaded in a specific order. This is important to keep in mind if you want to override specific styles or make use of inheritance.
+CSS files are loaded in the following order, if they exist, where **application** is the currently loaded application and **theme** is the name of the active theme:
+
+# horde/themes/screen.css
+# horde/themes/**theme**/screen.css
+# horde/**application**/themes/screen.css
+# horde/**application**/themes/**theme**/screen.css
 
 
 ++ Defining theme colors and styles
 


More information about the cvs mailing list