MediaWiki:Common.css: Difference between revisions

From The Portal Wiki
No edit summary
No edit summary
Line 19: Line 19:
{
{
     background: #ff0;
     background: #ff0;
    font-weight: unset;
}
}

Revision as of 12:22, 30 January 2020

/* CSS placed here will be applied to all skins */
img
{
    max-width: 100%;
    height: auto;
}

blockquote
{
    padding-left: 1em;
    padding: 1em;
    border: 1px solid #ddd;
    border-left: 4px solid #aaa;
    background: #eee;
    border-radius: 5px;
}

.highlight
{
    background: #ff0;
    font-weight: unset;
}