111 lines
No EOL
2.6 KiB
CSS
111 lines
No EOL
2.6 KiB
CSS
table.results > thead > tr > th {
|
|
background: linear-gradient(top,#e3ceaf);
|
|
background: -moz-linear-gradient(top,#e3ceaf);
|
|
background: -webkit-gradient(linear,left);
|
|
background: -webkit-linear-gradient(top,#e3ceaf);
|
|
background: -o-linear-gradient(top,#e3ceaf);
|
|
background: -ms-linear-gradient(top,#e3ceaf);
|
|
background: linear-gradient(top,#e3ceaf);
|
|
border-color: #b59c73;
|
|
border-style: solid;
|
|
border-width: 1px 1px 1px 0;
|
|
color: #fff;
|
|
font-family: arial;
|
|
font-size: 9pt;
|
|
font-weight: 700;
|
|
}
|
|
|
|
table.results > thead > tr > th span.pk {
|
|
background: url(themes/human/images/objects.png) no-repeat;
|
|
background-position: -8px -201px;
|
|
}
|
|
|
|
table.results > thead > tr > th span.uk {
|
|
background: url(themes/human/images/objects.png) no-repeat;
|
|
background-position: -8px -225px;
|
|
}
|
|
|
|
table.results > tbody > tr > td {
|
|
border-bottom: 1px solid #cdcdcd;
|
|
border-right: 1px solid #cdcdcd;
|
|
font-family: arial;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
table.results > tbody > tr > td.tnl {
|
|
color: red;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.blob {
|
|
background: url(themes/human/images/blobs.png) no-repeat;
|
|
}
|
|
|
|
table.results > tbody > tr > td form.cell_editor_form {
|
|
border-width: 0;
|
|
}
|
|
|
|
table.results > tbody > tr > td input.cell_editor {
|
|
border: 2px solid #888;
|
|
box-shadow: 0 0 3px #777;
|
|
color: #131313;
|
|
font-family: arial;
|
|
font-size: 9pt;
|
|
font-weight: 400;
|
|
}
|
|
|
|
table.results tr:nth-child(even) {
|
|
background-color: #fcfcfc;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.text {
|
|
background-position: -8px -14px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.bmp {
|
|
background-position: -8px -44px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.gif {
|
|
background-position: -8px -86px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.ico {
|
|
background-position: -8px -116px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.jpg {
|
|
background-position: -8px -160px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.png {
|
|
background-position: -8px -187px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.ser {
|
|
background-position: -8px -230px;
|
|
}
|
|
|
|
table.results > tbody > tr > td .cell_editlist {
|
|
border: 2px solid #888;
|
|
box-shadow: 0 0 3px #777;
|
|
color: #131313;
|
|
}
|
|
|
|
table.results > thead > tr > th div {
|
|
font-weight: 700;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.i {
|
|
font-family: arial;
|
|
font-size: 9pt;
|
|
font-weight: 400;
|
|
}
|
|
|
|
table.results th {
|
|
background: -moz-linear-gradient(top,#e3ceaf 0%,#e19315 100%);
|
|
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e3ceaf),color-stop(100%,#e19315));
|
|
background: -webkit-linear-gradient(top,#e3ceaf 0%,#e19315 100%);
|
|
background: -o-linear-gradient(top,#e3ceaf 0%,#e19315 100%);
|
|
background: -ms-linear-gradient(top,#e3ceaf 0%,#e19315 100%);
|
|
background: linear-gradient(top,#e3ceaf 0%,#e19315 100%);
|
|
} |