opera的irc的css
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
- hcym
- 帖子: 15634
- 注册时间: 2007-05-06 2:46
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
- tenzu
- 论坛版主
- 帖子: 36924
- 注册时间: 2008-11-21 20:26
- leeaman
- 帖子: 30702
- 注册时间: 2007-02-02 18:14
- 系统: debian sid
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: opera的irc的css
tenzu 写了:字体不错,老实交代到底是啥!
哼哼,我就知道会有这样的结果
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
Re: opera的irc的css
spirit 最倒霉。就说了一句 正解。
pocoyo 最没自知之明。
还是 tenzu 最老实。我开始打字的时候,以后就留下 tenzu。所以说了那句。那句大家都知道的成语引发的。
pocoyo 最没自知之明。
还是 tenzu 最老实。我开始打字的时候,以后就留下 tenzu。所以说了那句。那句大家都知道的成语引发的。
● 鸣学
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
Re: opera的irc的css
现在 blueghost,就那 colourwolf,还在找被踢。
支持大家去围观。colourwolf vic:) 不知道是不是 我 太色了, 凸 看起来 就是 小鸡鸡, 凹 就是 那...
● 鸣学
- adam8157
- 帖子: 2794
- 注册时间: 2009-03-05 16:31
- 联系:
- bocelli99
- 帖子: 525
- 注册时间: 2007-07-10 12:16
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
-
- 帖子: 22323
- 注册时间: 2010-07-19 21:41
- 系统: OS X
- jueyue
- 帖子: 83
- 注册时间: 2010-06-13 13:35
- naturalaw
- 帖子: 1360
- 注册时间: 2011-09-06 22:04
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
Re: opera的irc的css
代码: 全选
@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");}
● 鸣学