MediaWiki:DataMaps.css: Difference between revisions

From Verra Vip
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
Line 8: Line 8:
}
}


/* Pin Text Color */
/* Pin Text Color  


.mw-body {
.mw-body {
   color: #e69710;
   color: #e69710;
   direction: ltr;
   direction: ltr;
}
}*/


/* Content Bar Top*/
/* Content Bar Top*/

Revision as of 23:38, 19 November 2024

/* 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;
}

/* Content Bar Background */

.ext-datamaps-control-expandable[aria-expanded="true"] {
  min-height: 0;
  max-height: unset;
  background: #333;
}



/* Buttons */

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  background-color: #444;
  color: #e69710;
  border-color: #a2a9b1;
}


/* Search Bar BG */

.leaflet-bar {
  background-color: #6a5f5f;
  border: 1px solid #0003;
  box-shadow: 0 1px 5px #0007;
  border-radius: 4px;
}