Mini World: CREATA Wiki
Advertisement

Can you change this wiki's main font to Roboto?[]

The game has been updated to use Roboto for displaying text in-game in the English version, so can you change the wiki font to Roboto? I ask you to go to MediaWiki:Common.css and write CSS rules to change the font to Roboto, based on User:Starnighter/common.css:

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

.page__main {
	font-family: "Roboto", sans-serif;
}

.fandom-sticky-header a {
	font-family: Rubik, Helvetica, Arial, sans-serif !important;
}

.top-results__item .top-results__link {
	font-family: Rubik, Helvetica, Arial, sans-serif !important;
}

h1:not(.global-footer__section-header) {
	font-family: "Roboto", sans-serif !important;
	font-weight: 900;
}

h2:not(.global-footer__section-header), h3:not(.global-footer__section-header), h4:not(.global-footer__section-header), h5:not(.global-footer__section-header), h6:not(.global-footer__section-header) {
	font-family: "Roboto", sans-serif !important;
	font-weight: 700;
}

a:not(.global-navigation__link,.global-navigation__logo,.global-footer__link,.global-navigation__icon,[data-tracking-label="notification-click-gamepedia-notification"] > *), a:visited, div#content a.extiw, div#content a.extiw:visited, div#content a.external, div#content a.external:visited {
	font-family: "Roboto", sans-serif;
}

.infoboxtable .infoboxname {
	font-family: "Roboto", sans-serif !important;
	font-weight: 900;
}

Please remind me when you have finished writing CSS for changing the font. Thanks.

Starnighter (talk) 09:56, 26 January 2023 (UTC)

Light theme concerns[]

We've noticed this wiki's "light theme" is not actually light, which rather goes against the point of that feature. Light themes should not have dark content area backgrounds.

We would kindly request that you look into giving the wiki a proper light mode - light enough that the text in the content area is black.

If you need some guidance on how to tweak custom CSS to support it, please see https://community.fandom.com/wiki/Help:Light_and_dark_themes

Thanks for your time! -- Kirkburn (talk) 14:41, 19 June 2023 (UTC)

Hey again - I should note this continues to be a concern. Do you need assistance with updating it? -- Kirkburn (talk) 15:03, 3 July 2023 (UTC)

Deprecating widgets extension[]

Hello ColdUnwanted

I have noticed that you still have widgets in use on your wiki (Discord and Facebook). Both can be replaced with either a dev-script or an build-in functionality from fandom.

Is it okay for you, that my brother Magiczocker will replace both widgets with those methods? After that the widget-pages will be deleted by fandom staff and the extension can be disabled.

Thanks in Advance.

Bye Magiczocker01

Advertisement