游戏王残局简化版

Annotation For single_doc/README.html
Login

Annotation For single_doc/README.html

Lines of single_doc/README.html from check-in 7dab13f692 that are changed by the sequence of edits moving toward check-in cd743b3bb6:

                         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" />
7dab13f692 2023-07-25    7:   <title>游戏王残局简化版</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>
7dab13f692 2023-07-25   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>
7dab13f692 2023-07-25   30: <header id="title-block-header">
7dab13f692 2023-07-25   31: <h1 class="title">游戏王残局简化版</h1>
7dab13f692 2023-07-25   32: </header>
                        33: <nav id="TOC" role="doc-toc">
                        34: <ul>
7dab13f692 2023-07-25   35: <li><a href="#正文" id="toc-正文"><span class="toc-section-number">1</span> 正文</a></li>
7dab13f692 2023-07-25   36: <li><a href="#游戏王残局简化版源码托管网站" id="toc-游戏王残局简化版源码托管网站"><span class="toc-section-number">2</span>
                        37: 游戏王残局简化版源码托管网站</a></li>
                        38: </ul>
                        39: </nav>
7dab13f692 2023-07-25   40: <h1 data-number="1" id="正文"><span class="header-section-number">1</span> 正文</h1>
                        41: <p>游戏王残局简化版,<b>随缘</b>更新。</p>
7dab13f692 2023-07-25   42: <hr />
7dab13f692 2023-07-25   43: <h1 data-number="2" id="游戏王残局简化版源码托管网站"><span class="header-section-number">2</span> 游戏王残局简化版源码托管网站</h1>
                        44: <p><a href="http://chiselapp.com/user/kkk/repository/canju" class="uri">http://chiselapp.com/user/kkk/repository/canju</a></p>
                        45: <script>
                        46: 
                        47: document.onclick = function(event) {
                        48: 
                        49:   var target = event.target
                        50: 
                        51:   if (target.tagName == "PRE"
                        52:   || target.tagName == "CODE") {
                        53:     if (window.getSelection().toString() !== "") {
                        54:       return
                        55:       }
                        56:     var range = document.createRange();
                        57:     range.selectNodeContents(target);
                        58:     window.getSelection().removeAllRanges();
                        59:     window.getSelection().addRange(range);
                        60:     var successful = document.execCommand("copy");
                        61:     target.removeAttribute("contenteditable");
                        62:     window.getSelection().removeAllRanges();
                        63:     }
                        64: 
7dab13f692 2023-07-25   65:   }
7dab13f692 2023-07-25   66: 
7dab13f692 2023-07-25   67: 
7dab13f692 2023-07-25   68: 目录列表 = document.getElementsByTagName("details")
7dab13f692 2023-07-25   69: 
7dab13f692 2023-07-25   70: function 展开或收起() {
7dab13f692 2023-07-25   71:   if (目录列表[0].open == true) {
7dab13f692 2023-07-25   72:     for (i = 0;
7dab13f692 2023-07-25   73:       i < 目录列表.length;
7dab13f692 2023-07-25   74:       i++) {
7dab13f692 2023-07-25   75:       目录列表[i].open = false;
7dab13f692 2023-07-25   76:       }
7dab13f692 2023-07-25   77:     }
7dab13f692 2023-07-25   78:   else  {
7dab13f692 2023-07-25   79:     for (i = 0;
7dab13f692 2023-07-25   80:       i < 目录列表.length;
7dab13f692 2023-07-25   81:       i++) {
7dab13f692 2023-07-25   82:       目录列表[i].open = true;
7dab13f692 2023-07-25   83:       }
7dab13f692 2023-07-25   84:     }
                        85:   }
                        86: 
                        87: </script>
                        88: </body>
                        89: </html>