2019-07-22 03:55:48 +08:00
|
|
|
.link-map-container {
|
2019-06-10 20:33:59 +08:00
|
|
|
position: relative;
|
|
|
|
outline: none; /* remove dotted outline on click */
|
2019-06-10 03:48:30 +08:00
|
|
|
}
|
|
|
|
|
2019-07-22 03:55:48 +08:00
|
|
|
.link-map-container .note-box {
|
2019-06-10 03:48:30 +08:00
|
|
|
padding: 8px;
|
|
|
|
position: absolute !important;
|
|
|
|
background-color: var(--accented-background-color);
|
|
|
|
color: var(--main-text-color);
|
|
|
|
z-index: 4;
|
|
|
|
border: 1px solid #666;
|
|
|
|
box-shadow: 2px 2px 19px #999;
|
|
|
|
border-radius: 8px;
|
|
|
|
opacity: 0.8;
|
|
|
|
font-size: 11px;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
max-width: 150px;
|
|
|
|
min-width: 120px;
|
|
|
|
max-height: 100px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2019-07-22 03:55:48 +08:00
|
|
|
.link-map-container .note-box:hover {
|
2019-06-10 03:48:30 +08:00
|
|
|
background-color: var(--more-accented-background-color);
|
|
|
|
}
|
|
|
|
|
2019-07-22 03:55:48 +08:00
|
|
|
.link-map-container .note-box .title {
|
2019-06-10 03:48:30 +08:00
|
|
|
font-size: larger;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2019-07-22 03:55:48 +08:00
|
|
|
.link-map-container .floating-button {
|
2019-06-10 03:48:30 +08:00
|
|
|
position: absolute !important;
|
|
|
|
z-index: 100;
|
2019-06-10 20:33:59 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.link-map-active-note {
|
|
|
|
background-color: var(--more-accented-background-color) !important;
|
2019-06-10 03:48:30 +08:00
|
|
|
}
|