exobud.css
来自「asp写的一个mp3播放器(带源码)」· CSS 代码 · 共 55 行
CSS
55 行
body {
/*cursor:url(images/cz.ani);*/
margin: 0px;
padding: 0px;
}
body,td,th {
font-size: 12px;
color: #CCCCCC;
}
a:link {
text-decoration: none;
color: #CCCCCC;
}
a:visited {
text-decoration: none;
color: #CCCCCC;
}
a:hover {
text-decoration: none;
color: #CCCCCC;
}
a:active {
text-decoration: none;
color: #CCCCCC;
}
.content {
font-size: 12px;
color: #0066FF;
}
.user {
font-size: 12px;
color: #FF6600;
}
.style2 {color: #FF0000}
.style3 {color: #FF9900}
.style4 {color: #99CC00}
.style5 {color: #66CC99}
.style6 {color: #FF66CC}
.style13 {color: #FFFF66}
.atab {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: dashed;
border-right-style: none;
border-bottom-style: dashed;
border-left-style: none;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?