Widget:Gurren2

De Wiki Gla
Revisão de 03h41min de 28 de abril de 2025 por Gurren1 (discussão | contribs)
Ir para navegação Ir para pesquisar
Welcome to the Brawlhalla Wiki!
The comprehensive Brawlhalla wiki reference; written and maintained by the players.
We are currently maintaining 10 395 pages and 174 articles.
About Brawlhalla


Brawlhalla is a game created and developed by Blue Mammoth Games and published by Ubisoft. It was released as part of Steam's Early Access on April 30, 2014.

A 2D platform fighter where the best of the baddest-ass warriors in history battle each other in an eternal tourney of champions for bragging rights, infinite mead, and the pure pleasure of delivering a beatdown. Includes online 4 players free for all, team games, custom games, and local play options.

Read More...
Wiki News

March 12, 2024 - Grand Opening!

It is with great pleasure to inform everyone that the Brawlhalla Wiki Community is now officially on wiki.gg. This has been a long time in the works, and now, we're finally here!

I'd like to give a huge shoutout to everyone involved — the wiki.gg staff who gave us a jumpstart, and the fellow community members who helped prepare this wiki for its grand opening.

If you would like to contribute in any way to this wiki, or even just join the community, please check out our Community portal. This page contains everything you'll need to know.

I am looking forward to what comes next on this wiki journey! --Diriector_Doc├─────┤TalkContribs 15:50, 12 March 2024 (UTC)

{{#description2:The #1 source of information for the 2D fighter, Brawlhalla.}}

<style> /* CSS placed here will be applied to all skins */

root{

--theme-color: #044fae; --theme-colordark: #031C77; --theme-colorbg: white; --theme-colorfont: black; }

/* Dropdown boxes */ .custom-dropdown{display:inline-block;padding:1px 8px}.custom-dropdown > :first-child:after{background-image:url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D");border-color:var(--theme-colorfont) transparent transparent;border-style:solid;border-width:4px;content:"";display:inline-block;height:1px;margin-left:4px;margin-top:2px;position:relative;vertical-align:middle;width:1px}.custom-dropdown:hover{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:-1px}.custom-dropdown ul{display:none;list-style:none outside none;margin:0;min-width:100%;position:absolute;top:auto;z-index:100}.custom-dropdown.wikia-menu-button:hover ul,.custom-dropdown:hover ul{display:block}.custom-dropdown li a{font-size:12px;line-height:14px}.WikiaArticle{overflow:visible}.custom-dropdown.wikia-menu-button{background-color:rgba(0,0,0,0.2);border:1px solid var(--theme-color);border-radius:4px;cursor:pointer;display:inline-block;font-family:Helvetica, Arial, sans-serif;font-size:12px;height:19px;line-height:20px;white-space:nowrap;list-style:none;margin:0;position:relative;text-align:left}.custom-dropdown.wikia-menu-button a{text-decoration:none}.custom-dropdown.wikia-menu-button ul{background:var(--theme-colorbg);border:1px solid var(--theme-color);box-shadow:1px 2px 12px 0 #000;display:none;left:-1px;margin:0;position:absolute;z-index:100}.custom-dropdown.wikia-menu-button ul li{border-top:1px solid var(--theme-colordark);line-height:normal;margin:0;padding:2px 0 2px 4px}.custom-dropdown.wikia-menu-button ul li:first-child{border:0}.custom-dropdown.wikia-menu-button .WikiaMenuElement{margin:0}.custom-dropdown.wikia-menu-button:active ul,.custom-dropdown:active ul{display:block}

@media all and (max-width: 900px) { #main-grid { grid-template-columns: 100% !important; } }

/*************************** /* Template example styles * /***************************/ span.templateexmaple {

 font-family: fixed-width;

}

span.templateexample span.templatelink {

 font-weight: bold;

}

span.templateexample span.paramname { }

span.templateexample span.paramvalue {

 color: #777777;
 font-style: italic;

}

/******************** /* Notice templates * /********************/ .topNotice {

 border: 2px solid #ff9900;
 background: #ffffff;
 color: #333333;
 margin: 0 0 10px 0;
 padding: 3px 6px;
 overflow: auto;

}

.topNotice .heading {

 color: #222222;
 font-size: 132%;
 font-weight: bold;
 margin: 0 0 8px 0;
 padding: 0;

}

.topNotice.delete {

 border: 2px solid #ff0000;

}

.topNotice.move, .topnotice.merge, .topnotice.split {

 border: 2px solid #bb8800;

}

.topNotice.pagestub, .topNotice.imagerequest, .topNotice.nowalkthrough {

 border: 2px solid #008000;

}

/****************** /* Image licenses * /******************/ div.imageLicense {

 border: 2px solid #ff6600;
 background: #ffffff;
 color: #333333;
 margin: 0 0 10px 0;
 padding: 3px 6px;

}

div.imageLicense.nolicense {

 border: 2px solid #ff0000;

}


/****************** /* General styles * /******************/ .contentbox {

 border: 1px solid #aaaaaa;
 background: #eeeeee;
 color: #333333;
 margin: 0 0 10px 0;
 padding: 3px 6px;
 overflow: auto;

}

span.bullet {

 background: transparent no-repeat center 60%;
 width: 9px;
 font-size: 11px;
 vertical-align: baseline;

}

.dablink {

 padding: 2px 36px 10px 36px;
 font-style: italic;

}

span.ghost {

 color: #777777; /* For any text that appear fainter for some reason */

}

.columns {

 padding: 0;
 margin: 10px 0 0 0;
 overflow: hidden;

}

.columns .leftcol {

 float: left;
 width: 50%;
 margin: 0;
 padding: 0;

}

.columns .centercol {

 float: left;
 margin: 0;
 padding: 0;

}

.columns .rightcol {

 float: right;
 width: 50%;
 margin: 0;
 padding: 0;

}

.infobox { width: 25em; background: #101010; border: 2px solid #044fae; padding: 3px; float: right; margin-left: 1em; margin-bottom: 0.5em; }

.infobox-swapper-button { text-align: center; cursor: pointer; border-radius: 3px;

   -webkit-transition-duration: .3s;
   transition-duration: .3s;
   -webkit-transition-property: background-color,color;

transition-property: background-color, color; -webkit-transition-timing-function: ease; transition-timing-function: ease; }

.infobox-swapper-button:hover { color: var(--theme-link-color); background-color: rgba(var(--theme-link-color--rgb),.15); }

img[src$=".png?format=original"], img[src$=".webp"]{

 max-width:100%;

}

.page-content h2{

 overflow: hidden;

}

table { display: table; white-space: unset; }

.front-page-wrapper { display: grid;

 grid-template-columns: 11fr 5fr;
 grid-template-rows: 1fr;
 gap: 0px 30px;
 grid-auto-flow: row;
 grid-template-areas:
   'Main Side';
 margin-top: 30px

}

.front-page-main { grid-area: Main; }

.front-page-side { grid-area: Side; }

.front-page-content-lists { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: 1fr; gap: 0px 0px; grid-auto-flow: row; grid-template-areas: "A B C D"; }

.apng a img { height: 100%; width: auto; }

.apngw a img { height: auto; width: 100%; }

@media only screen and (max-width: 1100px) { .front-page-wrapper { display: block; }

.front-page-side { display: block; grid-area: unset; }

.front-page-content-lists { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; grid-template-areas: "A B" "C D"; } }

  1. p-logo a {
   background-size: contain;

}

td.epic-bg { background: url(https://brawlhalla.wiki.gg/images/0/06/Epic_BG_2.png);

   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;

}

td.mythic-bg { background: url(https://brawlhalla.wiki.gg/images/e/e7/Mythic_BG.png);

   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;

}

.clearfix-mobile { display:none; }

/* Brawl of the Week table formatting */ .botwtable{max-width:1000px;} .botwtable td:first-child{text-align:center;} .botwtable td:nth-child(4){white-space:nowrap;}

@media all and (max-width: 500px) { .clearfix-mobile { clear:both;display:block; } }

img.bg-white { background: white; } img.bg-black { background: black; } img.bg-checker { background: url(/resources/src/mediawiki.action/images/checker.svg?ff513) repeat; }

.colored-header { background: #044fae; border: 1px solid #044fae; color: #fff; }

.colored-subheader { background: #2671D0; color:#fff; }

.colored-border{ border: 1px solid #031C77; margin-top:10px; }

.gilding-name{ color:#ffff00; font-size:1.2em; text-shadow: 1px 1px 2px black; }

ol.references li:target, sup.reference:target{ background-color: rgba(92, 95, 100, 0.3); }

.mw-scribunto-console-fieldset legend { background: inherit; }

</style>