📄 style.css
字号:
body {
background: black;
color: black;
font-family: sans-serif;
font-size: 8pt;
}
a {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: underline;
}
table#content {
margin-left: auto;
margin-right: auto;
}
table tr th {
background: #888;
padding: 2px;
margin: 2px;
}
table tr td {
margin: 2px;
padding: 2px;
}
.rowa {
background: #CCC;
}
.rowb {
background: #AAA;
}
.background {
background: #444;
}
.small {
font-size: 7pt;
font-weight: normal;
font-family: verdana, helvetica;
text-decoration: none;
text-align: center;
}
/* --- Progress bar ---*/
div.progress {
text-align: center;
min-width: 25em;
position: relative;
border-spacing: 0px;
left: 0px;
padding: 0px;
}
div.progress div.on {
background: url('images/proglass.png');
height: 100%;
position: absolute;
left: 0px;
display: table-cell;
}
div.progress div.off {
background: url('images/noglass.png');
height: 100%;
position: absolute;
right: 0px;
display: table-cell;
}
div.progress div.value {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
position: relative;
padding: 2px;
z-index: 2;
}
/* --- Details table ---*/
td.size {
text-align: right;
}
td.name {
text-align: left;
}
td.speed {
text-align: center;
}
td.actions {
text-align: center;
}
td.actions div {
display: table-cell;
font-size: 5px;
padding: 0px;
}
td.actions div img {
border: 0px;
width: 16px;
height: 16px;
background: #a0a0a0;
}
td.actions div a img {
background: #00d000;
}
/* --- Log table ---*/
table.stats {
background: #444;
width: 100%;
}
table.stats th {
background: #888;
text-align: right;
}
table.stats td {
background: #AAA;
text-align: left;
}
table.stats div.log {
background: #444;
color: white;
text-align: left;
width: 100%;
height: 20em;
min-width: 30em;
overflow: auto;
/* overflow-x: auto;
overflow-y: auto;
*/ white-space: nowrap;
font-family: monospace;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -