MediaWiki:Common.css

From Encyclopedia Columbine
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
p {
    font-family: Noto Sans,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #1a1a1a;
}
    
    blockquote, q {
    quotes: none;
}

blockquote::before {
     content: none !important;
    }

blockquote{
    font-family: Noto Sans,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    width:60%;
    color: #1a1a1a;
    padding:0px 10px 10px;
    border-left:4px solid #e8e8e8;
	border-top:none;
	border-right:none;
    border-bottom:none;
    position: relative;
	text-align: left;
}

li {
    line-height: 21px;
}


li {
    padding-bottom: 2px;
}

 blockquote, p:not(:last-child) {
    padding-bottom: 1px;
}