MediaWiki:Common.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Base pill style */
.class-block {
display: inline-block;
border: 1px solid #ccc;
border-radius: 0.3em;
padding: 0.2em 0.5em;
margin: 0.2em;
color: #000;
}
/* Program‑line background colors */
.class-conceptualisation { background: #ffeb3b; } /* yellow */
.class-researchreflection { background: #4caf50; } /* green */
.class-creativetech { background: #e91e63; } /* pink */
.class-visualisationmaterial { background: #9c27b0; } /* purple */
.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,
.wikitable.programlines-overview th {
padding: 0.5em;
text-align: center;
}