Перейти к содержанию

Шаблон:Clown.css: различия между версиями

Материал из Tau Ceti Station Wiki
Новая страница: «.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.2...»
 
Udokun (обсуждение | вклад)
Нет описания правки
 
(не показаны 3 промежуточные версии 2 участников)
Строка 2: Строка 2:
  border:1px outset rgba(0, 0, 0, 0.3);
  border:1px outset rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #fbfbfb;
  background-color: #1a1e21;
  overflow:hidden;
  overflow:hidden;
}
}

Текущая версия от 20:42, 9 января 2026

.jobstable {
 border:1px outset rgba(0, 0, 0, 0.3);
 border-radius: 0.5em;
 background-color: #1a1e21;
 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;
}