mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
The idea is to eventually move all client parts to their domain name subdirectory, for clarity and better organization. New Replays is just first. Anyway, yeah, minor updates to New Replays, but otherwise it's just getting deployed as-is, straight to https://replay.pokemonshowdown.com/ The old URLs are getting taken down; they were only used for development anyway.
178 lines
5.2 KiB
HTML
178 lines
5.2 KiB
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<title>Replays - Pokémon Showdown!</title>
|
|
|
|
<!--
|
|
|
|
Hey, you! Looking in the source for the replay log?
|
|
|
|
You can find them in JSON format, just add `.json` at the end of a replay URL.
|
|
|
|
https://replay.pokemonshowdown.com/gen7randomdoublesbattle-865046831.json
|
|
|
|
Or, if you only need the log itself, add `.log` instead:
|
|
|
|
https://replay.pokemonshowdown.com/gen7randomdoublesbattle-865046831.log
|
|
|
|
-->
|
|
|
|
<link rel="stylesheet" href="//pokemonshowdown.com/style/global.css?" />
|
|
<link rel="stylesheet" href="//play.pokemonshowdown.com/style/font-awesome.css?" />
|
|
<link rel="stylesheet" href="//play.pokemonshowdown.com/style/battle.css?a7" />
|
|
<link rel="stylesheet" href="//play.pokemonshowdown.com/style/utilichart.css?a7" />
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-26211653-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-26211653-1');
|
|
</script>
|
|
<!-- End Google Analytics -->
|
|
<!-- Venatus Ad Manager - Install in <HEAD> of page -->
|
|
<script src="https://hb.vntsm.com/v3/live/ad-manager.min.js" type="text/javascript" data-site-id="642aba63ec9a7b11c3c9c1be" data-mode="scan" async></script>
|
|
<!-- / Venatus Ad Manager -->
|
|
|
|
<style>
|
|
@media (max-width:820px) {
|
|
.battle {
|
|
margin: 0 auto;
|
|
}
|
|
.battle-log {
|
|
margin: 7px auto 0;
|
|
max-width: 640px;
|
|
height: 300px;
|
|
position: static;
|
|
}
|
|
}
|
|
.optgroup {
|
|
display: inline-block;
|
|
line-height: 22px;
|
|
font-size: 10pt;
|
|
}
|
|
.optgroup .button {
|
|
height: 25px;
|
|
}
|
|
.optgroup button.button {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
.linklist {
|
|
list-style: none;
|
|
margin: 0.5em 0;
|
|
padding: 0;
|
|
}
|
|
.linklist li {
|
|
padding: 2px 0;
|
|
}
|
|
.sidebar {
|
|
float: left;
|
|
width: 320px;
|
|
}
|
|
.bar-wrapper {
|
|
max-width: 1100px;
|
|
margin: 0 auto;
|
|
}
|
|
.bar-wrapper.has-sidebar {
|
|
max-width: 1430px;
|
|
}
|
|
.mainbar {
|
|
margin: 0;
|
|
padding-right: 1px;
|
|
}
|
|
.mainbar.has-sidebar {
|
|
margin-left: 330px;
|
|
}
|
|
@media (min-width: 1511px) {
|
|
.sidebar {
|
|
width: 400px;
|
|
}
|
|
.bar-wrapper.has-sidebar {
|
|
max-width: 1510px;
|
|
}
|
|
.mainbar.has-sidebar {
|
|
margin-left: 410px;
|
|
}
|
|
}
|
|
.section.first-section {
|
|
margin-top: 9px;
|
|
}
|
|
.blocklink small {
|
|
white-space: normal;
|
|
}
|
|
.button {
|
|
vertical-align: middle;
|
|
}
|
|
.replay-controls {
|
|
padding-top: 10px;
|
|
}
|
|
.replay-controls h1 {
|
|
font-size: 16pt;
|
|
font-weight: normal;
|
|
color: #CCC;
|
|
}
|
|
.pagelink {
|
|
text-align: center;
|
|
}
|
|
.pagelink a {
|
|
width: 150px;
|
|
}
|
|
.textbox, .button {
|
|
font-size: 11pt;
|
|
vertical-align: middle;
|
|
}
|
|
@media (max-width: 450px) {
|
|
.button {
|
|
font-size: 9pt;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<div>
|
|
|
|
<header>
|
|
<div class="nav-wrapper"><ul class="nav">
|
|
<li><a class="button nav-first" href="//pokemonshowdown.com/"><img src="//pokemonshowdown.com/images/pokemonshowdownbeta.png" srcset="//pokemonshowdown.com/images/pokemonshowdownbeta.png 1x, //pokemonshowdown.com/images/pokemonshowdownbeta@2x.png 2x" alt="Pokémon Showdown" width="146" height="44" /> Home</a></li>
|
|
<li><a class="button" href="//pokemonshowdown.com/dex/">Pokédex</a></li>
|
|
<li><a class="button cur" href="/">Replays</a></li>
|
|
<li><a class="button" href="//pokemonshowdown.com/ladder/">Ladder</a></li>
|
|
<li><a class="button nav-last" href="//pokemonshowdown.com/forums/">Forum</a></li>
|
|
<li><a class="button greenbutton nav-first nav-last" href="//play.pokemonshowdown.com/">Play</a></li>
|
|
</ul></div>
|
|
</header>
|
|
|
|
<div class="main" id="main">
|
|
|
|
<noscript><section class="section">You need to enable JavaScript to use this page; sorry!</section></noscript>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script defer nomodule src="//play.pokemonshowdown.com/js/lib/ps-polyfill.js"></script>
|
|
<script defer src="//play.pokemonshowdown.com/js/lib/preact.min.js"></script>
|
|
|
|
<script defer src="//play.pokemonshowdown.com/config/config.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/js/lib/jquery-1.11.0.min.js"></script>
|
|
<script defer src="//play.pokemonshowdown.com/js/lib/html-sanitizer-minified.js"></script>
|
|
<script defer src="//play.pokemonshowdown.com/js/battle-sound.js"></script>
|
|
<script defer src="//play.pokemonshowdown.com/js/battledata.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/data/pokedex-mini.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/data/pokedex-mini-bw.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/data/graphics.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/data/pokedex.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/data/moves.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/data/abilities.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/data/items.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/data/teambuilder-tables.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/js/battle-tooltips.js?a7"></script>
|
|
<script defer src="//play.pokemonshowdown.com/js/battle.js?a7"></script>
|
|
|
|
<script defer src="js/utils.js?"></script>
|
|
<script defer src="js/replays-battle.js?"></script>
|
|
<script defer src="js/replays.js?"></script>
|