/src/org/mt4j/components/css/util/CSSTemplates.java

http://mt4j.googlecode.com/ · Java · 16 lines · 9 code · 7 blank · 0 comment · 0 complexity · a9a8a4b1061c1bbe8bd37713f7820c3e MD5 · raw file

  1. package org.mt4j.components.css.util;
  2. public class CSSTemplates {
  3. public static String REDSTYLE = "templates/redstyle.css";
  4. public static String MATRIXSTYLE = "templates/matrixstyle.css";
  5. public static String WHITESTYLE = "templates/whitestyle.css";
  6. public static String GREENSTYLE = "templates/greenstyle.css";
  7. public static String BLUESTYLE = "templates/bluestyle.css";
  8. public static String BLACKTEXTONWHITE = "templates/blackTextOnWhite.css";
  9. }