[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 .yui-skin-sam .yui-layout .yui-layout-hd { border:0; } 2 .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-nohd { border:0; } 3 .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd { border:0; } 4 .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-unit-right { background: white; } 5 .yui-skin-sam .yui-layout-unit-bottom { background: #F2F2F2; } 6 .yui-skin-sam .yui-layout-unit-right { background: #eef2f8; } 7 .yui-skin-sam .yui-layout-unit-center { background: white; } 8 .yui-skin-sam .yui-layout-unit-top { background: #FFE39D; } 9 .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd { background: transparent; } 10 11 #input-message { 12 background:#FFFFFF url(input.png) repeat-x scroll 0 0; 13 border: 1px solid #999; 14 } 15 16 .mdl-chat-entry .meta { 17 background: #82b5ee; 18 border-bottom: 1px solid white; 19 -moz-border-radius-topleft: 6px; 20 -moz-border-radius-topright: 6px; 21 border-top-left-radius: 6px; 22 border-top-right-radius: 6px; 23 } 24 25 .mdl-chat-entry , .mdl-chat-my-entry { 26 margin: 1em auto; 27 border: 1px solid #938F5A; 28 -moz-border-radius-bottomleft: 6px; 29 -moz-border-radius-bottomright: 6px; 30 border-bottom-left-radius:6px; 31 border-bottom-right-radius:6px; 32 } 33 .mdl-chat-entry .chat-message .text{ 34 color:white; 35 background:#82b5ee; 36 } 37 .chat-message { 38 padding: 3px; 39 border:1px solid #CCC; 40 -moz-border-radius-bottomleft: 6px; 41 -moz-border-radius-bottomright: 6px; 42 border-bottom-left-radius:6px; 43 border-bottom-right-radius:6px; 44 } 45 .mdl-chat-my-entry .chat-message .meta { 46 background: #FFFEEB; 47 border-bottom: 1px solid white; 48 } 49 .mdl-chat-my-entry .chat-message .text{ 50 background: #F1F3CB; 51 } 52 #chat-input-area ,#chat-input-area table.generaltable, #chat-input-area table.generaltable td.cell { 53 background: #92B3E8; 54 border: 0; 55 margin: 0; 56 padding: 2px; 57 height:100%; 58 } 59 #chat-userlist { 60 background: #E3E8F0; 61 height: 100%; 62 } 63 64 .dir-rtl .chat-message {text-align:right;} 65 .dir-rtl .mdl-chat-my-entry .chat-message .text {text-align:right;}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |