MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@font-face {
    font-family: UmaRodin;
    src: url(https://cdn.umamusu.wiki/umafont.otf) format("opentype");
    font-display: swap;
}


/* Infobox template style */
/* Infobox template style */
Line 72: Line 78:
/* @noflip */
/* @noflip */
text-align: right;
text-align: right;
}
.infobox .space-out {
display: flex;
justify-content: space-between;
}
}


Line 87: Line 98:
}
}


.lyrics th {
.wikitable.lyrics > * > tr > td {
background-color:#FEE7E6;
padding-left: 0.5em;
}
padding-right: 0.5em;
}