游戏王残局简化版

Annotation For single_doc/X-LV_系列.html
Login

Annotation For single_doc/X-LV_系列.html

Lines of single_doc/X-LV_系列.html from check-in 5a230f6e95 that are changed by the sequence of edits moving toward check-in 373713971c:

                         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>X-LV_系列</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">@media screen and (min-aspect-ratio:1/1) {html {background-color: f8f8f8;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%);background-size: 8px 8px;background-position: 0 0, 16px 8px;}body {border: solid #a0a0a0 1px ;border-radius: 20px ;padding: 26px ;margin: 16px ;color: #101010 ;background-color: #efefef;padding: 2em 18%;}}h1,h2,h3,h4,h5,h6 {font-size: 1.5em;color: #3F5770;border-bottom: 0.1em solid #666666;margin: 1.2em 0em;}a {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;background-color: white;text-decoration-color: blue;}a:visited {color: blue;text-decoration-color: white;}a:active {color: red;}nav ul li {margin: 1.2em 0em;}p::before {content: "  ";}p {margin: 1.2em 0;}.title {background-color: white;font-size: 2em;text-align: center;}b {background-color: white;list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;}details > summary {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;}details > summary:active {color: red;}pre {background: #f6f6f6;border-left: 0.5em solid #ccc;padding: 0.4em;border-radius: 0.2em;overflow-wrap:break-word;}pre:active {color: red;}code {font-family: "Verdana";}button {background: #ffffff;color: #20894d;}button:active {color: red;}</style>
                        25:   <!--[if lt IE 9]>
                        26:     <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
                        27:   <![endif]-->
                        28: </head>
                        29: <body>
                        30: <header id="title-block-header">
                        31: <h1 class="title">X-LV_系列</h1>
                        32: </header>
                        33: <nav id="TOC" role="doc-toc">
                        34: <ul>
                        35: <li><a href="#作者枯岳说书人" id="toc-作者枯岳说书人"><span class="toc-section-number">1</span> 作者:枯岳说书人</a></li>
                        36: <li><a href="#x-lv-30" id="toc-x-lv-30"><span class="toc-section-number">2</span> X-LV-30</a></li>
                        37: </ul>
                        38: </nav>
                        39: <h1 data-number="1" id="作者枯岳说书人"><span class="header-section-number">1</span> 作者:枯岳说书人</h1>
                        40: <h1 data-number="2" id="x-lv-30"><span class="header-section-number">2</span> X-LV-30</h1>
                        41: <p>X-LV-30 是 X-LV 系列新手教学的最后一关。</p>
                        42: <p>它是<b>无解</b>的。</p>
                        43: <script>
                        44: 
                        45: document.onclick = function(event) {
                        46: 
                        47:   var target = event.target
                        48: 
                        49:   if (target.tagName == "PRE"
                        50:   || target.tagName == "CODE") {
                        51:     if (window.getSelection().toString() !== "") {
                        52:       return
                        53:       }
                        54:     var range = document.createRange();
                        55:     range.selectNodeContents(target);
                        56:     window.getSelection().removeAllRanges();
                        57:     window.getSelection().addRange(range);
                        58:     var successful = document.execCommand("copy");
                        59:     target.removeAttribute("contenteditable");
                        60:     window.getSelection().removeAllRanges();
                        61:     }
                        62: 
                        63:   }
                        64: 
                        65: 
                        66: 目录列表 = document.getElementsByTagName("details")
                        67: 
                        68: function 展开或收起() {
                        69:   if (目录列表[0].open == true) {
                        70:     for (i = 0;
                        71:       i < 目录列表.length;
                        72:       i++) {
                        73:       目录列表[i].open = false;
                        74:       }
                        75:     }
                        76:   else  {
                        77:     for (i = 0;
                        78:       i < 目录列表.length;
                        79:       i++) {
                        80:       目录列表[i].open = true;
                        81:       }
                        82:     }
                        83:   }
                        84: 
                        85: </script>
                        86: </body>
                        87: </html>