MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with ".wikitable.semesters-overview, .wikitable.programlines-overview { border-collapse: separate; border-spacing: 0.5em; } .wikitable.semesters-overview th, .wikitable.programlines-overview th { background: #f2f2f2; padding: 0.5em; text-align: center; } .wikitable.semesters-overview td, .wikitable.programlines-overview td { vertical-align: top; padding: 0.5em; }" |
No edit summary |
||
| (22 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@font-face { | |||
. | font-family: 'GapSans'; | ||
src: url('/fonts/GapSansBold.ttf') format('truetype'); | |||
font-weight: bold; | |||
font-style: normal; | |||
font-display: swap; | |||
} | } | ||
/* All wiki headings */ | |||
. | h1, h2, h3, h4, h5, h6, | ||
.mw-headline { | |||
font-family: 'GapSans', sans-serif; | |||
font-weight: bold; | |||
} | } | ||
. | .cdx-button { | ||
display:none !important; | |||
} | } | ||
Latest revision as of 10:01, 18 August 2025
@font-face {
font-family: 'GapSans';
src: url('/fonts/GapSansBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
/* All wiki headings */
h1, h2, h3, h4, h5, h6,
.mw-headline {
font-family: 'GapSans', sans-serif;
font-weight: bold;
}
.cdx-button {
display:none !important;
}