MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
m tweak
m tweak
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
blockquote {
blockquote {
     background-color: lightgrey;  
     background-color: ghostwhite;  
     /* border-style: dotted; */
     /* border-style: dotted; */
     border: 1px dashed darkgrey;
     border: 2px dashed darkgrey;
     border-radius: 5px;
     border-radius: 5px;
}
}

Revision as of 14:47, 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;
}