vTiger 主题文件。
@@ -0,0 +1,232 @@
|
|||||||
|
/*
|
||||||
|
Copyright 2005 Rolando Gonzalez (rolosworld@gmail.com)
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
table.chat // don't set width or height
|
||||||
|
thead.chat
|
||||||
|
tfoot.chat
|
||||||
|
tbody.chat
|
||||||
|
tr.chathea
|
||||||
|
tr.chatfoot
|
||||||
|
tr.chatbody
|
||||||
|
td.chathead
|
||||||
|
td.chathead1
|
||||||
|
td.chathead2
|
||||||
|
td.chatfoot
|
||||||
|
td.chatfoot1
|
||||||
|
td.chatfoot2
|
||||||
|
td.chatbody
|
||||||
|
td.chatbody1 // don't set width or height
|
||||||
|
td.chatbody2
|
||||||
|
|
||||||
|
td.chatbox // don't set width or height or overflow
|
||||||
|
td.chaticon
|
||||||
|
td.chattopic
|
||||||
|
td.chathide
|
||||||
|
td.chatclose
|
||||||
|
|
||||||
|
div.cumsg
|
||||||
|
div.csmsg
|
||||||
|
span.cunick
|
||||||
|
*/
|
||||||
|
*{
|
||||||
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 8pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.chat,table.pchat{
|
||||||
|
empty-cells:show;
|
||||||
|
}
|
||||||
|
table.chat{
|
||||||
|
position:absolute;
|
||||||
|
}
|
||||||
|
thead.chat{
|
||||||
|
cursor:move;
|
||||||
|
}
|
||||||
|
td.chathead,td.chathead2,td.pchathead,td.pchathead2{
|
||||||
|
width:5px;
|
||||||
|
height:38px;
|
||||||
|
padding:0px 5px 0px 0px;
|
||||||
|
}
|
||||||
|
td.chathead1,td.pchathead1{
|
||||||
|
background-image:url(images/box_T.gif);
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
td.chathead,td.pchathead{
|
||||||
|
background-image:url(images/box_TL.gif);
|
||||||
|
}
|
||||||
|
td.chathead2,td.pchathead2{
|
||||||
|
background-image:url(images/box_TR.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
td.chaticon{
|
||||||
|
background-image:url(images/2tbarPrivateChat.gif);
|
||||||
|
}
|
||||||
|
td.chattopic{
|
||||||
|
background-image:url(images/2tbarPublicChat.gif);
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:center left;
|
||||||
|
padding:0px 10px 0px 30px;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.chattopic1{
|
||||||
|
padding:0px 10px 0px 5px;
|
||||||
|
width:100%;
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
span.chatTopicNick{ font-weight:900; }
|
||||||
|
td.chathide,td.chatclose{
|
||||||
|
cursor:pointer;
|
||||||
|
}
|
||||||
|
td.chathide{
|
||||||
|
background-image:url(images/btn_hide.gif);
|
||||||
|
}
|
||||||
|
td.chatclose{
|
||||||
|
background-image:url(images/btn_close.gif);
|
||||||
|
}
|
||||||
|
td.chaticon,td.chathide,td.chatclose{
|
||||||
|
height:36px;
|
||||||
|
width:36px;
|
||||||
|
padding:31px 31px 5px 0px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:center center;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.chatbody,td.chatbody2,td.pchatbody,td.pchatbody2{
|
||||||
|
width:5px;
|
||||||
|
padding:0px 5px 0px 0px;
|
||||||
|
}
|
||||||
|
td.chatbody,td.pchatbody{
|
||||||
|
background-image:url(images/box_ML.gif);
|
||||||
|
}
|
||||||
|
td.chatbody1,td.pchatbody1{
|
||||||
|
background-image:url(images/box_M.gif);
|
||||||
|
padding:5px 5px 5px 5px;
|
||||||
|
vertical-align:top;
|
||||||
|
}
|
||||||
|
td.chatbody2,td.pchatbody2{
|
||||||
|
background-image:url(images/box_MR.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
td.chatfoot,td.chatfoot2,td.pchatfoot,td.pchatfoot2{
|
||||||
|
width:5px;
|
||||||
|
height:60px;
|
||||||
|
padding:60px 5px 0px 0px;
|
||||||
|
}
|
||||||
|
td.chatfoot1,td.pchatfoot1{
|
||||||
|
background-image:url(images/bx_B.gif);
|
||||||
|
}
|
||||||
|
td.chatfoot,td.pchatfoot{
|
||||||
|
background-image:url(images/box_BL.gif);
|
||||||
|
}
|
||||||
|
td.chatfoot2,td.pchatfoot2{
|
||||||
|
background-image:url(images/box_BR.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
div.chatbox{
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 1px solid #938F86;
|
||||||
|
color:#000000;
|
||||||
|
vertical-align:top;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* UList */
|
||||||
|
span.cunick{
|
||||||
|
color:green;
|
||||||
|
}
|
||||||
|
div.cumsg,div.csmsg{
|
||||||
|
color:#0000ff;
|
||||||
|
margin:2px 2px 4px 2px;
|
||||||
|
}
|
||||||
|
div.csmsg{
|
||||||
|
color:#FF0000;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.chat{
|
||||||
|
background-image:url(../images/user_icon.gif);
|
||||||
|
background-position:center left;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
color:#000000;
|
||||||
|
text-decoration:none;
|
||||||
|
display:block;
|
||||||
|
width:100px;
|
||||||
|
height:20px;
|
||||||
|
background-color:#FFFFFF;
|
||||||
|
padding:10px 5px 5px 30px;
|
||||||
|
vertical-align:middle;
|
||||||
|
}
|
||||||
|
a.chat:hover{
|
||||||
|
background-color:#DFD9CD;
|
||||||
|
}
|
||||||
|
|
||||||
|
span{
|
||||||
|
padding:0px;
|
||||||
|
margin:0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* input */
|
||||||
|
form.cinput{
|
||||||
|
display:inline;
|
||||||
|
}
|
||||||
|
input.cinput{
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 1px solid #938F86;
|
||||||
|
width: 100%;
|
||||||
|
height:20px;
|
||||||
|
font-size:12px;
|
||||||
|
padding:2px 2px 2px 2px;
|
||||||
|
font-weight:bold;
|
||||||
|
color:#333333;
|
||||||
|
}
|
||||||
|
table.cinput{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
tr.cinput{
|
||||||
|
|
||||||
|
}
|
||||||
|
td.cinput{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
td.ckeyb{
|
||||||
|
width:32px;
|
||||||
|
height:29px;
|
||||||
|
padding:29px 32px 5px 5px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:center center;
|
||||||
|
}
|
||||||
|
td.csubmit{
|
||||||
|
cursor:pointer;
|
||||||
|
background-image:url(images/btn_send.gif);
|
||||||
|
width:63px;
|
||||||
|
height:32px;
|
||||||
|
padding:32px 63px 5px 5px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:center center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
span.sysb{font-weight:900;}
|
||||||
|
.chatuserlist{
|
||||||
|
font-size:14px;
|
||||||
|
text-align:left;
|
||||||
|
color:white;
|
||||||
|
background-color:#898475;
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 718 B |
|
After Width: | Height: | Size: 742 B |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 308 B |
|
After Width: | Height: | Size: 305 B |
|
After Width: | Height: | Size: 608 B |
|
After Width: | Height: | Size: 609 B |
|
After Width: | Height: | Size: 43 B |
|
After Width: | Height: | Size: 55 B |
|
After Width: | Height: | Size: 63 B |
|
After Width: | Height: | Size: 96 B |
|
After Width: | Height: | Size: 305 B |
|
After Width: | Height: | Size: 304 B |
|
After Width: | Height: | Size: 468 B |
|
After Width: | Height: | Size: 572 B |
|
After Width: | Height: | Size: 468 B |
|
After Width: | Height: | Size: 710 B |
|
After Width: | Height: | Size: 712 B |
|
After Width: | Height: | Size: 939 B |
|
After Width: | Height: | Size: 743 B |
|
After Width: | Height: | Size: 451 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 236 B |
|
After Width: | Height: | Size: 305 B |
|
After Width: | Height: | Size: 165 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1015 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 713 B |
|
After Width: | Height: | Size: 441 B |
|
After Width: | Height: | Size: 121 B |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 87 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 51 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 97 B |
|
After Width: | Height: | Size: 434 B |
|
After Width: | Height: | Size: 437 B |
|
After Width: | Height: | Size: 437 B |
|
After Width: | Height: | Size: 427 B |
|
After Width: | Height: | Size: 436 B |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 351 B |
|
After Width: | Height: | Size: 112 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 259 B |
|
After Width: | Height: | Size: 697 B |
|
After Width: | Height: | Size: 462 B |
|
After Width: | Height: | Size: 467 B |
|
After Width: | Height: | Size: 452 B |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,31 @@
|
|||||||
|
<!--
|
||||||
|
/*********************************************************************************
|
||||||
|
* The contents of this file are subject to the SugarCRM Public License Version 1.2
|
||||||
|
* ("License"); You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
|
||||||
|
* 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: SugarCRM Open Source
|
||||||
|
* The Initial Developer of the Original Code is SugarCRM, Inc.
|
||||||
|
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
|
||||||
|
* All Rights Reserved.
|
||||||
|
* Contributor(s): ______________________________________.
|
||||||
|
********************************************************************************/
|
||||||
|
/*********************************************************************************
|
||||||
|
* {LBL_CURRENCY_SYM}Header: /cvsroot/sugarcrm/sugarcrm/themes/Amazon/header.html,v 1.14 2004/07/04 04:00:48 sugarclint Exp {LBL_CURRENCY_SYM}
|
||||||
|
********************************************************************************/
|
||||||
|
-->
|
||||||
|
<!-- BEGIN: main -->
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01 Transitional//EN">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link REL="SHORTCUT ICON" HREF="include/images/vtigercrm_icon.ico">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset={LBL_CHARSET}">
|
||||||
|
<title>{APP.LBL_BROWSER_TITLE}</title>
|
||||||
|
<style type="text/css">@import url("include/style.css");</style>
|
||||||
|
</head>
|
||||||
|
<body style="padding:0; margin:0;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,120 @@
|
|||||||
|
/*********************************************************************************
|
||||||
|
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
||||||
|
* ("License"); You may not use this file except in compliance with the License
|
||||||
|
* The Original Code is: vtiger CRM Open Source
|
||||||
|
* The Initial Developer of the Original Code is vtiger.
|
||||||
|
* Portions created by vtiger are Copyright (C) vtiger.
|
||||||
|
* All Rights Reserved.
|
||||||
|
********************************************************************************/
|
||||||
|
/* CSS Document */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
body{
|
||||||
|
margin:0px 0px 0px 0px;
|
||||||
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
|
font-size:12px;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
.settingsUI {
|
||||||
|
text-align:left;
|
||||||
|
background-color:#DADADA;
|
||||||
|
border:2px solid #656565;
|
||||||
|
}
|
||||||
|
.detailedViewTextBox {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 12px;
|
||||||
|
color: #000000;
|
||||||
|
border:1px solid #bababa;
|
||||||
|
padding-left:5px;
|
||||||
|
width:90%;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
text-decoration:none;
|
||||||
|
color: #0000FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration:underline;
|
||||||
|
|
||||||
|
}
|
||||||
|
.link {
|
||||||
|
color: #4C4C4C;
|
||||||
|
}
|
||||||
|
.link:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link2 {
|
||||||
|
color: #FFF;
|
||||||
|
}
|
||||||
|
.link2:hover {
|
||||||
|
color: #FFF;
|
||||||
|
}
|
||||||
|
.MatrixLayer1{
|
||||||
|
border:2px solid #DADADA;
|
||||||
|
background-color:#EFEFEF;
|
||||||
|
position:relative;
|
||||||
|
visibility:visible;
|
||||||
|
/*margin:9px;
|
||||||
|
height:280px;*/
|
||||||
|
}
|
||||||
|
.MatrixLayer2{
|
||||||
|
border:2px solid #9C9C9C;
|
||||||
|
background-color:#FFF;
|
||||||
|
width:100%;
|
||||||
|
position:relative;
|
||||||
|
visibility:visible;
|
||||||
|
/*margin:9px;
|
||||||
|
height:280px;*/
|
||||||
|
}
|
||||||
|
.secHeadlistview{
|
||||||
|
height: 20px;
|
||||||
|
padding-left: 5px;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
.tableHeadBg{
|
||||||
|
background-color:#9A9A9A;
|
||||||
|
height:25px;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
font-size:12px;
|
||||||
|
color:#FFF;
|
||||||
|
}
|
||||||
|
.tableHeadBg2{
|
||||||
|
background-color:#DADADA;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
font-size:11px;
|
||||||
|
color:#FFF;
|
||||||
|
}
|
||||||
|
.lvtColData {
|
||||||
|
background-color:#ffffff;
|
||||||
|
font: normal 12px Arial, Helvetica, sans-serif;
|
||||||
|
color:#000;
|
||||||
|
}
|
||||||
|
.lvtColDataHover {
|
||||||
|
background-color:#EFEFEF;
|
||||||
|
font: normal 12px Arial, Helvetica, sans-serif;
|
||||||
|
color:#000;
|
||||||
|
}
|
||||||
|
.small3{
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 12px;
|
||||||
|
color: #000000;
|
||||||
|
line-height:20px;
|
||||||
|
text-align:justify;
|
||||||
|
padding:3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttonok {
|
||||||
|
background-color: #646363;
|
||||||
|
border:2px solid #979696;
|
||||||
|
font: bold 11px Arial, Helvetica, sans-serif;
|
||||||
|
color:#FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,232 @@
|
|||||||
|
/*
|
||||||
|
Copyright 2005 Rolando Gonzalez (rolosworld@gmail.com)
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
table.chat // don't set width or height
|
||||||
|
thead.chat
|
||||||
|
tfoot.chat
|
||||||
|
tbody.chat
|
||||||
|
tr.chathea
|
||||||
|
tr.chatfoot
|
||||||
|
tr.chatbody
|
||||||
|
td.chathead
|
||||||
|
td.chathead1
|
||||||
|
td.chathead2
|
||||||
|
td.chatfoot
|
||||||
|
td.chatfoot1
|
||||||
|
td.chatfoot2
|
||||||
|
td.chatbody
|
||||||
|
td.chatbody1 // don't set width or height
|
||||||
|
td.chatbody2
|
||||||
|
|
||||||
|
td.chatbox // don't set width or height or overflow
|
||||||
|
td.chaticon
|
||||||
|
td.chattopic
|
||||||
|
td.chathide
|
||||||
|
td.chatclose
|
||||||
|
|
||||||
|
div.cumsg
|
||||||
|
div.csmsg
|
||||||
|
span.cunick
|
||||||
|
*/
|
||||||
|
*{
|
||||||
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 8pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.chat,table.pchat{
|
||||||
|
empty-cells:show;
|
||||||
|
}
|
||||||
|
table.chat{
|
||||||
|
position:absolute;
|
||||||
|
}
|
||||||
|
thead.chat{
|
||||||
|
cursor:move;
|
||||||
|
}
|
||||||
|
td.chathead,td.chathead2,td.pchathead,td.pchathead2{
|
||||||
|
width:5px;
|
||||||
|
height:38px;
|
||||||
|
padding:0px 5px 0px 0px;
|
||||||
|
}
|
||||||
|
td.chathead1,td.pchathead1{
|
||||||
|
background-image:url(images/box_T.gif);
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
td.chathead,td.pchathead{
|
||||||
|
background-image:url(images/box_TL.gif);
|
||||||
|
}
|
||||||
|
td.chathead2,td.pchathead2{
|
||||||
|
background-image:url(images/box_TR.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
td.chaticon{
|
||||||
|
background-image:url(images/2tbarPrivateChat.gif);
|
||||||
|
}
|
||||||
|
td.chattopic{
|
||||||
|
background-image:url(images/2tbarPublicChat.gif);
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:center left;
|
||||||
|
padding:0px 10px 0px 30px;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.chattopic1{
|
||||||
|
padding:0px 10px 0px 5px;
|
||||||
|
width:100%;
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
span.chatTopicNick{ font-weight:900; }
|
||||||
|
td.chathide,td.chatclose{
|
||||||
|
cursor:pointer;
|
||||||
|
}
|
||||||
|
td.chathide{
|
||||||
|
background-image:url(images/btn_hide.gif);
|
||||||
|
}
|
||||||
|
td.chatclose{
|
||||||
|
background-image:url(images/btn_close.gif);
|
||||||
|
}
|
||||||
|
td.chaticon,td.chathide,td.chatclose{
|
||||||
|
height:36px;
|
||||||
|
width:36px;
|
||||||
|
padding:31px 31px 5px 0px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:center center;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.chatbody,td.chatbody2,td.pchatbody,td.pchatbody2{
|
||||||
|
width:5px;
|
||||||
|
padding:0px 5px 0px 0px;
|
||||||
|
}
|
||||||
|
td.chatbody,td.pchatbody{
|
||||||
|
background-image:url(images/box_ML.gif);
|
||||||
|
}
|
||||||
|
td.chatbody1,td.pchatbody1{
|
||||||
|
background-image:url(images/box_M.gif);
|
||||||
|
padding:5px 5px 5px 5px;
|
||||||
|
vertical-align:top;
|
||||||
|
}
|
||||||
|
td.chatbody2,td.pchatbody2{
|
||||||
|
background-image:url(images/box_MR.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
td.chatfoot,td.chatfoot2,td.pchatfoot,td.pchatfoot2{
|
||||||
|
width:5px;
|
||||||
|
height:60px;
|
||||||
|
padding:60px 5px 0px 0px;
|
||||||
|
}
|
||||||
|
td.chatfoot1,td.pchatfoot1{
|
||||||
|
background-image:url(images/bx_B.gif);
|
||||||
|
}
|
||||||
|
td.chatfoot,td.pchatfoot{
|
||||||
|
background-image:url(images/box_BL.gif);
|
||||||
|
}
|
||||||
|
td.chatfoot2,td.pchatfoot2{
|
||||||
|
background-image:url(images/box_BR.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
div.chatbox{
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 1px solid #938F86;
|
||||||
|
color:#000000;
|
||||||
|
vertical-align:top;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* UList */
|
||||||
|
span.cunick{
|
||||||
|
color:green;
|
||||||
|
}
|
||||||
|
div.cumsg,div.csmsg{
|
||||||
|
color:#0000ff;
|
||||||
|
margin:2px 2px 4px 2px;
|
||||||
|
}
|
||||||
|
div.csmsg{
|
||||||
|
color:#FF0000;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.chat{
|
||||||
|
background-image:url(../images/user_icon.gif);
|
||||||
|
background-position:center left;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
color:#000000;
|
||||||
|
text-decoration:none;
|
||||||
|
display:block;
|
||||||
|
width:100px;
|
||||||
|
height:20px;
|
||||||
|
background-color:#FFFFFF;
|
||||||
|
padding:10px 5px 5px 30px;
|
||||||
|
vertical-align:middle;
|
||||||
|
}
|
||||||
|
a.chat:hover{
|
||||||
|
background-color:#DFD9CD;
|
||||||
|
}
|
||||||
|
|
||||||
|
span{
|
||||||
|
padding:0px;
|
||||||
|
margin:0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* input */
|
||||||
|
form.cinput{
|
||||||
|
display:inline;
|
||||||
|
}
|
||||||
|
input.cinput{
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 1px solid #938F86;
|
||||||
|
width: 100%;
|
||||||
|
height:20px;
|
||||||
|
font-size:12px;
|
||||||
|
padding:2px 2px 2px 2px;
|
||||||
|
font-weight:bold;
|
||||||
|
color:#333333;
|
||||||
|
}
|
||||||
|
table.cinput{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
tr.cinput{
|
||||||
|
|
||||||
|
}
|
||||||
|
td.cinput{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
td.ckeyb{
|
||||||
|
width:32px;
|
||||||
|
height:29px;
|
||||||
|
padding:29px 32px 5px 5px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:center center;
|
||||||
|
}
|
||||||
|
td.csubmit{
|
||||||
|
cursor:pointer;
|
||||||
|
background-image:url(images/btn_send.gif);
|
||||||
|
width:63px;
|
||||||
|
height:32px;
|
||||||
|
padding:32px 63px 5px 5px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:center center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
span.sysb{font-weight:900;}
|
||||||
|
.chatuserlist{
|
||||||
|
font-size:14px;
|
||||||
|
text-align:left;
|
||||||
|
color:white;
|
||||||
|
background-color:#898475;
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 666 B |
|
After Width: | Height: | Size: 687 B |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 287 B |
|
After Width: | Height: | Size: 285 B |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 105 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 43 B |
|
After Width: | Height: | Size: 44 B |
|
After Width: | Height: | Size: 44 B |
|
After Width: | Height: | Size: 39 B |
|
After Width: | Height: | Size: 77 B |
|
After Width: | Height: | Size: 77 B |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 799 B |
|
After Width: | Height: | Size: 469 B |
|
After Width: | Height: | Size: 695 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 744 B |
|
After Width: | Height: | Size: 452 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 152 B |
|
After Width: | Height: | Size: 406 B |
|
After Width: | Height: | Size: 48 B |
|
After Width: | Height: | Size: 813 B |
|
After Width: | Height: | Size: 1015 B |
|
After Width: | Height: | Size: 1.0 KiB |