MediaWiki:Common.css: Difference between revisions

From Bare Metal micro:bit
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Context boxes: div.context-box { font-style: italic; background-color: #dde; padding: 6px; border-rad...")
(No difference)

Revision as of 11:16, 2 November 2020

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

/* Context boxes */

div.context-box {
    font-style: italic;
    background-color: #dde;
    padding: 6px;
    border-radius: 6px;
    border: 2px solid #aab;
}

p.context-heading {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: normal;
    font-size: 116%;
    margin-bottom: .3em;
    margin-top: 0pt;
    padding-bottom: .17em;
}