MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: 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:4px 10px 4px 10px; border-left:4px solid #d1d1d1; border-top:none; border-right:none; border-bottom:none; position: relative; text-align: left;..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
blockquote, q { | p{ | ||
font-family: Noto Sans,Arial,sans-serif; | |||
font-size: 16px; | |||
font-weight: 400; | |||
line-height: 21px; | |||
color: #1a1a1a; | |||
blockquote, q { | |||
quotes: none; | quotes: none; | ||
} | } |
Revision as of 20:36, 28 February 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:4px 10px 4px 10px; border-left:4px solid #d1d1d1; border-top:none; border-right:none; border-bottom:none; position: relative; text-align: left; } li { line-height: 21px; } li { padding-bottom: 20px; }