home *** CD-ROM | disk | FTP | other *** search
- body {
- margin: 0;
- padding: 0;
- background: url(images/background.jpg) repeat-y center top #000 fixed;
- }
-
- #header {
- display: block;
- height: 50px;
- position: fixed;
- top: 0;
- width: 100%;
- background: url(images/backgroundHeader.png) repeat-x top;
- z-index: 100;
- }
-
- #headerImage {
- position: absolute;
- background: url(images/backgroundUserImage.png) no-repeat;
- width: 32px;
- height: 32px;
- margin-left: 20px;
- margin-top: 4px;
- padding: 3px;
- left: 0px;
- top: 0px;
-
- }
-
- #headerChatStarted {
- position: absolute;
- color: #ccc;
- font: 10px "Trebuchet MS", TrebuchetMS;
- margin-left: 10px;
- margin-top: 6px;
- left: 52px;
- top: 0px;
- right: 0px;
- height: 50px;
- overflow: hidden;
- }
-
- #headerChatStarted h2 {
- color: #86ce4c;
- font-size: 19px;
- font-weight: bold;
- margin: 0;
- padding: 0;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- #headerSpace {
- height: 50px;
- }
-
- .userName {
- font: bold 15px "Trebuchet MS", TrebuchetMS;
- margin-left: 20px;
- margin-right: 20px;
- margin-bottom: -3px;
- /*text-shadow: 1px 0px 0px #000*/
- text-shadow: 0px -1px 5px #000;
- }
-
- .service {
- float: right;
- font-size: 9px;
- margin-right: 20px;
- line-height: 15px;
- color: #fff;
- opacity: .4;
- font-family: "Trebuchet MS", TrebuchetMS;
- }
-
- .message1 .userName, .message1 .date {
- color: #86ce4c;
-
- }
-
- .content {
- border-top: 3px solid #86ce4c;
- border-bottom: 1px solid #86ce4c;
- color: #fff;
- font-size: 12px;
- font-family: Tahoma, Arial, sans-serif;
- background: url(images/transGrey.png);
- word-wrap: break-word;
- }
-
- .message1 a {
- color: #b4fe2b;
- text-decoration: underline;
- }
-
- .message1 a:hover {
- color: #f2fd0d;
- }
-
- .gloss {
- background: url(images/gloss.png) no-repeat center 4px;
- }
-
- .contentText {
- padding-top: 5px;
- padding-bottom: 5px;
- margin-right: 60px;
- margin-left: 20px;
- font-size: 14px;
- }
-
- .divider {
- background: url(images/divider.png) repeat-x center;
- height: 2px;
- }
-
- .shadow {
- background: url(images/messageShadow.png) repeat-x top;
- height: 9px;
- }
-
- .date {
- float: right;
- font-size: 10px;
- margin-right: 20px;
- padding-top: 5px;
- text-shadow: #000 2px 2px 0px;
- }
-
- .message2 .userName, .message2 .date {
- color: #42b6ff;
- }
-
- .message2 a {
- color: #42b6ff;
- text-decoration: underline;
- }
-
- .message2 a:hover {
- color: #73ddfe;
- }
-
- .message2 .content {
- border-top: 3px solid #42b6ff;
- border-bottom: 1px solid #42b6ff;
- }
-
- .status {
- color: #fff;
- text-align: center;
- margin-bottom: .3em;
- opacity: .7;
- font: bold 10px "Trebuchet MS", TrebuchetMS;
- }
-
- #Chat {
- overflow: hidden;
- padding-top: 50px;
- padding-bottom: 6px;
- margin-bottom: 0px;
- }
-
- .context {
- opacity: .6;
- }
-