MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Applied many fixes for mobile users |
Adjusted headers and main page for mobile |
||
| Line 81: | Line 81: | ||
transparent 100% | transparent 100% | ||
); | ); | ||
} | |||
/* Transparent body container for main page */ | |||
.rootpage-Main_Page .citizen-body { | |||
background: transparent; | |||
} | } | ||
| Line 92: | Line 97: | ||
h2, h3 { | h2, h3 { | ||
font-weight: var(--font-weight-normal); | font-weight: var(--font-weight-normal); | ||
} | |||
h2 { | |||
border-color: var(--theme-border-color); | |||
border-bottom-width: 2px; | |||
padding-bottom: 2px; | |||
} | } | ||