home *** CD-ROM | disk | FTP | other *** search
- /* ===== chatPanel.css ================================================
- == Used in the panel within the chat window that contains the user list.
- ===================================================================== */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: toolbar buttons ::::: */
-
- .button-toolbar {
- margin: 2px;
- }
-
- #aimcpsendim {
- list-style-image: url("chrome://aim/skin/btn2/im-sm.gif");
- }
-
- #aimcpsendim {
- margin: 2px;
- list-style-image: url("chrome://aim/skin/btn2/sendim-sm.gif");
- }
-
- #aimcpsendim[disabled="true"],
- #aimcpsendim[disabled="true"]:hover,
- #aimcpsendim[disabled="true"]:hover:active {
- list-style-image: url("chrome://aim/skin/btn2/sendim-sm-dis.gif");
- }
-
- #aimcpsendim:hover {
- list-style-image: url("chrome://aim/skin/btn2/sendim-sm-hov.gif");
- }
-
- #aimcpsendim:hover:active {
- list-style-image: url("chrome://aim/skin/btn2/sendim-sm-act.gif");
- }
-
- #aimcpignore {
- margin: 2px;
- list-style-image: url("chrome://aim/skin/btn2/ignore.gif");
- }
-
- #aimcpignore[disabled="true"],
- #aimcpignore[disabled="true"]:hover,
- #aimcpignore[disabled="true"]:hover:active {
- list-style-image: url("chrome://aim/skin/btn2/ignore-dis.gif");
- }
- /* No image Exists?? */
- #aimcpignore:hover {
- list-style-image: url("chrome://aim/skin/btn2/ignore.gif");
- }
- /* No image Exists?? */
- #aimcpignore:hover:active {
- list-style-image: url("chrome://aim/skin/btn2/ignore.gif");
- }
-
-
- /* No images Exist?? */
- #aimcpinfo {
- -moz-binding: url("chrome://aim/skin/aimBindings.xml#button-small");
- margin: 2px;
- font-size:smaller;
- list-style-image: url("chrome://aim/skin/btn2/xxx-sm.gif");
- }
-
- #aimcpinfo[disabled="true"],
- #aimcpinfo[disabled="true"]:hover,
- #aimcpinfo[disabled="true"]:hover:active {
- list-style-image: url("chrome://aim/skin/btn2/xxx-sm-dis.gif");
- }
-
- #aimcpinfo:hover {
- list-style-image: url("chrome://aim/skin/btn2/xxx-sm-hov.gif");
- }
-
- #aimcpinfo:hover:active {
- list-style-image: url("chrome://aim/skin/btn2/xxx-sm-act.gif");
- }
-
- /* ::::: Chat Panel tree ::::: */
-
- .invited {
- color: #999999;
- font-style: italic;
- }
-
- .joined {
- color: inherit;
- list-style-image: url("chrome://aim/skin/icons/biActive.gif");
- }
-
- .ignored {
- color: tan;
- list-style-image: url("chrome://aim/skin/icons/biIgnore.gif");
- }
-
- listitem[selected="true"] {
- background-color: #C7D0D9;
- color: #000000;
- }