分页: 1 / 2

opera的irc的css

发表于 : 2011-04-05 23:02
eexpress
screenshot5.png

Re: opera的irc的css

发表于 : 2011-04-05 23:05
hcym
全是踢踢踢

猴以类聚

猴王是神
:em04

Re: opera的irc的css

发表于 : 2011-04-05 23:06
eexpress
想不到技术贴标题。ls也看。
:em04

Re: opera的irc的css

发表于 : 2011-04-05 23:07
tenzu
字体不错,老实交代到底是啥!
哼哼,我就知道会有这样的结果

Re: opera的irc的css

发表于 : 2011-04-05 23:11
leeaman
:em04

Re: opera的irc的css

发表于 : 2011-04-05 23:14
qy117121
tenzu 写了:字体不错,老实交代到底是啥!
哼哼,我就知道会有这样的结果

Re: opera的irc的css

发表于 : 2011-04-05 23:16
eexpress
spirit 最倒霉。就说了一句 正解。
pocoyo 最没自知之明。
还是 tenzu 最老实。我开始打字的时候,以后就留下 tenzu。所以说了那句。那句大家都知道的成语引发的。

Re: opera的irc的css

发表于 : 2011-04-05 23:19
eexpress
现在 blueghost,就那 colourwolf,还在找被踢。
colourwolf vic:) 不知道是不是 我 太色了, 凸 看起来 就是 小鸡鸡, 凹 就是 那...
支持大家去围观。

Re: opera的irc的css

发表于 : 2011-04-05 23:25
adam8157
pocoyo 写了:还有成语?
刚刚目睹这一幕...

Re: opera的irc的css

发表于 : 2011-05-01 21:25
bocelli99
求神的css :em11

Re: opera的irc的css

发表于 : 2011-05-01 21:28
qy117121
:em01

Re: opera的irc的css

发表于 : 2011-05-01 21:29
jtshs256
bocelli99 写了:求神的css :em11

Re: opera的irc的css

发表于 : 2011-05-01 23:36
jueyue
去试一下神的字体

Re: opera的irc的css

发表于 : 2011-09-20 17:53
naturalaw
同求css

Re: opera的irc的css

发表于 : 2011-09-20 20:15
eexpress

代码: 全选

@charset "utf-8";
/* CSS style sheet for Instant Messenger */
/* Copyright 2009 Opera Software */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #F0EBE2;
	color: black;
	font-family: "Vera Sans YuanTi", sans-serif;
	font-size: 12px;
}
table {border-collapse: collapse;}
td {
	vertical-align: top;
	padding: 3px 5px;
}
td:first-child, td:first-child+td {
	white-space: nowrap;
}
td img {vertical-align: middle;}
.time {
	color: #090;
	white-space: nowrap;
}

div.highlight {	/*叫名高亮:上下包括线*/
	padding:2px;
	border:solid #009900;
	border-width:1px 0;
}
.highlight {	/*叫名高亮:四周虚线*/
	display: table-cell;
	color: #802080;
	font-weight:bolder; 
	border: 1px dotted #009900;
	padding: 1px;
}

span.highlight {
	border: 1px dotted #552;
	padding: 1px;
	background-color: #ffffe1;
}

.self {	/*自己的名字显示:粗体,紫色底,白色字*/
color: #F0EBE2; 
font-weight:bolder; 
text-align: right; 
background: #802080;
/*font-family: "YanTiFan", sans-serif;*/
/*font-family: "HYLuoBoJ", sans-serif;*/
font-size: 14px;
}

.self-message {	/*自己发出的信息:粗体红色字*/
color: #A50000;
font-weight:bolder;
/*font-family: "Amerika Sans", sans-serif;*/
/*font-family: "FZCuSong\-B09S", sans-serif;*/
font-size: 14px;
}

.sender {
	color: #900;
	text-align: right;
}
.disconnect, .join, .leave, .nick, .operator, .voiced {
	color: #090;
	text-align: right;
}
.disconnect-message, .join-message, .leave-message, .nick-message, .operator-message, .voiced-message {
	color: #090;
}
.action, .self-action {
	text-align: right;
}
.action-message, .self-action-message {color: #909;}
.limit-message, .moderated-message, .password-message, .secret-message, .status-message, 
.topic-message, .topic-protection-message, .unknown-mode-message, .whois-message {
	color: #090;
}
.limit, .moderated, .password, .secret, .status, .topic, .topic-protection, .unknown-mode, .whois {
	width:	6em;
	color: #090;
	text-align: right;
}
[class^="smiley"] {
	width: -o-skin;
	height: -o-skin;
	display: inline-block;
	vertical-align: middle;
}
.smiley-happy {content: -o-skin("Smiley Happy");}
.smiley-unhappy {content: -o-skin("Smiley Unhappy");}
.smiley-wink {content: -o-skin("Smiley Wink");}
.smiley-surprised {content: -o-skin("Smiley Surprised");}
.smiley-grin {content: -o-skin("Smiley Grin");}
.smiley-cool {content: -o-skin("Smiley Cool");}
.smiley-indifferent {content: -o-skin("Smiley Indifferent");}
.smiley-cry {content: -o-skin("Smiley Cry");}
.smiley-angry {content: -o-skin("Smiley Angry");}
.smiley-tongue {content: -o-skin("Smiley Tongue");}
.smiley-pacman {content: -o-skin("Smiley Pacman");}