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
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Base pill style */
@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;
   color: #000;
}
}


/* Program‑line background colors */
/* All wiki headings */
.class-conceptualisation      { background: #ffeb3b; }  /* yellow */
h1, h2, h3, h4, h5, h6,
.class-researchreflection      { background: #4caf50; }  /* green */
.mw-headline {
.class-creativetech            { background: #e91e63; }  /* pink */
   font-family: 'GapSans', sans-serif;
.class-visualisationmaterial   { background: #9c27b0; }  /* purple */
   font-weight: bold;
.class-professionalisation    { background: #2196f3; }  /* blue */
.class-academywide            { background: #ffa500; }  /* orange */
 
/* Table spacing */
.wikitable.semesters-overview,
.wikitable.programlines-overview {
  border-collapse: separate;
   border-spacing: 0.5em;
}
}


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