Editing rights on the English Wiki are changing.
More information.

MediaWiki:Group-administrator.css

From FamilySearch Wiki
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.
/* This file will only load for members in the administrator group */

#localNotice {
    width: 425px;
    margin: auto;
}

.fs-alert {
    background: #f1f6d3;
    border-radius: 4px;
    border: 1px solid #bfd730;
    color: #44650f;
    display: block;
    padding: 0.714rem 2.857rem 0.714rem 2.429rem;
    position: relative;
}

.fs-alert:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    content: '';
    height: 1.625rem;
    left: 7px;
    position: absolute;
    width: 1.625rem;
}
.fs-alert--error {
    background: #fdeeee;
    border-color: #f8b0ab;
    color: #a71e1a;
}

.fs-alert--error p {
    color: #a71e1a;
    margin: 3px 0;
}

.fs-alert--error:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 x=%220%22 y=%220%22 width=%2220%22 height=%2220%22%3E%3Cpath fill=%22%23A71E1A%22 d=%22M13.1 11C13 11.6 12.6 12 12 12H9c-0.5 0-1-0.4-1.1-1L7.1 1C7 0.4 7.5 0 8 0h5c0.6 0 1 0.4 0.9 1L13.1 11zM11.6 19c0.6 0 1-0.4 1.1-1l0.2-3C12.9 14.4 12.5 14 11.9 14H9.1c-0.5 0-1 0.4-0.9 1l0.2 3C8.4 18.6 8.9 19 9.4 19H11.6z%22/%3E%3C/svg%3E") !important;
}