MediaWiki:Common.css: Difference between revisions

From SysCAD Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#p-logo .mw-wiki-logo {
  background-size: contain !important;
}


.outdated-badge-warning {
.outdated-badge-warning {

Revision as of 05:42, 7 December 2021

/* CSS placed here will be applied to all skins */

#p-logo .mw-wiki-logo {
  background-size: contain !important;
}

.outdated-badge-warning {
  display: block;
  padding: 10px;
  background-color: darkred;
  color: white;
  margin-bottom: 10px;
  border-radius: 4px;
}

.outdated-badge-warning > a,
.outdated-badge-warning > a:visited,
.outdated-badge-warning > a:hover {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}

.outdated-badge-warning::before {
    content: "⚠";
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 20px;
    line-height: 0px;
    position: relative;
    top: 2px;
}