You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

60 lines
1.0 KiB

.events {
background: rgba(250, 200, 200, 0.1);
bottom: 0;
font-size: 0;
left: 0;
position: absolute;
width: 200px;
}
.event-item {
background: #777;
border-color: #fff;
border-radius: 0 16px 16px 0;
border-style: solid;
border-width: 1px 0;
cursor: pointer;
display: inline-block;
filter: grayscale(100%);
height: 24px;
margin-bottom: 4px;
opacity: 0.2;
padding: 4px;
position: relative;
vertical-align: baseline;
width: 50px;
}
.event-item.active,
.event-item.active:hover {
background: #fdfdfd;
border-color: #aaa;
filter: grayscale(0%);
opacity: 1;
}
.event-item:hover {
filter: grayscale(0%);
opacity: 0.8;
}
// .event-flag {
// font-size: 0;
// left: 4px;
// position: absolute;
// top: 4px;
// }
//
// .event-flag .flag-icon {
// font-size: 24px;
// }
// .event-location {
// font-size: 10px;
// line-height: 10px;
// }
.event-year {
font-size: 13px;
line-height: 14px;
}