MediaWiki:DataMaps.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→Map Background: .ext-datamaps-container-content .ext-datamaps-container-leaflet { position: relative; height: 70vh; min-height: 750px; background: #000; } →Pin Text Color: .mw-body { color: #e69710; direction: ltr; } →Content Bar Top: .leaflet-bar button { border-bottom: 1px solid #ccc; width: 30px; height: 30px; line-height: 30px; display: block; text-align: center; text-decoration: none; color: white; background: #333; }..." |
No edit summary Tag: Manual revert |
||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
min-height: 750px; | min-height: 750px; | ||
background: #000; | background: #000; | ||
} | } |
Latest revision as of 23:42, 19 November 2024
/* Map Background */ .ext-datamaps-container-content .ext-datamaps-container-leaflet { position: relative; height: 70vh; min-height: 750px; background: #000; }