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
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:
.wikitable.semesters-overview,
@font-face {
.wikitable.programlines-overview {
  font-family: 'GapSans';
   border-collapse: separate;
  src: url('/fonts/GapSansBold.ttf')    format('truetype');
   border-spacing: 0.5em;
  font-weight: bold;
   font-style: normal;
   font-display: swap;
}
}


.wikitable.semesters-overview th,
/* All wiki headings */
.wikitable.programlines-overview th {
h1, h2, h3, h4, h5, h6,
   background: #f2f2f2;
.mw-headline {
  padding: 0.5em;
   font-family: 'GapSans', sans-serif;
   text-align: center;
   font-weight: bold;
}
}


.wikitable.semesters-overview td,
.cdx-button {
.wikitable.programlines-overview td {
display:none !important;
  vertical-align: top;
  padding: 0.5em;
}
}

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