MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (CharacterStatCalc minor styling)
(Character voice clip support)
Line 475: Line 475:
margin-top: 12px;
margin-top: 12px;
margin-bottom: 6px;
margin-bottom: 6px;
}

.character-voice-preview {
position: relative;
padding-right: 18px;
cursor: pointer;
}

td.character-voice-preview::after {
background: url(https://static.miraheze.org/bluearchivewiki/8/8e/Icon_sound.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
position: absolute;
content: '';
display: block;
float: right;
width: 20px;
right: 2px;
top: 0;
bottom: 0;
}
}