MediaWiki:Medik.css: Difference between revisions
From the Audiovisual Identity Database, the motion graphics museum
Content deleted Content added
temporarily blanking to see if this would fix the sidebar |
still doesnt fix the sidebar in mobile view |
||
Line 1: | Line 1: | ||
:root { |
|||
--titleglow: var(--primary); |
|||
--thbg: var(--medik); |
|||
} |
|||
/*Fonts for sidebar headers*/ |
|||
#p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label, #p-tb-label { |
|||
font-family:Century Gothic; |
|||
} |
|||
/* Top bar font modernization */ |
|||
#user-tools{ |
|||
font-family: Century Gothic; |
|||
} |
|||
.form-control { |
|||
font-family:Century Gothic; |
|||
} |
|||
#mw-navigation{ |
|||
max-width: 14.666667%; |
|||
} |
Revision as of 07:05, 28 June 2021
:root {
--titleglow: var(--primary);
--thbg: var(--medik);
}
/*Fonts for sidebar headers*/
#p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label, #p-tb-label {
font-family:Century Gothic;
}
/* Top bar font modernization */
#user-tools{
font-family: Century Gothic;
}
.form-control {
font-family:Century Gothic;
}
#mw-navigation{
max-width: 14.666667%;
}