132 lines
2.5 KiB
CSS
132 lines
2.5 KiB
CSS
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
overflow: hidden; /*background-image: url('../i/buttons/chat_bg.gif');*/
|
|
}
|
|
|
|
select, textarea, input {
|
|
border: solid 1pt #B0B0B0;
|
|
font-family: MS Sans Serif, sans-serif;
|
|
font-size: 8px;
|
|
color: #191970;
|
|
MARGIN-BOTTOM: 2px;
|
|
MARGIN-TOP: 1px;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
.text_msg {
|
|
border: 1px solid #CCCCCC;
|
|
font-size: 11px;
|
|
color: #000000;
|
|
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
|
}
|
|
|
|
.chatBtn1_1 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn1.gif') 0 0 repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn1_2 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn1.gif') 0 -30px repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn2_1 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn2.gif') 0 0 repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn2_2 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn2.gif') 0 -30px repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn4_1 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn4.gif') 0 0 repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn4_2 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn4.gif') 0 -30px repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn5_1 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn5.gif') 0 0 repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn5_2 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn5.gif') 0 -30px repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn5_3 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn5.gif') 0 -59px repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn6_1 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn6.gif') 0 0 repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn6_2 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn6.gif') 0 -30px repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn7_1 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn7.gif') 0 0 repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn7_2 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn7.gif') 0 -30px repeat-x;;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatBtn7_3 {
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url('../i/buttons/chatBtn7.gif') 0 -60px repeat-x;;
|
|
cursor: pointer;
|
|
} |