mirror of
https://github.com/moodle/moodle.git
synced 2025-03-09 10:19:56 +01:00
64 lines
2.0 KiB
CSS
64 lines
2.0 KiB
CSS
.yui-skin-sam .yui-layout .yui-layout-hd { border:0; }
|
|
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-nohd { border:0; }
|
|
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd { border:0; }
|
|
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-unit-right { background: white; }
|
|
.yui-skin-sam .yui-layout-unit-bottom { background: #F2F2F2; }
|
|
.yui-skin-sam .yui-layout-unit-right { background: #eef2f8; }
|
|
.yui-skin-sam .yui-layout-unit-center { background: white; }
|
|
.yui-skin-sam .yui-layout-unit-top { background: #FFE39D; }
|
|
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd { background: transparent; }
|
|
|
|
#input-message {
|
|
background:#FFFFFF url(input.png) repeat-x scroll 0 0;
|
|
border: 1px solid #999;
|
|
}
|
|
|
|
.mdl-chat-entry .meta {
|
|
background: #82b5ee;
|
|
border-bottom: 1px solid white;
|
|
-moz-border-radius-topleft: 6px;
|
|
-moz-border-radius-topright: 6px;
|
|
border-top-left-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
}
|
|
|
|
.mdl-chat-entry , .mdl-chat-my-entry {
|
|
margin: 1em auto;
|
|
border: 1px solid #938F5A;
|
|
-moz-border-radius-bottomleft: 6px;
|
|
-moz-border-radius-bottomright: 6px;
|
|
border-bottom-left-radius:6px;
|
|
border-bottom-right-radius:6px;
|
|
}
|
|
.mdl-chat-entry .chat-message .text{
|
|
color:white;
|
|
background:#82b5ee;
|
|
}
|
|
.chat-message {
|
|
padding: 3px;
|
|
border:1px solid #CCC;
|
|
-moz-border-radius-bottomleft: 6px;
|
|
-moz-border-radius-bottomright: 6px;
|
|
border-bottom-left-radius:6px;
|
|
border-bottom-right-radius:6px;
|
|
}
|
|
.mdl-chat-my-entry .chat-message .meta {
|
|
background: #FFFEEB;
|
|
border-bottom: 1px solid white;
|
|
}
|
|
.mdl-chat-my-entry .chat-message .text{
|
|
background: #F1F3CB;
|
|
}
|
|
#chat-input-area ,#chat-input-area table.generaltable, #chat-input-area table.generaltable td.cell {
|
|
background: #92B3E8;
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 2px;
|
|
}
|
|
#chat-userlist {
|
|
background: #E3E8F0;
|
|
height: 100%;
|
|
}
|
|
|
|
.dir-rtl .chat-message {text-align:right;}
|
|
.dir-rtl .mdl-chat-my-entry .chat-message .text {text-align:right;} |