Template:CharacterBox/styles.css: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 September 2023

  • curprev 08:3208:32, 1 September 2023Otonashi Ayana talk contribs 541 bytes +541 Created page with ".character-box{ position: relative; } .character-box > p{ position: relative; display: flex; flex-direction: column; margin: 0; } .character-box .name{ width: 100%; padding: 0.25em 0; position: absolute; bottom: 0; text-align: center; color: white; background-color: rgba(0,0,0,0.7); height: 0; opacity: 0; transition: height 0.25s ease, opacity 0.25s ease; } .character-box:hover .name{ height: 22.4px; opacity: 1; } .character-box .bg{ position: abs..."