MediaWiki:Common.css: Difference between revisions

From McGough's Recipes
mNo edit summary
Tags: mobile edit mobile web edit
mNo edit summary
Tags: mobile edit mobile web edit
Line 22: Line 22:
  */
  */
.print-only {  
.print-only {  
display:none  
display:none!important;
}  
}  



Revision as of 13:34, 7 April 2023

/* 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;
}
/*
 Images should be responsive 
video {
max-width:100%;
height:auto;
}
*/

/* Override .print-only, which is set to display float right in [[MediaWiki:Print.css]]
 *
 * Why?
 */
.print-only { 
	 display:none!important;
} 

#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; }