Шаблон:События/styles.css
.event-switch { display: flex; flex-flow: row wrap; background-color: #072837; border: 1px solid #436b92; margin: 15px auto; } .event-switch-button { padding: 10px; font-weight: bold; } .event-switch-button:first-child { border-right: 1px solid #436b92; } .event-switch-button:hover { cursor: pointer; background-color: #2b5b74; } .invisible { display: none; } .event-active { background-color: #1d4255; color: #d6da4f; }