MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 216: Line 216:
.mw-parser-output h2, .mw-parser-output .mw-heading2 h2 {
.mw-parser-output h2, .mw-parser-output .mw-heading2 h2 {
   font-size: 1.2em !important; font-weight: 500 !important;
   font-size: 1.2em !important; font-weight: 500 !important;
   color: var(--light-orange) !important; line-height: 1.8;
   color: var(--maroon) !important; line-height: 1.8;
   margin: 24px 0 4px !important;
   margin: 24px 0 4px !important;
   border-bottom: 2px dotted var(--light-orange) !important;
   border-bottom: 2px dotted var(--maroon) !important;
   width: 75%;
   width: 75%; font-family: 'AdishilaDevGuru'; text-align: center;
}
}
.mw-parser-output h3, .mw-parser-output .mw-heading3 h3 {
.mw-parser-output h3, .mw-parser-output .mw-heading3 h3 {
Line 226: Line 226:
   margin: 24px 0 8px !important;
   margin: 24px 0 8px !important;
   border-bottom: 1px dotted var(--orange) !important;
   border-bottom: 1px dotted var(--orange) !important;
   width: 55%;
   width: 55%; font-family: 'AdishilaDevGuru'; text-align: center;
}
}