Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From ATRONIA Wiki
No edit summary
No edit summary
Line 3: Line 3:
/*-----------------------------------------------*/
/*-----------------------------------------------*/
   
   
.vector-logo img {
.skin-vector-2022 .mw-logo-icon {
     height: 88px !important;
     height: 48px !important;
     width: auto !important;
     width: auto !important;
}
}
.skin-vector-2022 .mw-logo-wordmark img {
    height: 32px !important;
    width: auto !important;
}





Revision as of 14:55, 19 February 2026

/*-----------------------------------------------*/
/* Aumentar o tamanho do logótipo no Vector 2022 */
/*-----------------------------------------------*/
 
.skin-vector-2022 .mw-logo-icon {
    height: 48px !important;
    width: auto !important;
}

.skin-vector-2022 .mw-logo-wordmark img {
    height: 32px !important;
    width: auto !important;
}



.mw-body-content {
    font-family: 'Wiki Font Body', sans-serif;
}

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

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


/* Fonts setup*/
@font-face {
    font-family: 'Wiki Font Title';
    src: url('/resources/assets/Nohemi-VF.ttf') format('truetype');
    font-weight: 400;
    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;
}