MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
m tweak
m tweak
Line 2: Line 2:
blockquote {
blockquote {
     background-color: ghostwhite;  
     background-color: ghostwhite;  
    /* border-style: dotted; */
     border: 2px dashed darkgrey;
     border: 2px dashed darkgrey;
     border-radius: 5px;
     border-radius: 5px;
     border-spacing: 10px;
     padding: 5px;
}
}

Revision as of 14:54, 29 March 2021

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