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 15: Line 15:
}
}

.portable-infobox {
.portable-infobox {
/*! background:#f8f9fa; */background:var(--pi-background);
clear:right;
width: 240px;
border-radius: 6px;
float:right;
font-size:.85em;
border-width: 1.5px;
border-color: #52555b;
margin:0 0 15px 15px;
margin:0 0 var(--pi-margin) var(--pi-margin);
width:270px;
width:var(--pi-width);
border-radius:1rem;
}
}

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

.portable-infobox {
    width: 240px;
    border-radius: 6px;
    border-width: 1.5px;
    border-color: #52555b;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.