opera的irc的css
发表于 : 2011-04-05 23:02
tenzu 写了:字体不错,老实交代到底是啥!
哼哼,我就知道会有这样的结果
支持大家去围观。colourwolf vic:) 不知道是不是 我 太色了, 凸 看起来 就是 小鸡鸡, 凹 就是 那...
刚刚目睹这一幕...pocoyo 写了:还有成语?
bocelli99 写了:求神的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");}