green_blue_orange_alternate_left.css.svn-base
来自「开源项目openfire的完整源程序」· SVN-BASE 代码 · 共 58 行
SVN-BASE
58 行
@import url("message_common.css");
.out.content .nameheader {
background: url("../images/sender/sender_fill.png") top repeat-x;
color: rgba(84,155,38,0.8);
}
.out.context .nameheader {
background: url("../images/sender/sender_context_fill.png") top repeat-x;
color: rgba(84,155,38,0.5);
}
.in.content .nameheader {
background: url("../images/sender/sender_fill.png") top repeat-x;
color: rgba(39,55,152,0.8);
}
.in.context .nameheader {
background: url("../images/sender/sender_context_fill.png") top repeat-x;
color: rgba(39,55,152,0.5);
}
.out.content .name {
background: url("../images/sender/standard/sender_left.png") left top no-repeat;
}
.out.context .name {
background: url("../images/sender/standard/sender_context_left.png") left top no-repeat;
}
.in.content .name {
background: url("../images/sender/flipped/sender_right.png") right top no-repeat;
}
.in.context .name {
background: url("../images/sender/flipped/sender_context_right.png") right top no-repeat;
}
.out.content .protocol {
background: url("../images/sender/standard/green/sender_right.png") right top no-repeat;
color: rgba(84,155,38,0.4);
}
.out.context .protocol {
background: url("../images/sender/standard/green/sender_context_right.png") right top no-repeat;
color: rgba(84,155,38,0.3);
}
.in.content .protocol {
background: url("../images/sender/flipped/blue/sender_left.png") left top no-repeat;
color: rgba(39,55,152,0.4);
}
.in.context .protocol {
background: url("../images/sender/flipped/blue/sender_context_left.png") left top no-repeat;
color: rgba(39,55,152,0.3);
}
.status {
background: url("../images/status/orange/status_fill.png") top repeat-x;
}
.statusmessage {
background: url("../images/status/orange/status_left.png") left top no-repeat;
}
.statustime {
background: url("../images/status/orange/status_right.png") right top no-repeat;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?