User:Legroom/Sandbox

From Gigantic Wiki

User:Legroom/styles.css


SMITE gains +2% CRITICAL HITS
Every Hero's crit chance defaults to 0.01%. Landing hits with primary attack will increase crit chance up to a maximum of 100%. Primary attacks are the only attacks that build and benefit from crit damage, though certain upgrades will allow some secondary skills to help build or modify your crit chance.
Failing to land hits with primary attack will cause crit chance to rapidly decay back to its default value.
crit
chance.


Leftovers

Damage calculation for Template:HeroSkill

26
Base DAMAGE value
Against heroes with LIGHT ARMOR:
• FRONT - 22
• BACK - 24
Against heroes with HEAVY ARMOR:
• FRONT - 20
• BACK - 21

{{#if: {{{dmg|}}}|<span class="advanced-tooltip" style="">{{tooltip||Base '''DAMAGE''' value<br><!--
 -->Against heroes with '''LIGHT ARMOR''':<br><!--
   -->front - {{#if: {{{lf|}}}|{{{lf|}}}|{{#expr: {{{dmg|}}} * 0.85 round 0}}}}{{#if: {{{dmgm|}}}| {{{dmgm|}}}}} / <!--
   -->back - {{#if: {{{lb|}}}|{{{lb|}}}|{{#expr: {{{dmg|}}} * 0.93 round 0 }}}}{{#if: {{{dmgm|}}}| {{{dmgm|}}}}}<br><!--
-->Against heroes with '''HEAVY ARMOR''':<br><!--
   -->front - {{#if: {{{hf|}}}|{{{hf|}}}|{{#expr: {{{dmg|}}} * 0.75 round 0}}}}{{#if: {{{dmgm|}}}| {{{dmgm|}}}}} / <!--
   -->back - {{#if: {{{hb|}}}|{{{hb|}}}|{{#expr: {{{dmg|}}} * 0.82 round 0 }}}}{{#if: {{{dmgm|}}}| {{{dmgm|}}}}}}}[[File:Icon stat dmg.png|20px|link=]] {{{dmg|}}}{{#if: {{{dmgm|}}}| {{{dmgm|}}}}}</span>}}

Audio templates

“Away, away!”

[[:File:VO - Xenobia ping wd 1.ogg|]]

 “Away, away!”
stuff
  • ????
  • !!
less stuff
  • !!! !!!!!!!!!!!
stuff
  • ++++++
  • &
more stuff
  • ????
  • !!
  • !!!!! n!!!

Failed CSS tooltip styling

.termtip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
.termtip .termtiptext {
  visibility: hidden;
  width: 350px;
  border: 3px solid #3FB9BE;
  background-color: #053849;
  color: #fff;
  padding: 7px;
  text-align: left;
  font-family: 'Segoe UI';
  margin: 7px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 105%; }

/* Show the tooltip text when you mouse over the tooltip container */
.termtip:hover .termtiptext {
  visibility: visible; }

Restyling UploadWizard

.arrowSteps li {
  background-color: #1A7D93;
  color: #E6E6E6; }
.arrowSteps li.arrow::before {
  border-left-color: #FFFDDF; }
.arrowSteps li.arrow::after {
  border-left-color: #1A7D93; }
#mwe-upwiz-steps li.head {
  background-color: #3FB9BE;
  color: #FFF37A; }
#mwe-upwiz-steps li.head::after {
  border-left-color: #3FB9BE; }
.mwe-upwiz-file-status {
  color: white; }
.mwe-upwiz-visible-file {
  background: #177082; }
.mwe-upwiz-file:hover .mwe-upwiz-visible-file {
  background: #0A4557 !important; }
.mwe-upwiz-file.odd .mwe-upwiz-visible-file {
  background: #1A7D93 !important; }
.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget {
  background: #1A7D93;
  border: 2px solid #3FB9BE;
  border-radius: 0; }
.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover {
  border-color: #3FB9BE; }
/* This is something general */
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice {
  background: #1A7D93;
  border: 2px solid #3FB9BE; }