/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
- package org.mt4j.components.css.util;
- public class CSSTemplates {
-
- public static String REDSTYLE = "templates/redstyle.css";
- public static String MATRIXSTYLE = "templates/matrixstyle.css";
- public static String WHITESTYLE = "templates/whitestyle.css";
- public static String GREENSTYLE = "templates/greenstyle.css";
- public static String BLUESTYLE = "templates/bluestyle.css";
- public static String BLACKTEXTONWHITE = "templates/blackTextOnWhite.css";
-
-
-
-
- }