Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From ATRONIA Wiki
No edit summary
No edit summary
Line 28: Line 28:
     font-family: 'Wiki Font Title';
     font-family: 'Wiki Font Title';
     src: url('/resources/assets/Nohemi-VF.ttf') format('truetype');
     src: url('/resources/assets/Nohemi-VF.ttf') format('truetype');
     font-weight: 400;
     font-weight: 700;
     font-style: normal;
     font-style: normal;
}
}
Line 42: Line 42:
     font-family: 'Wiki Font Body';
     font-family: 'Wiki Font Body';
     src: url('/resources/assets/Roboto-Regular.ttf') format('truetype');
     src: url('/resources/assets/Roboto-Regular.ttf') format('truetype');
     font-weight: 700;
     font-weight: 400;
     font-style: normal;
     font-style: normal;
}
}

Revision as of 12:09, 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;
}

.vector-body {
    font-family: 'Wiki Font Body', sans-serif;
    font-weight: 400;
}

.mw-page-title-main {
    font-family: 'Wiki Font Title', sans-serif;
    font-weight: 400;
}

.mw-headline {
    font-family: 'Wiki Font Subtitle', sans-serif;
    font-weight: 500;
}


/* Fonts setup*/
@font-face {
    font-family: 'Wiki Font Title';
    src: url('/resources/assets/Nohemi-VF.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Wiki Font Subtitle';
    src: url('/resources/assets/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Wiki Font Body';
    src: url('/resources/assets/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}