MediaWiki:Vector-2022.css: Difference between revisions
Appearance
Created page with "→-----------------------------------------------: →Aumentar o tamanho do logótipo no Vector 2022: →-----------------------------------------------: .skin-vector-2022 .mw-logo-icon { transform: scale(0.75); →👈 0.7–0.85 conforme gostes: transform-origin: left center; }" |
No edit summary |
||
| Line 6: | Line 6: | ||
transform: scale(0.75); /* 👈 0.7–0.85 conforme gostes */ | transform: scale(0.75); /* 👈 0.7–0.85 conforme gostes */ | ||
transform-origin: left center; | transform-origin: left center; | ||
} | |||
/* Fonts setup*/ | |||
@font-face { | |||
font-family: 'Wiki Font Title'; | |||
src: url('/resources/assets/Nohemi-VF.ttf') format('woff'); | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'Wiki Font Subtitle'; | |||
src: url('/resources/assets/Rubik-Medium.ttf') format('woff'); | |||
font-weight: 500; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'Wiki Font Body'; | |||
src: url('/resources/assets/Roboto-Regular.ttf') format('woff'); | |||
font-weight: 700; | |||
font-style: normal; | |||
} | } | ||
Revision as of 11:59, 19 February 2026
/*-----------------------------------------------*/
/* Aumentar o tamanho do logótipo no Vector 2022 */
/*-----------------------------------------------*/
.skin-vector-2022 .mw-logo-icon {
transform: scale(0.75); /* 👈 0.7–0.85 conforme gostes */
transform-origin: left center;
}
/* Fonts setup*/
@font-face {
font-family: 'Wiki Font Title';
src: url('/resources/assets/Nohemi-VF.ttf') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Wiki Font Subtitle';
src: url('/resources/assets/Rubik-Medium.ttf') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Wiki Font Body';
src: url('/resources/assets/Roboto-Regular.ttf') format('woff');
font-weight: 700;
font-style: normal;
}