Difference between revisions of "MediaWiki:Common.css"

From Magic Fish Radio
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: .stat { border-radius: 0.5em; line-height: 1.3em; margin: 0.25em 0 0.25em 0.25em; }")
 
Line 5: Line 5:
 
     line-height: 1.3em;
 
     line-height: 1.3em;
 
     margin: 0.25em 0 0.25em 0.25em;
 
     margin: 0.25em 0 0.25em 0.25em;
 +
    padding: 0.25em 0;
 +
    display: inline-block;
 +
    text-align: center;
 +
    width: 14.5em;
 
}
 
}

Revision as of 22:32, 7 March 2021

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

.stat {
    border-radius: 0.5em;
    line-height: 1.3em;
    margin: 0.25em 0 0.25em 0.25em;
    padding: 0.25em 0;
    display: inline-block;
    text-align: center;
    width: 14.5em;
}