MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 60: Line 60:
}
}


/* Hide the JsonConfig category link from page footers */
/* Banner for beta notice*/
#mw-pages {
/* Used in MediaWiki:Sitenotice */
   display: none !important;
 
   visibility: hidden !important;
.beta-banner {
  background: #fff3cd;
  border: 2px solid #E6DBAE;
  padding: 6px 12px;
  text-align: center;
  font-size: 0.8rem;
  color: #856404;
  max-width: 500px;
   margin: 0.5rem auto;
   border-radius: 2px;
}
}