游戏王残局简化版

Annotation For single_doc/37.Eternal Evolution.html
Login

Annotation For single_doc/37.Eternal Evolution.html

Lines of single_doc/37.Eternal Evolution.html from check-in 9148d06d49 that are changed by the sequence of edits moving toward check-in a31666ad1f:

                         1: <!DOCTYPE html>
                         2: <html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
                         3: <head>
                         4:   <meta charset="utf-8" />
                         5:   <meta name="generator" content="pandoc" />
                         6:   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
                         7:   <title>37.Eternal Evolution</title>
                         8:   <style>
                         9: code{white-space: pre-wrap;}
                        10: span.smallcaps{font-variant: small-caps;}
                        11: div.columns{display: flex; gap: min(4vw, 1.5em);}
                        12: div.column{flex: auto; overflow-x: auto;}
                        13: div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
                        14: 
                        15: ul.task-list[class]{list-style: none;}
                        16: ul.task-list li input[type="checkbox"] {
                        17: font-size: inherit;
                        18: width: 0.8em;
                        19: margin: 0 0.8em 0.2em -1.6em;
                        20: vertical-align: middle;
                        21: }
                        22: .display.math{display: block; text-align: center; margin: 0.5rem auto;}
                        23: </style>
                        24:   <style type="text/css">
                        25: @media screen and (min-aspect-ratio:1/1) {
                        26: html {
                        27: background-color: f8f8f8;
                        28: background-image:
                        29: linear-gradient(
                        30: 45deg,
                        31: #eee 25%,
                        32: transparent 25%,
                        33: transparent 75%,
                        34: #eee 75%),
                        35: linear-gradient(
                        36: 45deg,
                        37: #eee 25%,
                        38: transparent 25%,
                        39: transparent 75%,
                        40: #eee 75%);
                        41: background-size: 8px 8px;
                        42: background-position: 0 0, 16px 8px;
                        43: }
                        44: body {
                        45: border: solid #a0a0a0 1px ;
                        46: border-radius: 20px ;
                        47: padding: 26px ;
                        48: margin: 16px ;
                        49: color: #101010 ;
                        50: background-color: #efefef;
                        51: padding: 2em 18%;
                        52: }
                        53: }
                        54: h1,h2,h3,h4,h5,h6 {
                        55: font-size: 1.5em;
                        56: color: #3F5770;
                        57: border-bottom: 0.1em solid #666666;
                        58: margin: 1.2em 0em;
                        59: }
                        60: a {
                        61: background-color: white;
                        62: text-decoration-color: blue;
                        63: }
                        64: a:visited {
                        65: color: blue;
                        66: text-decoration-color: white;
                        67: }
                        68: nav ul li {
                        69: margin: 1.2em 0em;
                        70: }
                        71: p::before {
                        72: content: "  ";
                        73: }
                        74: p {
                        75: margin: 1.2em 0;
                        76: }
                        77: .title {
                        78: background-color: white;
                        79: font-size: 2em;
                        80: text-align: center;
                        81: }
                        82: b {
                        83: background-color: white;
                        84: }
                        85: a {
                        86: target: _blank;
                        87: }
                        88: </style>
                        89:   <!--[if lt IE 9]>
                        90:     <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
                        91:   <![endif]-->
                        92: </head>
                        93: <body>
                        94: <div class="title">
                        95: 37.Eternal Evolution
                        96: </div>
                        97: <p>这个残局具有开创性意义。</p>
9148d06d49 2023-07-05   98: <p>它率先引入了在残局一开始由玩家从卡组中选卡加入手卡的玩法。</p>
                        99: <script>
                       100: 
                       101: document.onmouseup = function(event) {
                       102:   var 元素 = event.target
                       103: 
                       104:   if (元素.tagName == "PRE"
                       105:   || 元素.tagName == "CODE") {
                       106:     var 文本 = 元素.textContent
                       107:     navigator.clipboard.writeText(文本)
                       108:   }
                       109: 
                       110: }
                       111: 
                       112: document.addEventListener('touchend', function(event) {
                       113:   var target = event.target;
                       114:   if (target.tagName == "PRE" || target.tagName == "CODE") {
                       115:     var range = document.createRange();
                       116:     range.selectNodeContents(target);
                       117:     window.getSelection().removeAllRanges();
                       118:     window.getSelection().addRange(range);
                       119:     var successful = document.execCommand('copy');
                       120:     target.removeAttribute('contenteditable');
                       121:     window.getSelection().removeAllRanges();
                       122:   }
                       123: });
                       124: 
                       125: 
                       126: 
                       127: </script>
                       128: </body>
                       129: </html>