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: lightgrey;  
     background-color: lightgrey;  
     border-style: dotted;
     /* border-style: dotted; */
    border: 1px dashed darkgrey;
    border-radius: 5px;
}
}

Revision as of 14:45, 29 March 2021

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