Toggle menu
6
106
13
485
Roblox Evade Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
/*body {*/
font-family: "Montserrat", sans-serif;
/* font-family: "Montserrat", sans-serif;*/
font-weight: 400;
/* font-weight: 400;*/
/*}*/
}


.mw-body h1,
/* .mw-body h1,*/
.mw-body-content h1,
/* .mw-body-content h1,*/
.mw-body-content h2 {
/* .mw-body-content h2 {*/
font-family: "Montserrat", sans-serif;
/* font-family: "Montserrat", sans-serif;*/
font-weight: 600;
/* font-weight: 600;*/
}
/* }*/


/**Custom Infobox**/
/**Custom Infobox**/
.portable-infobox {
/*.portable-infobox {*/
width: 240px;
/* width: 240px; */
border-radius: 1rem;
/* border-radius: 1rem;*/
border-width: 1.5px;
/* border-width: 1.5px;*/
border-color: #52555b;
/* border-color: #52555b;*/
border-style: solid;
/* border-style: solid;*/
/*}*/
}


.page-content .portable-infobox .pi-data-label {
/*.page-content .portable-infobox .pi-data-label {*/
font-family: 'Montserrat', sans-serif;
/* font-family: 'Montserrat', sans-serif;*/
/*}*/
}

Revision as of 13:09, 23 February 2024

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*body {*/
/*	font-family: "Montserrat", sans-serif;*/
/*	font-weight: 400;*/
/*}*/

/*  .mw-body h1,*/
/*  .mw-body-content h1,*/
/*  .mw-body-content h2 {*/
/*    font-family: "Montserrat", sans-serif;*/
/*    font-weight: 600;*/
/*  }*/
  

/**Custom Infobox**/
/*.portable-infobox {*/
/*    width: 240px; */
/*    border-radius: 1rem;*/
/*    border-width: 1.5px;*/
/*    border-color: #52555b;*/
/*    border-style: solid;*/
/*}*/

/*.page-content .portable-infobox .pi-data-label {*/
/*	font-family: 'Montserrat', sans-serif;*/
/*}*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.