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 16: Line 16:


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

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

.theme-fandomdesktop-light .page-content .portable-infobox .pi-title {
margin: 4px;
color: black !important;
font-family: 'Montserrat', sans-serif;
}
.theme-fandomdesktop-dark .page-content .portable-infobox .pi-title {
margin: 4px;
color: white !important;
font-family: 'Montserrat', sans-serif;
}

.theme-fandomdesktop-light .page-content .portable-infobox .pi-header {
margin: 4px;
color: black !important;
font-family: 'Montserrat', sans-serif;
}
.theme-fandomdesktop-dark .page-content .portable-infobox .pi-header {
margin: 4px;
color: white !important;
font-family: 'Montserrat', sans-serif;
}

.theme-fandomdesktop-dark .portable-infobox.pi-background {
background: #191A1C;
}
.theme-fandomdesktop-light .portable-infobox.pi-background {
background: #e8e8e8;
}

.theme-fandomdesktop-dark .portable-infobox .pi-secondary-background {
background: #000000;
border-radius: 6px;
}
.theme-fandomdesktop-light .portable-infobox .pi-secondary-background {
background: #d6d6d6;
border-radius: 6px;
}

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

Revision as of 12:58, 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: 6px;
    border-width: 1.5px;
    border-color: #52555b;
}

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

.theme-fandomdesktop-light .page-content .portable-infobox .pi-title {
	margin: 4px;
	color: black !important;
	font-family: 'Montserrat', sans-serif;
}
.theme-fandomdesktop-dark .page-content .portable-infobox .pi-title {
	margin: 4px;
	color: white !important;
	font-family: 'Montserrat', sans-serif;
}

.theme-fandomdesktop-light .page-content .portable-infobox .pi-header {
	margin: 4px;
	color: black !important;
	font-family: 'Montserrat', sans-serif;
}
.theme-fandomdesktop-dark .page-content .portable-infobox .pi-header {
	margin: 4px;
	color: white !important;
	font-family: 'Montserrat', sans-serif;
}

.theme-fandomdesktop-dark .portable-infobox.pi-background {
	background: #191A1C;
}
.theme-fandomdesktop-light .portable-infobox.pi-background {
	background: #e8e8e8;
}

.theme-fandomdesktop-dark .portable-infobox .pi-secondary-background {
	background: #000000;
	border-radius: 6px;
}
.theme-fandomdesktop-light .portable-infobox .pi-secondary-background {
	background: #d6d6d6;
	border-radius: 6px;
}

.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.