34 lines
780 B
HTML
34 lines
780 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Color Preferences</title>
|
||
|
</head>
|
||
|
<body bgcolor="#FFFFEE" link="#0000FF" vlink="#990099" alink="#009900" text="#000000">
|
||
|
<basefont face="Arial" size="3" color="#000000">
|
||
|
|
||
|
<h1>Preferences: Colors</h1>
|
||
|
|
||
|
<h2>Chat Colors</h2>
|
||
|
|
||
|
<blockquote>
|
||
|
<b>PCCC Interface</b>
|
||
|
<blockquote>
|
||
|
These colors will determine elements on the main window of PCCC, separate from
|
||
|
the chat dialog window within.
|
||
|
</blockquote>
|
||
|
|
||
|
<b>Chat Colors</b>
|
||
|
<blockquote>
|
||
|
These control the general color scheme of the dialog window, such as text
|
||
|
colors related to private messages, actions, and hyperlinks.
|
||
|
</blockquote>
|
||
|
|
||
|
<b>Nickname Colors</b>
|
||
|
<blockquote>
|
||
|
These control the colors of different nickname types within the dialog
|
||
|
window.
|
||
|
</blockquote>
|
||
|
</blockquote>
|
||
|
|
||
|
</body>
|
||
|
</html>
|