MediaWiki:Common.css: Difference between revisions

From Infinite Nomic Wiki
miraheze>Nyhilo
Remove padding attribute. That should be handled by the template
miraheze>Nyhilo
Remove bullet point styling from unordered lists. They can't be transparent in the same way as normal text
Line 2: Line 2:


.cycle-12-transcript {
.cycle-12-transcript {
position: absolute;
position:absolute;
font-size:1.5rem;
font-size: 1.5rem;
color: transparent;
color: transparent;
}
 
.cycle-12-transcript ul li {
  list-style: none;
}
}

Revision as of 18:29, 15 April 2022

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

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

.cycle-12-transcript ul li {
   list-style: none;
}