Шаблон:Clown.css: различия между версиями
Внешний вид
Volas (обсуждение | вклад) Volas изменил модель содержимого страницы Шаблон:Clown.css с «вики-текст» на «Sanitized CSS» |
Udokun (обсуждение | вклад) Нет описания правки |
||
| Строка 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: # | background-color: #511a2d; | ||
overflow:hidden; | overflow:hidden; | ||
} | } | ||
Версия от 19:12, 9 января 2026
.jobstable {
border:1px outset rgba(0, 0, 0, 0.3);
border-radius: 0.5em;
background-color: #511a2d;
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;
}