Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Textverдnderungen */
- .Link-foto {color: #74B8E6;}
- .Link-foto2 {color: #74B8E6;}
- .Link-Text {color: #74B8E6;}
- .Link-Text2 {color: #74B8E6;}
- .Mail-Text {color: #74B8E6;}
- .Mail-Text2 {color: #74B8E6;}
- .tzerlink {color: #74B8E6;}
- .tzerlink2 {color: #74B8E6;}
- /* Fonts */
- input {
- background: #524F50;
- border-top: 1px solid #838383;
- border-left: 1px solid #838383;
- border-bottom: 1px solid #292828;
- border-right: 1px solid #292828;
- color: #D3D3D3;
- }
- html {
- scrollbar-face-color: #524F50;
- scrollbar-highlight-color: #838383;
- scrollbar-shadow-color: #524F50;
- scrollbar-arrow-color: #D3D3D3;
- scrollbar-base-color: #524F50;
- scrollbar-darkshadow-color: #292828;
- background-color: #3F3F3F;
- overflow: auto;
- padding: 0px;
- margin: 0px;
- font-size: 14px;
- font-family: Calibri;
- color: #999999;
- zoom: 0 !important;
- }
- a, a:active {
- color: #74B8E6;
- text-decoration: none;
- font-weight: normal;
- cursor:pointer;
- }
- a:visited {
- color: #C6A381;
- text-decoration: none;
- font-weight: normal;
- }
- a:hover {
- color: #74B8E6;
- text-decoration: underline;
- font-weight: normal;
- }
- div {
- width: auto;
- word-wrap: break-word;
- }
- .img {
- margin: 0px 0px 0px 0px;
- padding: 1px 5px 1px 5px;
- vertical-align: middle;
- }
- .head {
- /* border-bottom: 1px dotted;*/
- }
- .date {
- font-weight: bold;
- float: right;
- font-size: 12px;
- padding: 4px 5px 0px 5px;
- }
- .name {
- font-weight: bold;
- padding: 4px 5px 0px 5px;
- }
- .time {
- color: #989898;
- font-weight: normal;
- float: right;
- font-size: 12px;
- }
- .text {
- /* word-break: break-all;*/
- padding: 1px 5px 1px 5px;
- }
- .avatar {
- float: left;
- padding: 1px 0px 0px 5px;
- }
- .avatar img {
- height: 20;
- }
- .avatar object {
- width: 20;
- height: 20;
- }
- .MessageIn, .MessageOut, .hMessageIn, .hMessageOut, .frame, .Status, .hStatus, .FileIn, .hFileIn, .FileOut, .hFileOut, .URL, .hURL, {
- border-top: 1px solid #838383;
- border-bottom: 1px solid #3D3B3C;
- }
- .MessageInGroupInner, .hMessageInGroupInner, .MessageOutGroupInner, .hMessageOutGroupInner {
- border-top: 1px dotted #838383;
- }
- .hMessageIn, .hMessageOut, .history, .hStatus, .hFileIn, .hFileOut, .hURL {
- background: url(History.png) no-repeat bottom right;
- }
- /* -------------------- входящие сообщения -------------------- */
- .in .head {
- color: #54B0D8;
- background-color: #2E3236;
- }
- .contentMessageIn, .contenthMessageIn, .contentMessageInGroupStart, .MessageInGroupInner, .contenthMessageInGroupStart, .hMessageInGroupInner {
- background-color: #2E3236;
- }
- /* -------------------- мои сообщения -------------------- */
- .out .head {
- color: #D29A6C;
- background-color: #454239;
- }
- .contentMessageOut, .contenthMessageOut, .contentMessageOutGroupStart, .MessageOutGroupInner, .contenthMessageOutGroupStart, .hMessageOutGroupInner {
- background-color: #454239;
- }
- /* -------------------- status support -------------------- */
- .status .head {
- color: #C6A381;
- background-image: url(photooned/status.png);
- }
- .contentStatus, .contenthStatus {
- color: #C6A381;
- background-image: url(photooned/status.png);
- }
- .contentStatus .time, .contenthStatus .time {
- color: #ABA39C;
- }
- /* -------------------- file transfer support -------------------- */
- .infile .head, .outfile .head {
- color: #6FBE6F;
- background-image: url(photooned/file.png);
- }
- .contentFileIn, .contenthFileIn, .contentFileOut, .contenthFileOut {
- color: #6FBE6F;
- background-image: url(photooned/file.png);
- }
- .contentFileIn .time, .contenthFileIn .time, .contentFileOut .time, .contenthFileOut .time {
- color: #8E9F8E;
- }
- /* -------------------- URL support -------------------- */
- .inurl .head {
- color: #81A3C6;
- background-image: url(photooned/url.png);
- }
- .contentURL, .contenthURL {
- color: #81A3C6;
- background-image: url(photooned/url.png);
- }
- .contentURL .time, .contenthURL .time {
- color: #9CA3AB;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement