MediaWiki:Common.css: Difference between revisions

From Encyclopedia Columbine
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 41: Line 41:
}
}


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

Revision as of 16:57, 10 June 2023

/* 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 {
    padding-bottom: 1px;
}