游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [bf13b1dd34]:

To Artifact [84694176d8]:


54
55
56
57
58
59
60






61
62
63
64
65
66
67
h1,h2,h3,h4,h5,h6 {
font-size: 1.5em;
color: #3F5770;
border-bottom: 0.1em solid #666666;
margin: 1.2em 0em;
}
a {






background-color: white;
text-decoration-color: blue;
}
a:visited {
color: blue;
text-decoration-color: white;
}







>
>
>
>
>
>







54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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;
}
77
78
79
80
81
82
83
84
85




86
87
88
89
90
91
92
93
94
95





96
97
98
99
100
101





102
103
104









105
106
107
108
109
110
111
112
113
114
115
116









117


118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172

173
174
175
176
177
178
179
180

181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196



















197
198
199
200
.title {
background-color: white;
font-size: 2em;
text-align: center;
}
b {
background-color: white;
}
a {




target: _blank;
}
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;
}





pre {
background: #f6f6f6;
border-left: 0.5em solid #ccc;
padding: 0.4em;
border-radius: 0.2em;
}





code {
font-family: "Verdana";
}









</style>
  <!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  <![endif]-->
</head>
<body>
<div class="title">
特殊凡骨
</div>
<details>
<summary>
灵摆









</summary>


<ol type="1">
<li>火蛋白石头龙头领</li>
<li>曼陀林草龙</li>
<li><b>闪光之骑士</b></li>
<li>铜锣龙</li>
</ol>
</details>
<p><b>☞ 以下内容不够重要,可以忽略</b></p>
<details>
<summary>
同调
</summary>
<ol type="1">
<li>自然狮面草</li>
<li>废铁死亡恶魔</li>
<li><b>大地之骑士 盖亚骑士</b></li>
</ol>
</details>
<details>
<summary>
超量
</summary>
<ol type="1">
<li>觉醒的勇士 魔蜥义豪</li>
<li><b>宝石骑士·珍珠</b></li>
</ol>
</details>
<details>
<summary>
连接
</summary>
<ol type="1">
<li>天威之鬼神</li>
<li><b>电影之骑士 盖亚剑士</b></li>
<li>流量幽灵</li>
<li>LAN 喙嘴龙</li>
<li>天威之拳僧</li>
</ol>
</details>
<p><b>☞ 以下内容不够重要,可以忽略</b></p>
<details>
<summary>
仪式
</summary>
<p>很多。</p>
</details>
<details>
<summary>
融合
</summary>
<p>很多。</p>
</details>
<script>

document.onmouseup = function(event) {

  var 元素 = event.target

  if (元素.tagName == "PRE"
  || 元素.tagName == "CODE") {
    var 文本 = 元素.textContent
    navigator.clipboard.writeText(文本)
  }


}

document.addEventListener('touchend', function(event) {
  var target = event.target;
  if (target.tagName == "PRE" || target.tagName == "CODE") {
    var range = document.createRange();
    range.selectNodeContents(target);
    window.getSelection().removeAllRanges();
    window.getSelection().addRange(range);
    var successful = document.execCommand('copy');
    target.removeAttribute('contenteditable');
    window.getSelection().removeAllRanges();
  }
});






















</script>
</body>
</html>







<
|
>
>
>
>
|









>
>
>
>
>






>
>
>
>
>



>
>
>
>
>
>
>
>
>






|
|
|
|
|
|
>
>
>
>
>
>
>
>
>
|
>
>






<
|
<
<
|
<





<
<
<
|
<




<
<
<
|
<







<
|
<
<
|
<

<
<
<
|
<

<


|
>
|

|
|
<
<
<
|
>
|
<
<
<
<




|
|

|
|
|

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>




83
84
85
86
87
88
89

90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162

163


164

165
166
167
168
169



170

171
172
173
174



175

176
177
178
179
180
181
182

183


184

185



186

187

188
189
190
191
192
193
194
195



196
197
198




199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
.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 {
transform:
rotateX(38deg)
translateY(7px);
}
pre {
background: #f6f6f6;
border-left: 0.5em solid #ccc;
padding: 0.4em;
border-radius: 0.2em;
}
pre:active {
transform:
rotateX(38deg)
translateY(7px);
}
code {
font-family: "Verdana";
}
button {
background: #ffffff;
color: #20894d;
}
button:active {
transform:
rotateX(38deg)
translateY(7px);
}
</style>
  <!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  <![endif]-->
</head>
<body>
<header id="title-block-header">
<h1 class="title">特殊凡骨</h1>
</header>
<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#灵摆" id="toc-灵摆"><span class="toc-section-number">1</span> 灵摆</a></li>
<li><a href="#以下内容不够重要可以忽略" id="toc-以下内容不够重要可以忽略"><span class="toc-section-number">2</span> ☞
以下内容不够重要,可以忽略</a></li>
<li><a href="#同调" id="toc-同调"><span class="toc-section-number">3</span> 同调</a></li>
<li><a href="#超量" id="toc-超量"><span class="toc-section-number">4</span> 超量</a></li>
<li><a href="#连接" id="toc-连接"><span class="toc-section-number">5</span> 连接</a></li>
<li><a href="#以下内容不够重要可以忽略-1" id="toc-以下内容不够重要可以忽略-1"><span class="toc-section-number">6</span> ☞
以下内容不够重要,可以忽略</a></li>
<li><a href="#仪式" id="toc-仪式"><span class="toc-section-number">7</span> 仪式</a></li>
<li><a href="#融合" id="toc-融合"><span class="toc-section-number">8</span> 融合</a></li>
</ul>
</nav>
<h1 data-number="1" id="灵摆"><span class="header-section-number">1</span> 灵摆</h1>
<ol type="1">
<li>火蛋白石头龙头领</li>
<li>曼陀林草龙</li>
<li><b>闪光之骑士</b></li>
<li>铜锣龙</li>
</ol>

<h1 data-number="2" id="以下内容不够重要可以忽略"><span class="header-section-number">2</span> ☞ 以下内容不够重要,可以忽略</h1>


<h1 data-number="3" id="同调"><span class="header-section-number">3</span> 同调</h1>

<ol type="1">
<li>自然狮面草</li>
<li>废铁死亡恶魔</li>
<li><b>大地之骑士 盖亚骑士</b></li>
</ol>



<h1 data-number="4" id="超量"><span class="header-section-number">4</span> 超量</h1>

<ol type="1">
<li>觉醒的勇士 魔蜥义豪</li>
<li><b>宝石骑士·珍珠</b></li>
</ol>



<h1 data-number="5" id="连接"><span class="header-section-number">5</span> 连接</h1>

<ol type="1">
<li>天威之鬼神</li>
<li><b>电影之骑士 盖亚剑士</b></li>
<li>流量幽灵</li>
<li>LAN 喙嘴龙</li>
<li>天威之拳僧</li>
</ol>

<h1 data-number="6" id="以下内容不够重要可以忽略-1"><span class="header-section-number">6</span> ☞ 以下内容不够重要,可以忽略</h1>


<h1 data-number="7" id="仪式"><span class="header-section-number">7</span> 仪式</h1>

<p>很多。</p>



<h1 data-number="8" id="融合"><span class="header-section-number">8</span> 融合</h1>

<p>很多。</p>

<script>

document.onclick = function(event) {

  var target = event.target

  if (target.tagName == "PRE"
  || target.tagName == "CODE") {



    if (window.getSelection().toString() !== "") {
      return
      }




    var range = document.createRange();
    range.selectNodeContents(target);
    window.getSelection().removeAllRanges();
    window.getSelection().addRange(range);
    var successful = document.execCommand("copy");
    target.removeAttribute("contenteditable");
    window.getSelection().removeAllRanges();
    }

  }


目录列表 = document.getElementsByTagName("details")

function 展开或收起() {
  if (目录列表[0].open == true) {
    for (i = 0;
      i < 目录列表.length;
      i++) {
      目录列表[i].open = false;
      }
    }
  else  {
    for (i = 0;
      i < 目录列表.length;
      i++) {
      目录列表[i].open = true;
      }
    }
  }

</script>
</body>
</html>