Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 18:00, 11 August 2024 by Technofied (talk | contribs) (Attempt to remove default login options)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.alert--success {
    background-color: #00a40026; /* Highlight background color */
    color: #4CAF50; /* Foreground color */
    border: 1px solid #4CAF50; /* Border color */
    border-radius: 5px; /* Rounded corners */
    padding: 10px; /* Padding */
    margin: 10px 0; /* Margin */
}

.alert--success .admonitionHeading_Gvgb {
    font-weight: bold; /* Heading style */
    margin-bottom: 5px; /* Space below heading */
}

.alert--success .admonitionContent_BuS1 {
    margin: 5px 0; /* Space around content */
}

.alert--success .admonitionIcon_Rf37 {
    margin-right: 5px; /* Space between icon and text */
}

/* Hide username, password fields and the login button */
#wpName1, #wpPassword1, #wpLoginAttempt {
    display: none;
}