Дополнительные действия
Denchikp (обсуждение | вклад) Нет описания правки |
Denchikp (обсуждение | вклад) Нет описания правки |
||
| Строка 13: | Строка 13: | ||
.calendar-table { | .calendar-table { | ||
border-collapse: collapse; | |||
width: 100%; | |||
text-align: center; | |||
} | } | ||
.calendar-table | .calendar-table td, .calendar-table th { | ||
border: 1px solid #999; | |||
width: 80px; | |||
height: 60px; | |||
vertical-align: top; | |||
padding: 4px; | |||
} | } | ||
. | .calendar-cell { | ||
padding: 6px; | |||
border-radius: 6px; | |||
display: block; | |||
} | } | ||
. | .calendar-Занят { | ||
background-color: #ffcccc; | |||
} | |||
.calendar-Свободен { | |||
background-color: #ccffcc; | |||
} | } | ||
Версия от 18:58, 22 апреля 2025
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.captcha {
margin: 1em 0;
padding: 1em;
background-color: #f8f9fa;
border-left: 4px solid #36c;
border-radius: 8px;
}
.captcha + .mw-label {
margin-top: 1em;
}
.calendar-table {
border-collapse: collapse;
width: 100%;
text-align: center;
}
.calendar-table td, .calendar-table th {
border: 1px solid #999;
width: 80px;
height: 60px;
vertical-align: top;
padding: 4px;
}
.calendar-cell {
padding: 6px;
border-radius: 6px;
display: block;
}
.calendar-Занят {
background-color: #ffcccc;
}
.calendar-Свободен {
background-color: #ccffcc;
}
.custom-note {
font-size: 12px;
color: #555;
}