MediaWiki:Kartographer.css: Difference between revisions

Updating CSS from MediaWiki:Kartographer.less
 
(Updating CSS from MediaWiki:Kartographer.less)
 
Line 1: Line 1:
/* 2022/8/22 note: the css in this page is applied before the default css thus
/* <pre> */
* making it ineffective on certain pages e.g.: [[Elladan]] and
.mw-kartographer-mapDialog-foot {
* [[X Marks the Spot]], but not [[Demonic gorilla]] (maybe only broken for
    background-color: var(--body-light);
* <mapframe>s?)
    border-color: var(--body-mid);
*/
}
 
.mw-kartographer-interactive .leaflet-container {
    color: var(--text-color);
}
 
.mw-kartographer-interactive .leaflet-popup-content a,
.mw-kartographer-interactive .leaflet-popup-content a:visited,
.mw-kartographer-interactive .leaflet-popup-content a:hover,
.mw-kartographer-interactive .leaflet-popup-content a:active {
    color: var(--link-color);
}
 
.mw-kartographer-interactive .leaflet-popup-content a.new a.new:visited {
    color: var(--redlink-color);
}
 
.leaflet-popup-content-wrapper {
    background-color: var(--body-light);
    color: var(--text-color);
}
 
.leaflet-popup-tip {
    border-top-color: var(--body-light);
}