2001-10-30 19:13:02 -07:00
|
|
|
<STYLE TYPE="text/css">
|
|
|
|
<!--
|
2001-10-31 16:39:11 -07:00
|
|
|
/*****************************************************************************************/
|
|
|
|
/* The contents of this file are subject to the Mozilla Public License Version 1.1 */
|
|
|
|
/* (the "License"); you may not use this file except in compliance with the License. */
|
|
|
|
/* You may obtain a copy of the License at <http://www.mozilla.org/MPL/>. */
|
|
|
|
/* */
|
|
|
|
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT */
|
|
|
|
/* WARRANTY OF ANY KIND, either express or implied. See the License for the specific */
|
|
|
|
/* language governing rights and limitations under the License. */
|
|
|
|
/* */
|
|
|
|
/* The Original Code is the Venice Web Communities System. */
|
|
|
|
/* */
|
2006-01-25 21:40:34 -07:00
|
|
|
/* The Initial Developer of the Original Code is Eric J. Bowersox <erbo@users.sf.net>, */
|
2001-10-31 16:39:11 -07:00
|
|
|
/* for Silverwrist Design Studios. Portions created by Eric J. Bowersox are */
|
|
|
|
/* Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved. */
|
|
|
|
/* */
|
|
|
|
/* Contributor(s): */
|
|
|
|
/*****************************************************************************************/
|
2001-10-30 19:13:02 -07:00
|
|
|
BODY { font-family: ${font}, sans-serif; background: ${color.frame};
|
|
|
|
}
|
|
|
|
.tbar { font-family: ${font}, sans-serif; background: ${color.top.background};
|
|
|
|
color: ${color.top.foreground}; font-size: 14pt;
|
|
|
|
}
|
|
|
|
A.tbar { color: ${color.top.link};
|
|
|
|
}
|
|
|
|
A.tbar:link { color: ${color.top.link};
|
|
|
|
}
|
|
|
|
A.tbar:visited { color: ${color.top.link};
|
|
|
|
}
|
|
|
|
.lbar { font-family: ${font}, sans-serif; background: ${color.left.background};
|
2001-10-31 13:54:25 -07:00
|
|
|
color: ${color.left.foreground}; font-size: 10pt;
|
2001-10-30 19:13:02 -07:00
|
|
|
}
|
|
|
|
A.lbar { color: ${color.left.link};
|
|
|
|
}
|
|
|
|
A.lbar:link { color: ${color.left.link};
|
|
|
|
}
|
|
|
|
A.lbar:visited { color: ${color.left.link};
|
|
|
|
}
|
|
|
|
.content { font-family: ${font}, sans-serif; background: ${color.content.background};
|
2001-10-31 13:54:25 -07:00
|
|
|
color: ${color.content.foreground}; font-size: 10pt;
|
2001-10-30 19:13:02 -07:00
|
|
|
}
|
2001-10-31 13:54:25 -07:00
|
|
|
.chead1 { font-family: ${font}, sans-serif; font-size: 16pt; color: ${color.content.header};
|
2001-10-30 19:13:02 -07:00
|
|
|
}
|
2001-10-31 13:54:25 -07:00
|
|
|
.chead2 { font-family: ${font}, sans-serif; font-size: 13pt; color: ${color.content.header};
|
2001-10-30 19:13:02 -07:00
|
|
|
}
|
2001-10-31 13:54:25 -07:00
|
|
|
.cinput { font-family: Courier New, Courier, monospace; font-size: 11pt;
|
2001-10-30 19:13:02 -07:00
|
|
|
}
|
|
|
|
.c2 { font-family: ${font}, sans-serif; background: ${color.content.background};
|
2001-10-31 13:54:25 -07:00
|
|
|
color: ${color.content.foreground}; font-size: 8pt;
|
2001-10-30 19:13:02 -07:00
|
|
|
}
|
2001-10-31 13:54:25 -07:00
|
|
|
.post { font-family: Courier New, Courier, monospace; font-size: 11pt;
|
2001-10-30 19:13:02 -07:00
|
|
|
}
|
|
|
|
.footer { font-family: ${font}, sans-serif; background: ${color.content.background};
|
|
|
|
color: ${color.content.foreground}; font-size: 8pt;
|
|
|
|
}
|
|
|
|
.sideboxtop { font-family: ${font}, sans-serif; background: ${color.sidebox.top.background};
|
|
|
|
color: ${color.sidebox.top.foreground}; font-size: 14pt;
|
|
|
|
}
|
|
|
|
.sidebox { font-family: ${font}, sans-serif; background: ${color.sidebox.background};
|
2001-10-31 13:54:25 -07:00
|
|
|
color: ${color.sidebox.foreground}; font-size: 10pt;
|
2001-10-30 19:13:02 -07:00
|
|
|
}
|
|
|
|
A.sidebox { color: ${color.sidebox.link};
|
|
|
|
}
|
|
|
|
A.sidebox:link { color: ${color.sidebox.link};
|
|
|
|
}
|
|
|
|
A.sidebox:visited { color: ${color.sidebox.link};
|
|
|
|
}
|
|
|
|
-->
|
|
|
|
</STYLE>
|