Difference between revisions of "Template:Boss"

From ALttP Speedrunning Wiki
Jump to: navigation, search
(o)
 
(5 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
   }
 
   }
  
   .next-boss {
+
   td.nextBoss {
 
     text-align: right;
 
     text-align: right;
 
   }
 
   }
  
   .prev-boss, .next-boss {
+
   td.prevBoss, td.nextBoss {
 
     font-size: 0.9em;
 
     font-size: 0.9em;
 +
  }
 +
 +
  td.prevBoss:not(:empty):before {
 +
    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}}[[Category:Bosses]]</includeonly><noinclude>{{Documentation}}</noinclude>

Latest revision as of 15:35, 23 December 2018

Template documentation[create]