MediaWiki:Common.css

From Citypedia Online
Revision as of 17:03, 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;
}

/* Card Container */
.cp-welcome-card {
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Marathi Text */
.cp-welcome-text {
    font-size: 18px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;
}

/* Red Highlight */
.cp-highlight a {
    color: #e11d48 !important;
    font-weight: bold;
    text-decoration: underline;
}

/* Styling the Native InputBox */
.cp-create-box .mw-inputbox-input {
    padding: 12px !important;
    border: 2px solid #3b82f6 !important;
    border-radius: 6px 0 0 6px !important;
    font-size: 16px !important;
    width: 350px !important;
}

.cp-create-box .mw-ui-button.mw-ui-progressive {
    padding: 12px 20px !important;
    background-color: #3b82f6 !important;
    border: 2px solid #3b82f6 !important;
    border-radius: 0 6px 6px 0 !important;
    font-weight: bold !important;
    height: auto !important;
    margin-left: -1px !important;
}