default.css
来自「弹出窗口覆盖背面页面」· CSS 代码 · 共 37 行
CSS
37 行
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 + =
减小字号Ctrl + -
显示快捷键?