MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 86: Line 86:
     z-index: 9999;
     z-index: 9999;
     width: 100%;
     width: 100%;
}
/* Slim donate bar at top */
#siteNotice {
  margin: 0;
  padding: 0;
}
.donate-banner {
  background: #fff7f7;
  border-bottom: 1px solid #f3b3b3;
  text-align: center;
  padding: 4px 0;
  font-size: 0.9em;
}
.donate-banner a {
  font-weight: bold;
  text-decoration: underline;
}
}