MediaWiki:Mobile.css: Difference between revisions

347 bytes added ,  14:59, 13 August 2023
Ad banner styling
No edit summary
(Ad banner styling)
Line 653: Line 653:
.header-container, .header-container.header-chrome {
.header-container, .header-container.header-chrome {
     background: #a0a4ff;
     background: #a0a4ff;
}
/* Ads Styling */
div#siteNotice {
  font-size:0;
}
div.responsiveadtop {
  width: 100%;
  text-align: center;
  height: 100%;
  margin: auto;
  background-color: rgb(255 255 255 / 32%);
}
div.responsiveadbottom {
  width: 100%;
  text-align:center;
  height: 100%;
  margin: auto;
  background-color: rgb(255 255 255 / 12%);
}
}