MediaWiki:Common.css: Difference between revisions

From Infinite Nomic Wiki
miraheze>Nyhilo
Add styles for invisible-text image transcripts relevant to wiki/Cycle_12/Ruleset
 
miraheze>Nyhilo
Remove padding attribute. That should be handled by the template
Line 3: Line 3:
.cycle-12-transcript {
.cycle-12-transcript {
position: absolute;
position: absolute;
padding: 1rem;
font-size: 1.5rem;
font-size: 1.5rem;
color: transparent;
color: transparent;
}
}

Revision as of 18:14, 15 April 2022

/* CSS placed here will be applied to all skins */

.cycle-12-transcript {
	position: absolute;
	
	font-size: 1.5rem;
	color: transparent;
}