MediaWiki:Common.css: Difference between revisions

From McGough's Recipes
mNo edit summary
mNo edit summary
Line 8: Line 8:
   visibility: hidden;
   visibility: hidden;
   display:none;
   display:none;
}
/* Indefinite content width */
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}
}

Revision as of 17:53, 8 November 2021

/* CSS placed here will be applied to all skins */
#mw-content-container { background-image: none }
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }

.mw-category-generated
{
  visibility: hidden;
  display:none;
}

/* Indefinite content width */
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}