MediaWiki:Common.css

From Citypedia Online
Revision as of 15:48, 2 January 2026 by Super Admin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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;
}