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

MediaWiki interface page
Revision as of 08:13, 24 February 2024 by RobTosPro (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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: 300px; 
    border-radius: 1rem;
    border-width: 1.5px;
    border-color: #52555b;
    border-style: solid;
}

.pi-title {
	text-align: center;
}

.pi-secondary-font {
	text-align: center;
}

.pi-header {
	/*border-radius: 1rem;*/
}


 .mapGradient {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.598) 100%); 
    position: absolute;
    
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 7px;
 }

  .mapBtn {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background-color: rgba(255, 255, 255, 0.209);
    padding: .1rem;
    width: 150px;
    height: 112.5px;
    display:inline-block;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.294));
    margin: 2px 0px;
    position: relative;
}

 .mapBtn .mapImage {
    border-radius: 7px;
    width: 100%;
}

.mapImage .mw-halign-center .mw-file-description {
 border-radius: 7px;
}

 .mapBtn .name {

    position: absolute;
    font-weight: 750;
    font-size: 20px;
    z-index: 99;
    color: rgb(255, 255, 255);
    filter: drop-shadow(0px 0px .85px rgb(0, 0, 0));
    bottom: 0;
    left: 0%;
    margin: 0 2px 5px 6px;
    line-height: 1.05rem;
    
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.