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
 
(18 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 (20% opacity) */
/* All wiki headings */
.class-conceptualisation    { background: rgba(255, 235, 59, 0.2); }  /* yellow */
h1, h2, h3, h4, h5, h6,
.class-researchreflection    { background: rgba( 76, 175,  80, 0.2); }  /* green  */
.mw-headline {
.class-creativetech          { background: rgba(233, 30, 99, 0.2); }  /* pink  */
   font-family: 'GapSans', sans-serif;
.class-visualisationmaterial { background: rgba(156,  39, 176, 0.2); }  /* purple */
   font-weight: bold;
.class-professionalisation  { background: rgba( 33, 150, 243, 0.2); }  /* blue   */
.class-academywide          { background: rgba(255, 165,  0, 0.2); }  /* 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;
}