Appearance tweaks to credits page

This commit is contained in:
Guangcong Luo 2013-05-15 00:10:04 -07:00
parent c567eb196a
commit c662e1f23d
2 changed files with 10 additions and 10 deletions

View File

@ -700,21 +700,20 @@
initialize: function() {
var buf = '';
buf += '<p style="text-align:center"><img src="http://dev.pokemonshowdown.com/pokemonshowdownbeta.png" alt="Pok&eacute;mon Showdown (beta)" /></p>';
buf += '<p style="text-align:center"><small>Version '+Config.version+'</small></p>';
buf += '<p style="text-align:center"><small>(Credits in alphabetical order)</small></p>';
if (Config.version) buf += '<p style="text-align:center;color:#555555"><small>Version <strong>'+Config.version+'</strong></small></p>';
buf += '<h2>Owner</h2>';
buf += '<ul><li><p><a href="http://guangcongluo.com/" target="_blank" class="subtle"><strong>Guangcong Luo</strong> [<strong>Zarel</strong>]</a> <small>&ndash; Development, Design</small></p></li></ul>';
buf += '<h2>Senior Project Staff</h2>';
buf += '<ul><li><p><a href="https://cathyjf.com/" target="_blank" class="subtle"><strong>Cathy J. Fitzpatrick</strong> [<strong>cathyjf</strong>]</a> <small>&ndash; Development</small></p></li></ul>';
buf += '<h2>Project Staff</h2>';
buf += '<ul><li><p><a href="http://meltsner.com/" target="_blank" class="subtle"><strong>Bill Meltsner</strong> [<strong>bmelts</strong>]</a> <small>&ndash; Development</small></p></li>';
buf += '<ul><li><p><a href="http://guangcongluo.com/" target="_blank" class="subtle"><strong>Guangcong Luo</strong> [Zarel]</a> <small>&ndash; Development, Design</small></p></li></ul>';
buf += '<h2>Senior Staff</h2>';
buf += '<ul><li><p><a href="https://cathyjf.com/" target="_blank" class="subtle"><strong>Cathy J. Fitzpatrick</strong> [cathyjf]</a> <small>&ndash; Development</small></p></li></ul>';
buf += '<h2>Staff</h2>';
buf += '<ul><li><p><a href="http://meltsner.com/" target="_blank" class="subtle"><strong>Bill Meltsner</strong> [bmelts]</a> <small>&ndash; Development</small></p></li>';
buf += '<li><p>[<strong>Marty-D</strong>] <small>&ndash; Research, Development</small></p></li></ul>';
buf += '<h2>Contributors</h2>';
buf += '<ul><li><p><strong>Cody Thompson</strong> [<strong>Rising_Dusk</strong>] <small>&ndash; Development</small></p></li>';
buf += '<ul><li><p><strong>Cody Thompson</strong> [Rising_Dusk] <small>&ndash; Development</small></p></li>';
buf += '<li><p>[The <strong>Immortal</strong>] <small>&ndash; Development</small></p></li>';
buf += '<li><p>[<strong>Joim</strong>] <small>&ndash; Development</small></p></li>';
buf += '<li><p><a href="http://kyle-dove.deviantart.com/" target="_blank" class="subtle"><strong>Kyle Dove</strong> [<strong>Kyle_Dove</strong>]</a> <small>&ndash; Art (battle backdrops)</small></p></li>';
buf += '<li><p><a href="http://yilx.deviantart.com/" target="_blank" class="subtle"><strong>Samuel Teo</strong> [<strong>Yilx</strong>]</a> <small>&ndash; Art (main background)</small></p></li>';
buf += '<li><p><a href="http://kyle-dove.deviantart.com/" target="_blank" class="subtle"><strong>Kyle Dove</strong> [Kyle_Dove]</a> <small>&ndash; Art (battle backdrops)</small></p></li>';
buf += '<li><p><a href="http://yilx.deviantart.com/" target="_blank" class="subtle"><strong>Samuel Teo</strong> [Yilx]</a> <small>&ndash; Art (main background)</small></p></li>';
buf += '<li><p>[<strong>Zracknel</strong>] <small>&ndash; Art (battle weather backdrops)</small></p></li></ul>';
buf += '<p class="buttonbar"><button name="close" class="autofocus"><strong>They sound like cool people</strong></button></p>';
this.$el.addClass('credits').html(buf);

View File

@ -853,6 +853,7 @@ p.or:after {
.credits li small {
font-size: 10pt;
display: block;
color: #555555;
}
/*********************************************************