MediaWiki:Common.css

From Know Islam
Jump to navigation Jump to search

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 */

/* General styles for ombox message boxes */
.ombox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 0.5em;
    margin: 0.5em 0;
}

/* Style for small message boxes */
.mbox-small {
    font-size: 90%;
}

/* Styles for images in the message boxes */
.ombox-image,
.ombox-imageright {
    vertical-align: middle;
    padding: 0 0.5em;
}

/* Style for the text in the message boxes */
.ombox-text {
    vertical-align: middle;
}

/* Styles for specific types of message boxes */
.ombox-speedy {
    border-color: #b22222;
    background-color: #f8d7da;
}

.ombox-delete {
    border-color: #dc3545;
    background-color: #f5c6cb;
}

.ombox-content {
    border-color: #0c5460;
    background-color: #d1ecf1;
}

.ombox-style {
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.ombox-move {
    border-color: #117a8b;
    background-color: #d4edda;
}

.ombox-protection {
    border-color: #2c3e50;
    background-color: #d6d8db;
}

.ombox-notice {
    border-color: #0056b3;
    background-color: #e2e3e5;
}