stylesheet.css
来自「Asynchrounous pages with Ajax to refresh」· CSS 代码 · 共 62 行
CSS
62 行
body {
font: normal 80%/140% arial, verdana, helvetica, sans-serif;
}
table {
border: 2px solid #3f7c5f;
border-collapse: collapse;
background: #fff;
}
caption {
padding: 0 0.6em 0.8em;
font-size: 1.3em;
font-weight: bold;
text-align: left;
background: transparent;
}
td, th {
border: 1px solid #e0e0e0;
padding: 0.5em;
}
thead th {
border: 1px solid #e0e0e0;
text-align: left;
font-size: 1em;
font-weight: bold;
background: #c6d7cf;
}
tfoot th, tfoot td {
border: 1px solid #e0e0e0;
text-align: left;
font-size: 1em;
background: #e8e8cf;
}
tfoot th {
font-weight: bold;
}
tbody td a {
background: transparent;
text-decoration: underline;
}
tbody td a:hover {
background: transparent;
text-decoration: underline;
}
tbody th a {
background: transparent;
color: #3f7c5f;
text-decoration: underline;
font-weight: bold;
}
tbody th a:visited {
color: #b98b00;
}
tbody th, tbody td {
vertical-align: top;
text-align: left;
}
tfoot td {
border: 1px solid #996;
}
tbody tr:hover {
background: #ffffd9;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?