Шаблон:Clown.css
Перейти к навигации
Перейти к поиску
.jobstable {
border:1px outset rgba(0, 0, 0, 0.3);
border-radius: 0.5em;
background-color: #fbfbfb;
overflow:hidden;
}
.jobstable tr tr:first-of-type, .jobstable tr th:first-of-type, .jobstable tr td:first-of-type {
border-right: 1px outset rgba(0,0,0,0.2);
}
.jobstable tr tr, .jobstable tr th, .jobstable tr td {
border-top: 1px outset rgba(0,0,0,0.2);
border-right: 1px outset rgba(0,0,0,0.2);
}
.jobstable th, .jobstable td {
padding: 0.25em 0.5em;
}
.jobstable * {
border-color: inherit !important;
}
.jobstable tr tr:last-of-type:last-child, .jobstable tr th:last-of-type:last-child, .jobstable tr td:last-of-type:last-child {
border-right: 0;
}
.jobstable tr:first-of-type tr, .jobstable tr:first-of-type th, .jobstable tr:first-of-type td {
border-top: 0;
}
.jobstable tr:nth-of-type(2) td{
border-top: 0;
}
.jobstable tr:nth-of-type(1) td {
border-top: 0;
border-right: 1px outset rgba(0,0,0,0.2) !important;
}
.jobstable tr td:first-of-type {
box-shadow: 0 0 3px .5px rgba(0,0,0,0.15) inset;
}
.jobstable tr td:nth-of-type(2) {
box-shadow: 0 0 3px .5px rgba(150,150,150,0.1) inset;
}