MediaWiki:Common.css: Difference between revisions

From Central Student Government Wiki
Jump to navigation Jump to search
Administrator (talk | contribs)
m !important
Administrator (talk | contribs)
Width
Line 6: Line 6:
     margin: 0.5em 0 0.5em 1em;
     margin: 0.5em 0 0.5em 1em;
     padding: 0.2em;
     padding: 0.2em;
     float: right !important;
    width: 22em;
    max-width: 25%;
    /* Keep all your other properties */
     float: right;
     clear: right;
     clear: right;
     font-size: 88%;
     font-size: 88%;
     line-height: 1.5em;
     line-height: 1.5em;
}
}

Revision as of 16:44, 4 March 2025

.infobox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    background-color: #f8f9fa;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    width: 22em;
    max-width: 25%;
    /* Keep all your other properties */
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
}