MediaWiki:Chameleon.css: Difference between revisions
From Liberation Map
No edit summary Tag: Manual revert |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 33: | Line 33: | ||
background-color: #f8934a; | background-color: #f8934a; | ||
} | } | ||
# Could have worked but space it taken up by DIV to right (has user links in it). | |||
#p-logo { | |||
# margin: auto; | |||
# width: 60%; | |||
#} | |||
Latest revision as of 13:31, 30 June 2022
/* From - https://webapps.stackexchange.com/questions/3851/how-can-i-float-the-table-of-contents-to-the-right-with-mediawiki */
/* #toc {float:right;margin:0 0 1em 1em;position:fixed;top:150px;right:10px;}; */
@font-face {
font-family: 'Poppl-Laudatio';
src: url('Poppl-Laudatio-RegularA.woff2') format('woff2'),
url('Poppl-Laudatio-RegularA.woff') format('woff'),
url('Poppl-Laudatio-RegularA.ttf') format('truetype'),
url('Poppl-Laudatio-RegularA.svg#Poppl-Laudatio-RegularA') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'GeoSlab703 MdCn BT';
src: url('GeometricSlab703BT-MediumCond.woff2') format('woff2'),
url('GeometricSlab703BT-MediumCond.woff') format('woff'),
url('GeometricSlab703BT-MediumCond.ttf') format('truetype'),
url('GeometricSlab703BT-MediumCond.svg#GeometricSlab703BT-MediumCond') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
# Customise default Chameleon skin
#.p-navbar .collapsible .mb-3 .mt-2 .mt-cmln-0 {
# background-color: #f8934a; !important;
#}
#mw-navigation {
background-color: #f8934a;
}
# Could have worked but space it taken up by DIV to right (has user links in it).
#p-logo {
# margin: auto;
# width: 60%;
#}
