MediaWiki:Refreshed.css: Difference between revisions
From Australian Enthusiasts Wiki
Created page with "→Enforce centre alignment of horizontal infobox groups: .pi-title, .pi-header, .pi-horizontal-group { text-align: center; }" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* | /* | ||
@note: AEW uses a special rule that renders font in Open Sans. To restore the original look, copy and paste the following code | |||
into [[Special:MyPage/refreshed.css]]: | |||
#content-wrapper { | |||
background-color: #ffffff; | |||
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important; | |||
color: #252525; | |||
} | } | ||
Without comments of course. | |||
*/ | |||
Latest revision as of 13:52, 17 October 2020
/*
@note: AEW uses a special rule that renders font in Open Sans. To restore the original look, copy and paste the following code
into [[Special:MyPage/refreshed.css]]:
#content-wrapper {
background-color: #ffffff;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
color: #252525;
}
Without comments of course.
*/