Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.yui-skin-sam .yui-layout .yui-layout-hd {
2
    border: 0;
3
}
4
 
5
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-nohd {
6
    border: 0;
7
}
8
 
9
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {
10
    border: 0;
11
}
12
 
13
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-unit-right {
14
    background: white;
15
}
16
 
17
.yui-skin-sam .yui-layout-unit-bottom {
18
    background: #f2f2f2;
19
}
20
 
21
.yui-skin-sam .yui-layout-unit-right {
22
    background: #eef2f8;
23
}
24
 
25
.yui-skin-sam .yui-layout-unit-center {
26
    background: white;
27
}
28
 
29
.yui-skin-sam .yui-layout-unit-top {
30
    background: #ffe39d;
31
}
32
 
33
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {
34
    background: transparent;
35
}
36
 
37
#input-message {
38
    background: #fff url(input.png) repeat-x scroll 0 0;
39
    border: 1px solid #999;
40
}
41
 
42
.mdl-chat-entry .meta {
43
    background: #82b5ee;
44
    border-bottom: 1px solid white;
45
    -moz-border-radius-topleft: 6px;
46
    -moz-border-radius-topright: 6px;
47
    border-top-left-radius: 6px;
48
    border-top-right-radius: 6px;
49
}
50
 
51
.mdl-chat-entry,
52
.mdl-chat-my-entry {
53
    margin: 1em auto;
54
    border: 1px solid #938f5a;
55
    -moz-border-radius-bottomleft: 6px;
56
    -moz-border-radius-bottomright: 6px;
57
    border-bottom-left-radius: 6px;
58
    border-bottom-right-radius: 6px;
59
}
60
 
61
.mdl-chat-entry .chat-message .text {
62
    color: white;
63
    background: #82b5ee;
64
}
65
 
66
.chat-message {
67
    padding: 3px;
68
    border: 1px solid #ccc;
69
    -moz-border-radius-bottomleft: 6px;
70
    -moz-border-radius-bottomright: 6px;
71
    border-bottom-left-radius: 6px;
72
    border-bottom-right-radius: 6px;
73
}
74
 
75
.mdl-chat-my-entry .chat-message .meta {
76
    background: #fffeeb;
77
    border-bottom: 1px solid white;
78
}
79
 
80
.mdl-chat-my-entry .chat-message .text {
81
    background: #f1f3cb;
82
}
83
 
84
#chat-input-area,
85
#chat-input-area table.generaltable,
86
#chat-input-area table.generaltable td.cell {
87
    background: #92b3e8;
88
    border: 0;
89
    margin: 0;
90
    padding: 2px;
91
    height: 100%;
92
}
93
 
94
#chat-userlist {
95
    background: #e3e8f0;
96
    height: 100%;
97
}
98
 
99
#button-send + a > i.text-info {
100
    /* stylelint-disable-next-line declaration-no-important */
101
    color: black !important;
102
}