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
Line 1: Line 1:
/* Enforce centre alignment of horizontal infobox groups */
/*
@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]]:


.pi-title, .pi-header, .pi-horizontal-group {
#content-wrapper {
     text-align: center;
    background-color: #ffffff;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
     color: #252525;
}
}
Without comments of course.
*/

Revision as of 21:54, 16 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;
    color: #252525;
}
	
	Without comments of course.
*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.