MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 65: Line 65:
.beta-banner {
.beta-banner {
   background: #fff3cd;
   background: #fff3cd;
   border: 3px solid #E6DBAE;
   border: 2px solid #E6DBAE;
   padding: 6px 12px;
   padding: 6px 12px;
   text-align: center;
   text-align: center;
   font-size: 0.9rem;
   font-size: 0.8rem;
  font-weight: 100;
   color: #856404;
   color: #856404;
   max-width: 600px;
   max-width: 500px;
   margin: 0.5rem auto;
   margin: 0.5rem auto;
   border-radius: 2px;
   border-radius: 2px;
}
}