Difference between revisions of "MediaWiki:Common.css"

From Magic Fish Radio
Jump to navigationJump to search
Line 9: Line 9:
 
     text-align: center;
 
     text-align: center;
 
     width: 14.5em;
 
     width: 14.5em;
 +
    cursor: default;
 +
    border: 1px dotted #A0A0A0;
 +
    background-color: #ECECEC;
 +
    color: #191919;
 +
    box-shadow: 0.25em 0.25em 0.25em 0em rgb(0 0 0 / 60%);
 
}
 
}

Revision as of 22:33, 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;
    cursor: default;
    border: 1px dotted #A0A0A0;
    background-color: #ECECEC;
    color: #191919;
    box-shadow: 0.25em 0.25em 0.25em 0em rgb(0 0 0 / 60%);
}