MediaWiki:Common.css: Difference between revisions

From Citypedia Online
Created page with "CSS placed here will be applied to all skins: Add icons to sidebar city links: #n-Mumbai a { background: url(https://citypedia.online/images/0/0b/Mumbai.png) no-repeat left center; padding-left: 25px !important; background-size: 18px; } #n-Pune a { background: url(https://citypedia.online/images/8/86/Pune.png) no-repeat left center; padding-left: 25px !important; background-size: 18px; } #n-Thane a { background: url(https://..."
 
mNo edit summary
Line 17: Line 17:
     padding-left: 25px !important;  
     padding-left: 25px !important;  
     background-size: 18px;
     background-size: 18px;
}
#city-nav-bar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #a2a9b1;
    padding: 5px 20px;
    font-size: 13px;
    text-align: center;
    font-family: sans-serif;
}
#city-nav-bar a {
    margin: 0 15px;
    color: #0645ad;
    text-decoration: none;
    font-weight: bold;
}
#city-nav-bar a:hover {
    text-decoration: underline;
}
}

Revision as of 15:48, 2 January 2026

/* CSS placed here will be applied to all skins */
/* Add icons to sidebar city links */
#n-Mumbai a { 
    background: url(https://citypedia.online/images/0/0b/Mumbai.png) no-repeat left center; 
    padding-left: 25px !important; 
    background-size: 18px;
}

#n-Pune a { 
    background: url(https://citypedia.online/images/8/86/Pune.png) no-repeat left center; 
    padding-left: 25px !important; 
    background-size: 18px;
}

#n-Thane a { 
    background: url(https://citypedia.online/images/d/d0/Thane.png) no-repeat left center; 
    padding-left: 25px !important; 
    background-size: 18px;
}

#city-nav-bar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #a2a9b1;
    padding: 5px 20px;
    font-size: 13px;
    text-align: center;
    font-family: sans-serif;
}

#city-nav-bar a {
    margin: 0 15px;
    color: #0645ad;
    text-decoration: none;
    font-weight: bold;
}

#city-nav-bar a:hover {
    text-decoration: underline;
}