Added year switching

This commit is contained in:
2022-11-09 17:01:04 +03:00
parent d1e9f86c82
commit e05f73bcfd
5 changed files with 57 additions and 12 deletions
@@ -5,6 +5,35 @@ div.calendarpage {
border-radius: 20px;
}
a.previous_year,
a.next_year {
margin-top: 0px;
margin-bottom: 20px;
max-width: 300px;
}
a.previous_year:hover,
a.next_year:hover {
background: #00a0e0;
margin-top: 1px;
margin-bottom: 19px;
}
a.previous_year:active,
a.next_year:active {
background: #0080c0;
margin-top: 3px;
margin-bottom: 17px;
}
a.previous_year {
float: left;
}
a.next_year {
float: right;
}
h2.year {
text-align: center;
padding-bottom: 10px;