📄 default.css
字号:
body {
}
.divCol{
font-weight:bold;
float:left;
width:120px;
text-align:right;
margin-right:10px;
white-space:nowrap;
}
/*no width on the last col so it will expand*/
.divColLast{
float:left;
white-space:nowrap;
}
.caption, table caption {
background-color: #aaa;
background-image: url('images/tilebg_tablecaption.gif');
color: #000;
font-size: 16pt;
font-weight: bold;
border: 0;
border-bottom: solid 1px #737373;
white-space: nowrap;
text-align: center;
}
.clearer {
clear: both;
overflow: hidden;
background-color:transparent;
filter:alpha(opacity=0);
opacity:0.0;
height: 1px;
margin: 1px 1px 1px 1px;
max-height: 2px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -