📄 displaytag.css
字号:
div.exportlinks {
margin: -5px 0px 10px 10px;
padding: 2px 4px 2px 0px;
width: 300px;
}
div.exportlinks a {
text-decoration: none;
}
div.exportlinks span {
background-repeat: no-repeat;
}
span.csv {
background-image: url(../images/ico_file_csv.png);
}
span.excel {
background-image: url(../images/ico_file_excel.png);
}
span.export {
cursor: pointer;
display: inline;
display: inline-block;
padding: 0 4px 1px 20px;
}
span.pagebanner {
display: block;
margin: 10px 0px 0px 10px;
padding: 2px 4px 2px 0px;
width: 79%;
}
span.pagelinks {
display: block;
font-size: .95em;
margin-bottom: 5px;
margin-top: -18px;
padding: 2px 0px 2px 0px;
text-align: right;
width: 80%;
}
span.xml {
background-image: url(../images/ico_file_xml.png);
}
table.list {
border: 1px solid #8FBEE8;
border-collapse: collapse;
margin: 1px;
margin-top: 0px;
width: 90% !important;
}
table.list td {
padding: 3px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #8FBEE8;
border-bottom-color: #8FBEE8;
}
table.list th {
background: #D2E9FF;
color: #000000;
padding: 3px;
border-bottom: 1px solid #8FBEE8;
text-align: left;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #8FBEE8;
}
table.list th a, table.list th a:visited {
background-color: transparent;
color: #000000;
text-decoration: none;
}
table.list th a:hover {
background-color: transparent;
color: #008000 !important;
text-decoration: overline underline;
}
th.sorted a, th.sortable a {
background-position: right;
display: block;
}
table.list th.order1 a {
background-image: url(../images/arrow_down.png) !important;
}
table.list th.order2 a {
background-image: url(../images/arrow_up.png) !important;
}
table.list th.sortable a {
background-image: url(../images/arrow_off.png);
}
table.list th.sorted {
background-color: #ABD7FF;
color: #000000;
}
table.list th.sorted a, table.list th.sortable a {
background-position: right;
background-repeat: no-repeat;
display: block;
}
table.list th.sortable:hover {
background: #FFFF40;
color: #008000;
}
table.list thead tr {
background-color: #FFCC00;
}
table.list tr.even {
background: #EEEEEE;
border-top: 1px solid #C0C0C0;
color: #000000;
}
table.list tr.odd {
background: #FFFFFF;
border-top: 1px solid #C0C0C0;
color: #000000;
}
/* highlight table row onmouseover */
table.list tr.over {
background: #E3EDFF;
border-bottom: 1px solid #C0C0C0;
border-top: 1px solid #C0C0C0;
color: #000000;
cursor: pointer;
cursor: hand; /* IE 5.5 non-compliant workaround */
}
/* override width for user list */
table.userList {
width: 80% !important;
}
table.activeUserList, body#activeUsers span.pagelinks {
width: 450px !important;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -