MediaWiki:Common.less/bosses.less

From Blaseball Wiki

//


.emergency_alert {
  text-align: center;
  font-size: 1em;
  font-family: "Lora", "Courier New", monospace, serif;
  font-weight: 700;
  font-style: italic;
  max-width: 25em;
}

.peanut{
  color: red;
  text-align: center;
  font-size:1em;
  font-family:"Lora","Courier New",monospace,serif;
  font-weight:700;
  max-width: 25em;
}

.squid{
  color: rgb(89, 136, 255);
  text-align: center;
  text-shadow:0 0 0.625em #5988ff;
  font-size:1em;
  font-family:"Lora","Courier New",monospace,serif;
  font-weight:700;
  max-width: 25em;
}

.microphone,
.macrophone {
  /*color: #fff;*/
  text-align: center;
  font-size: 1em;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  max-width: 25em;
}

.microphone {
  font-weight: 400;
}

.macrophone {
  font-weight: 700;
}

.coin{
  color: #ffbe00;
  text-align: center;
  font-size:1em;
  font-family:"Lora","Courier New",monospace,serif;
  font-weight:700;
  max-width: 25em;
}

.tarot{
  color: #a16dc3;
  text-shadow: 0 0 10px #a16dc3;
  text-align: center;
  font-size:1em;
  font-family:"Lora","Courier New",monospace,serif;
  font-weight:700;
  max-width: 25em;

  .winner & {
    /* Make text legible in decree tables */
    text-shadow: 0 0 10px black;
  }
}

.lootcrates{
  color: #b3b3b3;
  text-align: center;
  font-size:1em;
  font-family:"Lora","Courier New",monospace,serif;
  font-weight:700;
  font-style: italic;
  max-width: 25em;

  .skin-medik-light & {
    color: #626262;
  }
}

.namerifeht {
  color: #ea5b23;
  text-align: center;
  font-size: 1em;
  font-family: "Lora", "Courier New", monospace, serif;
  font-weight: 700;
  max-width: 25em;
}

.littleguy {
  color: #ff5353;
  text-align: center;
  text-shadow: 0 4px 4px #3c1313;
  font-size: 1em;
  font-family: "Lora", "Courier New", monospace, serif;
  font-weight: 700;
  max-width: 25em;
  .skin-medik-light & {
    text-shadow: 0 4px 4px #e8c7c7;
  }
}

.umps {
  text-align: center;
  text-shadow:0 -2px 6px #fdffae;
  font-size: 1em;
  font-family: "Lora", "Courier New", monospace, serif;
  font-weight: 900;
  max-width: 25em;
}