MediaWiki:Medik.css
From the Audiovisual Identity Database, the motion graphics museum
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
:root {
--titleglow: var(--primary);
--thbg: var(--medik);
}
/* Top bar font modernization */
#user-tools{
font-family: AVID Sans;
}
.form-control {
font-family:AVID Sans;
}
/*Exempt banner from dark mode*/
.client-dark-mode #mw-navbar {
filter:invert( 1 ) hue-rotate( 180deg );
}
.client-dark-mode #mw-navbar {
filter:invert( 1 ) hue-rotate( 180deg );
}
/*Category links and table styling (temporary patch pending proper bug fix)*/
#catlinks {
text-align:left
}
.catlinks {
border:1px solid #a2a9b1;
background-color:#f8f9fa;
padding:5px;
margin-top:1em;
clear:both
}
.catlinks ul {
display:inline;
margin:0;
padding:0;
list-style:none
}
.catlinks li {
display:inline-block;
line-height:1.25em;
border-left:1px solid #a2a9b1;
margin:0.125em 0;
padding:0 0.5em
}
.catlinks li:first-child {
padding-left:0.25em;
border-left:0
}
.catlinks li a.mw-redirect {
font-style:italic
}
.mw-hidden-cats-hidden,
.catlinks-allhidden {
display:none
}
.wikitable {
background-color: #f8f9fa;
color: #202122;
margin: 1em 0;
border: 1px solid #a2a9b1;
border-collapse: collapse;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #eaecf0;
text-align: center;
}
a.new {
color: #dd3333
}