red_blue_purple_left.css.svn-base

来自「开源项目openfire的完整源程序」· SVN-BASE 代码 · 共 59 行

SVN-BASE
59
字号
@import url("message_common.css");

.out.content .nameheader {
	background: url("../images/sender/sender_fill.png") top repeat-x;
	color: rgba(170,17,17,0.8);
	}
.out.context .nameheader {
	background: url("../images/sender/sender_context_fill.png") top repeat-x;
	color: rgba(170,17,17,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/standard/sender_left.png") left top no-repeat;
	}
.in.context .name {
	background: url("../images/sender/standard/sender_context_left.png") left top no-repeat;
	}

.out.content .protocol {
	background: url("../images/sender/standard/red/sender_right.png") right top no-repeat;
	color: rgba(170,18,18,0.4);
	}
.out.context .protocol {
	background: url("../images/sender/standard/red/sender_context_right.png") right top no-repeat;
	color: rgba(170,18,18,0.3);
	}
.in.content .protocol {
	background: url("../images/sender/standard/blue/sender_right.png") right top no-repeat;
	color: rgba(39,55,152,0.4);
	}

.in.context .protocol {
	background: url("../images/sender/standard/blue/sender_context_right.png") right top no-repeat;
	color: rgba(39,55,152,0.3);
	}

.status {
	background: url("../images/status/purple/status_fill.png") top repeat-x;
	}
.statusmessage {
	background: url("../images/status/purple/status_left.png") left top no-repeat;
	}
.statustime {
	background: url("../images/status/purple/status_right.png") right top no-repeat;
	}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?