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
+3 -4
View File
@@ -19,7 +19,7 @@ div.menu {
flex-flow: row wrap;
}
aside.menu a {
a.button {
border-radius: 10px;
text-decoration: none;
color: #000000;
@@ -28,7 +28,6 @@ aside.menu a {
padding: 10px;
margin: 10px;
max-width: 100px;
max-width: 200px;
display: flex;
@@ -47,13 +46,13 @@ aside.menu a {
supported by Chrome, Edge, Opera and Firefox */
}
aside.menu a:hover {
a.button:hover {
background: #00a0e0;
margin-top: 11px;
margin-bottom: 9px;
}
aside.menu a:active {
a.button:active {
background: #0080c0;
margin-top: 13px;
margin-bottom: 7px;
+3 -3
View File
@@ -21,13 +21,13 @@
<div class="page">
<aside class="menu">
<div class="menu">
<a draggable="false" class="menuitem" href="/">
<a draggable="false" class="button menuitem" href="/">
Главная
</a>
<a draggable="false" class="menuitem" href="/calendar">
<a draggable="false" class="button menuitem" href="/calendar">
Календарь
</a>
<a draggable="false" class="menuitem" href="/links">
<a draggable="false" class="button menuitem" href="/links">
Полезные ссылки
</a>
</div>