font-size: $typeheight;
}
-p > img {
- width: auto;
- max-width: 100%;
-}
-
-small, aside {
- font-size: 12px;
-}
-
time[title] {
text-decoration: underline dotted;
}
#container { position: relative; }
-.small_icon {
- vertical-align: middle;
- margin-right: $lineheight * 0.25;
-}
-
/* Rules for icons */
.icon {
.nav-link {
padding: 0.2rem;
}
-
- #inboxanchor {
- background-color: lighten($grey, 10%);
- }
}
nav.primary, nav.secondary {
}
.leaflet-popup-content-wrapper,
-.leaflet-popup-tip {
+.leaflet-popup-tip,
+.leaflet-contextmenu,
+.leaflet-contextmenu-item {
@extend .bg-body, .text-body;
}
+.leaflet-contextmenu-item.over {
+ @extend .bg-body-secondary, .border-secondary, .border-opacity-10;
+}
+
.leaflet-popup-content-wrapper {
@extend .rounded-1;
/* Rules for search sidebar */
#sidebar .search_results_entry {
- ul li.selected {
- background: $list-highlight;
- }
-
.search_more .loader {
display: none;
}
.query-results {
display: none;
-
- ul {
- li {
- &.query-result {
- cursor: pointer;
- }
- }
- }
}
}
.sprite.rules {
/*rtl:ignore*/ background-position: -350px 0;
}
-
- .icon.note {
- background-color: #333;
- border-radius: 4px;
- }
}
.site-about #content {