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 22: Line 22:
border-width: 1.5px;
border-width: 1.5px;
border-color: #52555b;
border-color: #52555b;
border-style: solid;
}

.portable-infobox .pi-border-color {
border-width: 1.5px;
border-color: #52555b;
}
}



Revision as of 13:05, 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: 5rem;
    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.