MediaWiki:Common.css: Difference between revisions

From Encyclopedia Columbine
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 23: Line 23:
     width:60%;
     width:60%;
     color: #1a1a1a;
     color: #1a1a1a;
     padding:0px 10px -10px;
     padding:0px 10px 10px;
     border-left:4px solid #e8e8e8;
     border-left:4px solid #d8d8d8;
border-top:none;
border-top:none;
border-right:none;
border-right:none;
Line 41: Line 41:
}
}


  blockquote, p:not(:last-child) {
  blockquote, p {
     padding-bottom: 0.7em;
     padding-bottom: 0;
}
}

Latest revision as of 16:59, 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 #d8d8d8;
	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: 0;
}