[cvs] eforum commit by ppilgrim: Register in CVS
JCorporate Ltd
jcorp at jcorporate.com
Sat Jun 18 10:07:19 UTC 2005
Log Message:
-----------
Register in CVS
Added Files:
-----------
eforum/src/expresso/components/eforum/classic/styles:
eforum.css
Revision Data
-------------
--- /dev/null
+++ src/expresso/components/eforum/classic/styles/eforum.css
@@ -0,0 +1,230 @@
+/********************************************************************************/
+/* Eforum Standard Styles */
+/********************************************************************************/
+
+td.jc-forumsheader{ color: #000000; background-color: #FFCC33;}
+th.jc-forumsheader { color: black; background-color: #FFCC33;}
+td.jc-forumsheader a:visited { color: #000000; background-color: #FFCD33 }
+td.jc-forumsheader a:link { color: #000000; background-color: #FFCD33}
+td.jc-forumsrow {color: black; background-color: white}
+td.jc-forumsrow-alt {color: black; background-color: #FFFFCC}
+td.jc-forumgstatus {color:white; background-color: #FF0000}
+td.jc-forumfooter {color: black; background-color: #DDDDDD;}
+span.jc-forumfooter-highlight { color:black; background-color:white;}
+a.jc-forum:link {text-decoration: none; color: blue}
+a.jc-forum:visited {text-decoration: none; color: blue }
+a.jc-forum:active {text-decoration: none; color: blue }
+a.jc-forum:hover {text-decoration: none; color: blue }
+a.jc-forum-search:visited {text-decoration: none; color: white }
+a.jc-forum-search:active {text-decoration: none; color: white }
+a.jc-forum-search:hover {text-decoration: none; color: white }
+table.statuspage { background-image: url('../components/eforum/jsp/lightblue.gif'); background-repeat: repeat; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: white;}
+td.jc-divider { color: #FFCC33; background-color:black;}
+form.jc-forums-data {color:black background-color:white;}
+body.jc-forums { color: #000000; font-family: Geneva, Helvetica, Arial, SunSans-Regular; background-color: #ffffff }
+
+/* Alternative forum message header in light blue Peter Pilgrim Tue Nov 19 16:58:32 GMT 2002 */
+/*
+td.jc-forumsheader { color: #000000; background-color: #CCCCFF }
+td.jc-forumheader-clear {color:black; background-color: #FFFFFF }
+*/
+
+.forum-header1 { color: #FFFFFF; background-color: #0000CC ; font-weight: embolden; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
+.forum-header2 { color: #FFFFFF; background-color: #0000CC ; font-weight: embolden; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
+.forum-header3 { color: #FFFFFF; background-color: #0000CC ; font-weight: embolden; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
+
+.forum-body-text1 { color: #000000; background-color: #EEEEEE ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
+.forum-body-text2 { color: #000000; background-color: #EEEEEE ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
+.forum-body-text3 { color: #000000; background-color: #EEEEEE ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
+
+
+/********************************************************************************/
+/* Custom portal setting */
+/********************************************************************************/
+
+.eforum-portalBackground {
+ background-color: #FFFFFF;
+}
+
+.eforum-portalHeader {
+ background-color: #FF6600; color: white;
+}
+
+.eforum-portalFooter {
+ background-color: #000076; color: white;
+}
+
+/********************************************************************************/
+/* Styles for preamble section */
+/********************************************************************************/
+.jc-forum-hdr1-preamble {
+ color: black; background-color: #CCCC00;
+}
+
+.jc-forum-hdr2-preamble {
+ color: black; background-color: #99CC99;
+}
+
+.jc-forum-link1-preamble {
+ color: black; background-color: #CCCC00; text-decoration: none;
+}
+
+.jc-forum-link1-preamble:hover {
+ color: red; background-color: #CCCC00; text-decoration: underline;
+}
+
+.jc-forum-link2-preamble {
+ color: black; background-color: #99CC99; text-decoration: none;
+}
+
+.jc-forum-link2-preamble:hover {
+ color: red; background-color: #99CC99; text-decoration: underline;
+}
+
+/********************************************************************************/
+/* PERSONALISATION STYLES */
+/********************************************************************************/
+
+
+/********************************************************************************/
+/* Forum Message Body Text */
+/********************************************************************************/
+
+/**
+ * The names of the text/css styles must agree with the database
+ * settings. See:
+ *
+ * com.jcorporate.eforum.dbobj.ForumMonoTextDef
+ * com.jcorporate.eforum.dbobj.ForumVarTextDef
+ */
+
+/* Proportional spaced text do not preserve white space */
+.eforum-message-variable {
+ color: #000000;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10pt;
+ white-space: normal;
+}
+
+.eforum-message-variable8 {
+ color: #000000;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 8pt;
+ white-space: normal;
+}
+
+.eforum-message-variable10 {
+ color: #000000;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10pt;
+ white-space: normal;
+}
+
+.eforum-message-variable12 {
+ color: #000000;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12pt;
+ white-space: normal;
+}
+
+.eforum-message-variable14 {
+ color: #000000;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14pt;
+ white-space: normal;
+}
+
+.eforum-message-variable16 {
+ color: #000000;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16pt;
+ white-space: normal;
+}
+
+.eforum-message-variable18 {
+ color: #000000;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 18pt;
+ white-space: normal;
+}
+
+.eforum-message-variable24 {
+ color: #000000;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 24pt;
+ white-space: normal;
+}
+
+.eforum-message-variable36 {
+ color: #000000;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 36pt;
+ white-space: normal;
+}
+
+
+/* Non-proportional spaced text and preserves white space */
+.eforum-message-monotype {
+ color: #000000;
+ font-family: "Courier New", Courier, Monotype, Monospace;
+ font-size: 10pt;
+ white-space: pre;
+}
+
+.eforum-message-monotype8 {
+ color: #000000;
+ font-family: "Courier New", Courier, Monotype, Monospace;
+ font-size: 8pt;
+ white-space: pre;
+}
+
+.eforum-message-monotype10 {
+ color: #000000;
+ font-family: "Courier New", Courier, Monotype, Monospace;
+ font-size: 10pt;
+ white-space: pre;
+}
+
+.eforum-message-monotype12 {
+ color: #000000;
+ font-family: "Courier New", Courier, Monotype, Monospace;
+ font-size: 12pt;
+ white-space: pre;
+}
+
+.eforum-message-monotype14 {
+ color: #000000;
+ font-family: "Courier New", Courier, Monotype, Monospace;
+ font-size: 14pt;
+ white-space: pre;
+}
+
+.eforum-message-monotype16 {
+ color: #000000;
+ font-family: "Courier New", Courier, Monotype, Monospace;
+ font-size: 16pt;
+ white-space: pre;
+}
+
+.eforum-message-monotype18 {
+ color: #000000;
+ font-family: "Courier New", Courier, Monotype, Monospace;
+ font-size: 18pt;
+ white-space: pre;
+}
+
+.eforum-message-monotype24 {
+ color: #000000;
+ font-family: "Courier New", Courier, Monotype, Monospace;
+ font-size: 24pt;
+ white-space: pre;
+}
+
+.eforum-message-monotype36 {
+ color: #000000;
+ font-family: "Courier New", Courier, Monotype, Monospace;
+ font-size: 36pt;
+ white-space: pre;
+}
+
+/*fini*/
More information about the cvs
mailing list