MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
m tweak
m tweak
Line 5: Line 5:
     border: 2px dashed darkgrey;
     border: 2px dashed darkgrey;
     border-radius: 5px;
     border-radius: 5px;
     border-spacing: 5px;
     border-spacing: 10px;
}
}

Revision as of 14:52, 29 March 2021

/* CSS placed here will be applied to all skins */
blockquote {
    background-color: ghostwhite; 
    /* border-style: dotted; */
    border: 2px dashed darkgrey;
    border-radius: 5px;
    border-spacing: 10px;
}