Дополнительные действия
Denchikp (обсуждение | вклад) Новая страница: «→Размещённый здесь CSS будет применяться ко всем темам оформления: .captcha { margin: 1em 0; padding: 1em; background-color: #f8f9fa; border-left: 4px solid #36c; border-radius: 8px; } .captcha + .mw-label { margin-top: 1em; }» |
Denchikp (обсуждение | вклад) Нет описания правки |
||
| Строка 10: | Строка 10: | ||
.captcha + .mw-label { | .captcha + .mw-label { | ||
margin-top: 1em; | margin-top: 1em; | ||
} | |||
.calendar-table { | |||
border-collapse: collapse; | |||
width: 100%; | |||
text-align: center; | |||
font-size: 14px; | |||
} | |||
.calendar-table th, .calendar-table td { | |||
border: 1px solid #aaa; | |||
padding: 10px; | |||
min-width: 80px; | |||
height: 60px; | |||
} | |||
.busy { | |||
background-color: #ffcccc; | |||
} | |||
.free { | |||
background-color: #ccffcc; | |||
} | |||
.custom-note { | |||
font-size: 12px; | |||
color: #555; | |||
} | } | ||
Версия от 18:39, 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;
font-size: 14px;
}
.calendar-table th, .calendar-table td {
border: 1px solid #aaa;
padding: 10px;
min-width: 80px;
height: 60px;
}
.busy {
background-color: #ffcccc;
}
.free {
background-color: #ccffcc;
}
.custom-note {
font-size: 12px;
color: #555;
}