MediaWiki:Common.css: Difference between revisions

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