Difference between revisions of "Template:Boss"

From ALttP Speedrunning Wiki
Jump to: navigation, search
Line 17: Line 17:
 
   .prev-boss, .next-boss {
 
   .prev-boss, .next-boss {
 
     font-size: 0.9em;
 
     font-size: 0.9em;
 +
  }
 +
 +
  prevBoss:not(:empty):after {
 +
    content: '← ';
 +
    font-weight: bold;
 +
  }
 +
 +
  td.nextBoss:not(:empty):after {
 +
    content: ' →';
 +
    font-weight: bold;
 +
  }
 +
 +
  td .damage {
 +
    text-align: right;
 +
  }
 +
 +
  td .spr-ohko {
 +
    font-weight: bold;
 +
    color: #880000;
 +
  }
 +
 +
  td > img {
 +
    text-align: center
 
   }
 
   }
  
Line 23: Line 46:
 
   }
 
   }
 
}}
 
}}
{{#invoke:Infobox Boss|main}}<noinclude>{{Documentation}}</noinclude>
+
<includeonly>{{#invoke:Infobox Boss|main}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 16:05, 15 December 2018

Template documentation[create]