MediaWiki:Common.css: Difference between revisions

From McGough's Recipes
mNo edit summary
mNo edit summary
Line 20: Line 20:
/* Re-aligning bottom logos */
/* Re-aligning bottom logos */
#footer { padding-right: 1em; }
#footer { padding-right: 1em; }
.hiddentext { display:inline !important; }

Revision as of 10:02, 25 September 2022

/* 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;
}

#mw-indicator-mw-helplink { display:none!important; }

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

/* Re-aligning bottom logos */
#footer { padding-right: 1em; }


.hiddentext { display:inline !important; }