message.css
来自「一个C语言的聊天室源代码」· CSS 代码 · 共 14 行
CSS
14 行
<STYLE type=text/css>
<!--
td { font-family: "宋体"; font-size: 9pt}
body { font-family: "宋体"; font-size: 10.5pt; line-height: 15pt}
select { font-family: "宋体"; font-size: 9pt}
A {text-decoration: none; font-family: "宋体"}
A:hover {text-decoration: underline; color: #FF0000; font-family: "宋体"}
.boy { color: 0000FF}
.girl { color: FF80FF}
.private { color: green}
.tm { color: gray; font-size: 9pt}
.you { background:#fffafa; filter: Gray}
-->
</style>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?