Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* little bordered “pill” for each class link */
@font-face {
.class-block {
   font-family: 'GapSans';
   display: inline-block;
   src: url('/fonts/GapSansBold.ttf')    format('truetype');
   border: 1px solid #ccc;
   font-weight: bold;
   border-radius: 0.3em;
   font-style: normal;
   padding: 0.2em 0.5em;
   font-display: swap;
   margin: 0.2em;
}
}


/* spacing in your sem/table grids */
/* All wiki headings */
.wikitable.semesters-overview,
h1, h2, h3, h4, h5, h6,
.wikitable.programlines-overview {
.mw-headline {
   border-collapse: separate;
   font-family: 'GapSans', sans-serif;
   border-spacing: 0.5em;
   font-weight: bold;
}
}


.wikitable.semesters-overview th,
.cdx-button {
.wikitable.programlines-overview th {
display:none !important;
  padding: 0.5em;
  text-align: center;
}
}

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;
}