Шаблон:События/styles.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
| Строка 18: | Строка 18: | ||
.event-switch-button:hover { | .event-switch-button:hover { | ||
cursor: pointer; | cursor: pointer; | ||
background-color: # | background-color: #244e64; | ||
color: #82caff; | color: #82caff; | ||
} | } | ||
| Строка 24: | Строка 24: | ||
.invisible { | .invisible { | ||
display: none; | display: none; | ||
} | |||
.event-active { | |||
background-color: #244e64; | |||
color: #82caff; | |||
} | } | ||
Версия от 06:10, 16 апреля 2022
.event-switch {
display: flex;
flex-flow: row wrap;
background-color: #1d4255;
border: 1px solid #3b546c;
margin: 0 auto 15px auto;
}
.event-switch-button {
padding: 10px;
font-weight: bold;
}
.event-switch-button:first-child {
border-right: 1px solid #3b546c;
}
.event-switch-button:hover {
cursor: pointer;
background-color: #244e64;
color: #82caff;
}
.invisible {
display: none;
}
.event-active {
background-color: #244e64;
color: #82caff;
}