[interchange-cvs] interchange - heins modified 2 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sun Aug 18 04:18:52 2002


User:      heins
Date:      2002-08-18 08:17:50 GMT
Added:     share/interchange ic.css ic1.css
Log:
* More changes to the UI. Many minor formatting changes, remove some
  never-used files, etc.

* Relocate standard CSS to outboard file. Intent is to provide several
  base CSS files available through Mozilla's "Use Style" feature.

* Change URLs away from Red Hat and to ICDEVGROUP.

* More to come.

Revision  Changes    Path
1.1                  interchange/share/interchange/ic.css


rev 1.1, prev_rev 1.0
Index: ic.css
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
<!--
/* background colour styles */

.tablightborder {
	background-color: #FFFFFF;
}

.headerrow {
	background-color: #CCCCCC;
}

.vr {
	background-color: #999999;
}

.hrlight {
	background-color: #FFFFFF;
}

.tabdark {
	background-color: #B4B0AA;
}

.hrdark {
	background-color: #404040;
}

.interfacemain {
	background-color: #D4D0C8;
}

.tabborder {
	background-color: #404040;
}

.hrmedium {
	background-color: #E4E4E4;
}

/* font styles */
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background: #FFFFFF;
}
.footerb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.shrink {
	font-size: 2px;
}
/* link styles */
A.btnfont:link, A.btnfont:visited, A.btnfont:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
    text-decoration:none;
}

A.btnfont:hover {
    color: #000000;
	font-size: 11px;
    text-decoration:underline;
}

A.menufont:link, A.menufont:visited, A.menufont:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
    text-decoration:none;
}
A.menufont:hover {
    color: #000000;
	font-weight: normal;
	font-size: 11px;
    text-decoration:underline;
}


BODY {=20
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD {=20
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A:link {=20
  text-decoration: none;=20
  font-weight: normal;=20
  color: #CC3333;
  font-size: 10px;
}

A:hover {=20
  text-decoration: underline;=20
  font-weight: normal;=20
  color: #CC3333;
  font-size: 11px;
}

A:active {=20
  text-decoration: none;=20
  font-weight: normal;=20
  color: #FF3333;
  font-size: 11px;
}

A:visited {
  text-decoration: none;=20
  font-weight: normal;=20
  color: #CC3333;
  font-size: 11px;
}

.margin {=20
  margin-top: 0px;=20
  margin-left: 0px;
}

.ctitle  {=20
  font-weight: bold;=20
  color: white;
  font-size: 11px;
}

.cheader  {=20
  font-weight: bold;=20
  color: #663333;
  font-size: 11px;
}

A:link.ctitle  {=20
  text-decoration: none;
  font-weight: bold;=20
  color: white;
  font-size: 11px;
}

A:hover.ctitle {=20
  text-decoration: underline;=20
  font-weight: bold;=20
  color: yellow;=20
  font-size: 11px;
}

A:active.ctitle {=20
  text-decoration: underline;=20
  font-weight: bold;=20
  color: yellow;=20
  font-size: 11px;
}

A:visited.ctitle {=20=20
  text-decoration: none;
  font-weight: bold;=20
  color: white;
  font-size: 11px;
}

.cbreak {=20
  font-weight: bold;=20
  font-size: 11px;
}

.cdata {=20
  vertical-align: center;
  font-size: 11px;
}

.cerror {=20
  color: red;=20
  font-size: 11px;
}

.cmessage {=20
  color: green;=20
  font-size: 11px;
}

.chelp {=20
  vertical-align: center;=20
  font-size: 11px;=20
}

.clabel {=20
  text-align: left;=20
  font-weight: bold;=20
  font-size: 11px;
}

.cwidget {=20
  vertical-align: center;=20
  font-size: 11px;=20
}

.ralt {=20
  background-color: #FFFFFF;=20
}=20

.rbreak {=20
  background-color: #FFFFFF;=20
}

.rmarq {=20
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  background-color: #999999;=20
}

A.rmarq:hover { color: #FFFF99; font-size: 12px; font-weight: bold; text-de=
coration: underline; }
A.rmarq:link, A.rmarq:visited, A.rmarq:active { font-size: 12px; color: #FF=
FFCC; font-weight: bold; text-decoration:none; }

.rnorm {=20
  background-color: #EEEEEE;=20
}
.rborder {=20
  background-color: #CCCCCC;=20
  margin: 0;
  padding: 2;
}
.rspacer {=20
  background-color: #999999;=20
  margin: 0;
  padding: 1;
}
.rtitle {=20
  background-color: #999999;=20
}
.rheader {=20
  background-color: #999999;=20
  color: #663333;=20
}
.uitable {=20
  cellpadding: 3;
  width: 90%;
  spacing: 0 0 0;
  padding: 0 0 0;
}
-->



1.1                  interchange/share/interchange/ic1.css


rev 1.1, prev_rev 1.0
Index: ic1.css
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
<!--
/* background colour styles */

.tablightborder {
	background-color: #FFFFFF;
}

.headerrow {
	background-color: #CCCCCC;
}

.vr {
	background-color: #999999;
}

.hrlight {
	background-color: #FFFFFF;
}

.tabdark {
	background-color: #B4B0AA;
}

.hrdark {
	background-color: #404040;
}

.interfacemain {
	background-color: #D4D0C8;
}

.tabborder {
	background-color: #404040;
}

.hrmedium {
	background-color: #E4E4E4;
}

/* font styles */
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background: #ffffff;
}
.footerb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.shrink {
	font-size: 2px;
}
/* link styles */
A.btnfont:link, A.btnfont:visited, A.btnfont:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
    text-decoration:none;
}
A.btnfont:hover {
    color: #000000;
	font-size: 10px;
    text-decoration:underline;
}

A.menufont:link, A.menufont:visited, A.menufont:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
    text-decoration:none;
}
A.menufont:hover {
    color: #000000;
	font-size: 11px;
    text-decoration:underline;
}


BODY {=20
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD {=20
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.margin {=20
  margin-top: 0px;=20
  margin-left: 0px;
}

A:link {=20
  text-decoration: none;=20
  font-weight: normal;=20
  color: #CC3333;
  font-size: 10px;
}

A:hover {=20
  text-decoration: underline;=20
  font-weight: normal;=20
  color: #CC3333;
  font-size: 11px;
}

A:active {=20
  text-decoration: none;=20
  font-weight: normal;=20
  color: #FF3333;
  font-size: 11px;
}

A:visited {
  text-decoration: none;=20
  font-weight: normal;=20
  color: #CC3333;
  font-size: 11px;
}

.ctitle  {=20
  font-weight: bold;=20
  color: white;
  font-size: 11px;
}

.cheader  {=20
  font-weight: bold;=20
  color: #663333;
  font-size: 11px;
}

A:link.ctitle  {=20
  text-decoration: none;
  font-weight: bold;=20
  color: white;
  font-size: 11px;
}

A:hover.ctitle {=20
  text-decoration: underline;=20
  font-weight: bold;=20
  color: yellow;=20
  font-size: 11px;
}

A:active.ctitle {=20
  text-decoration: underline;=20
  font-weight: bold;=20
  color: yellow;=20
  font-size: 11px;
}

A:visited.ctitle {=20=20
  text-decoration: none;
  font-weight: bold;=20
  color: white;
  font-size: 11px;
}

.cbreak {=20
  font-weight: bold;=20
  font-size: 11px;
}

.cdata {=20
  vertical-align: center;
  font-size: 11px;
}

.cerror {=20
  color: red;=20
  font-size: 11px;
}

.cmessage {=20
  color: green;=20
  font-size: 11px;
}

.chelp {=20
  vertical-align: center;=20
  font-size: 11px;=20
}

.clabel {=20
  text-align: left;=20
  font-weight: bold;=20
  font-size: 11px;
}

.cwidget {=20
  vertical-align: center;=20
  font-size: 11px;=20
}

.ralt {=20
  background-color: #FFFFFF;=20
}=20

.rbreak {=20
  background-color: #FFFFFF;=20
}

.rmarq {=20
  background-color: #999999;=20
}

.rnorm {=20
  background-color: #EEEEEE;=20
}

.rborder {=20
  background-color: #CCCCCC;=20
}

.rspacer {=20
  background-color: #999999;=20
}

.rtitle {=20
  background-color: #999999;=20
}

.rheader {=20
  background-color: #999999;=20
  color: #663333;=20
}


-->