|
|
@ -28,6 +28,8 @@ body { |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
vertical-align: baseline; |
|
|
|
vertical-align: baseline; |
|
|
|
width: 48px; } |
|
|
|
width: 48px; } |
|
|
|
|
|
|
|
.event-item.active .event-year { |
|
|
|
|
|
|
|
display: none; } |
|
|
|
|
|
|
|
|
|
|
|
.event-year { |
|
|
|
.event-year { |
|
|
|
background: #fff; |
|
|
|
background: #fff; |
|
|
@ -102,13 +104,14 @@ body { |
|
|
|
font-size: 0; |
|
|
|
font-size: 0; |
|
|
|
line-height: 40px; |
|
|
|
line-height: 40px; |
|
|
|
margin-bottom: 5px; |
|
|
|
margin-bottom: 5px; |
|
|
|
|
|
|
|
opacity: 0.2; |
|
|
|
width: 200px; } |
|
|
|
width: 200px; } |
|
|
|
|
|
|
|
.sort-item:hover { |
|
|
|
.sort-item:hover { |
|
|
|
opacity: 0.6; } |
|
|
|
background: yellow; } |
|
|
|
.sort-item.active { |
|
|
|
|
|
|
|
opacity: 1; } |
|
|
|
.sort-item.active { |
|
|
|
.sort-item.active .sort-icon { |
|
|
|
background: red; } |
|
|
|
visibility: visible; } |
|
|
|
|
|
|
|
|
|
|
|
.sort-text { |
|
|
|
.sort-text { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
@ -128,10 +131,10 @@ body { |
|
|
|
width: 50px; } |
|
|
|
width: 50px; } |
|
|
|
|
|
|
|
|
|
|
|
.sort-icon { |
|
|
|
.sort-icon { |
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
height: 18px; |
|
|
|
height: 18px; |
|
|
|
margin: 11px 5px; |
|
|
|
margin: 11px 5px; |
|
|
|
vertical-align: top; |
|
|
|
vertical-align: top; |
|
|
|
|
|
|
|
visibility: hidden; |
|
|
|
width: 18px; } |
|
|
|
width: 18px; } |
|
|
|
.schemes { |
|
|
|
.schemes { |
|
|
|
font-size: 0; |
|
|
|
font-size: 0; |
|
|
@ -180,12 +183,12 @@ body { |
|
|
|
line-height: 40px; |
|
|
|
line-height: 40px; |
|
|
|
margin-top: 5px; |
|
|
|
margin-top: 5px; |
|
|
|
opacity: 0.2; } |
|
|
|
opacity: 0.2; } |
|
|
|
|
|
|
|
.round-item:hover { |
|
|
|
.round-item.active { |
|
|
|
opacity: 0.6; } |
|
|
|
|
|
|
|
.round-item.active { |
|
|
|
opacity: 1; } |
|
|
|
opacity: 1; } |
|
|
|
|
|
|
|
.round-item.active .round-icon { |
|
|
|
.round-item:hover { |
|
|
|
visibility: visible; } |
|
|
|
background: yellow; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.round-text { |
|
|
|
.round-text { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
@ -202,8 +205,8 @@ body { |
|
|
|
width: 50px; } |
|
|
|
width: 50px; } |
|
|
|
|
|
|
|
|
|
|
|
.round-icon { |
|
|
|
.round-icon { |
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
height: 18px; |
|
|
|
height: 18px; |
|
|
|
margin: 11px 5px; |
|
|
|
margin: 11px 5px; |
|
|
|
vertical-align: top; |
|
|
|
vertical-align: top; |
|
|
|
|
|
|
|
visibility: hidden; |
|
|
|
width: 18px; } |
|
|
|
width: 18px; } |
|
|
|