forum.css
来自「JSP论坛bb 毕业设计 文档加代码」· CSS 代码 · 共 66 行
CSS
66 行
<style type="text/css">
body {
background: #ffffff URL("bg.gif");
background-color: #ffffff;
font-family: 宋体;
font-size: 9pt;
}
a {
color: #333399;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.post {
font-weight: bold;
}
.header {
color: #000066;
background-color: #efefef;
font-family: 宋体;
font-weight: bold;
font-size: 9pt;
}
.botnav {
color: #ffffff;
background-color: #778899;
font-weight: bold;
}
.category {
background-color: #efefef;
}
.tablerow {
color: #000000;
}
.nav {
font-weight: bold;
}
.postauthor {
font-weight: bold;
}
.navtd {
color: #ffffff;
background-color: #778899;
text-decoration: none;
}
TR { FONT-FAMILY: 宋体; FONT-SIZE: 9pt; }
TD { FONT-FAMILY: 宋体; FONT-SIZE: 9pt; }
DIV { FONT-FAMILY: 宋体; FONT-SIZE: 9pt; }
P { FONT-FAMILY: 宋体; FONT-SIZE: 9pt; }
select { font-family: 宋体; font-size: 9pt;}
input { font-family: 宋体; font-size: 9pt; background-color: #FFFFFF}
textarea { font-family: 宋体; font-size: 9pt; background-color: #FFFFFF}
</style>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?