MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
p{ | p { | ||
font-family: Noto Sans,Arial,sans-serif; | font-family: Noto Sans,Arial,sans-serif; | ||
font-size: 16px; | font-size: 16px; | ||
Line 23: | Line 23: | ||
width:60%; | width:60%; | ||
color: #1a1a1a; | color: #1a1a1a; | ||
padding: | padding:0px 10px 10px; | ||
border-left:4px solid # | border-left:4px solid #d8d8d8; | ||
border-top:none; | border-top:none; | ||
border-right:none; | border-right:none; | ||
Line 38: | Line 38: | ||
li { | li { | ||
padding-bottom: | padding-bottom: 2px; | ||
} | |||
blockquote, p { | |||
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; }