style.css
来自「BBS论坛的开发和设计」· CSS 代码 · 共 52 行
CSS
52 行
body {
font-size: 9pt;
SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
SCROLLBAR-SHADOW-COLOR: buttonface;
SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
background-color: #7AADF4;}
a:link {
font-size: 9pt;
color: #000000;
text-decoration: none;}
a:visited {
font-size: 9pt;
color: #000000;
text-decoration: none;}
a:hover {
font-size: 9pt;
color: #FF0000;
text-decoration: underline;}
td {font-size: 9pt;}
INPUT {
BORDER-TOP-WIDTH: 1px;
PADDING-RIGHT: 1px;
PADDING-LEFT: 1px;
BORDER-LEFT-WIDTH: 1px;
FONT-SIZE: 9pt;
BORDER-LEFT-COLOR: #cccccc;
BORDER-BOTTOM-WIDTH: 1px;
BORDER-BOTTOM-COLOR: #cccccc;
PADDING-BOTTOM: 1px;
BORDER-TOP-COLOR: #cccccc;
PADDING-TOP: 1px;
HEIGHT: 18px;
BORDER-RIGHT-WIDTH: 1px;
BORDER-RIGHT-COLOR: #cccccc}
.table {width: 98%;
background-color: #000000;}
.table-title {background-color: #90C8FF;}
.table-light {background-color: #EFF7FF;}
.table-dark {background-color: #F7FBFF;}
.table-noColor {width: 98%;}
.Menu-table {width: 98%;
text-align: right;height: 31px;}
.path-table {
width: 98%;
border: 1px solid #000000;
background-color: #EFF7FF;
text-indent: 3px;
height: 26px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?