Tai

2020年1月25日 (土)に参加
1,865 バイト追加 、 2020年12月4日 (金) 15:01
編集の要約なし
1行目: 1行目: −
{|class="wikitable"
+
<html>
|colspan="2", rowspan="2"|
+
  <head>
|colspan="2"|動物のコスプレを
+
      <style type="text/css">
|-
+
svg.loadingBar
|している
+
{
|してない
+
  width: 80%;
|-
+
  height: 11em;
|rowspan="3"|何?
+
}
|ヒト
+
.h1
|動物のコスプレをした人
+
{
|人
+
  font-size: 2em;
|-
+
  font-style: bold;
|アニマルガール
+
}
|動物のコスプレをしたアニマルガール
+
@media only screen and (max-device-width: 480px)
|アニマルガール
+
{
|-
+
  svg.loadingBar
|恐竜
+
  {
|[[File:dino.jpg|200px]]
+
      width: 80%;
|[[File:dino.jpg|200px]]
+
      hight: 11em;
|}
+
  }
 +
  .h1
 +
  {
 +
      font-size: 1.2em;
 +
      font-style: bold;
 +
  }
 +
}
 +
      </style>
 +
  </head>
 +
  <body>
 +
      <p>続行するには認証してください</p>
 +
      <svg class="loadingBar" viewBox="0 0 100% 100%">
 +
        <text y="1em" id="loadingStart"">認証</text>
 +
        <rect x=0% width="0%" height="1.1em" fill="orangered">
 +
            <animate attributeName="width" attributeType="XML" from="0%" to="50%" fill="freeze" begin="loadingStart.click" dur="2s" repeatCount="never" id="loading1"/>
 +
            <animate attributeName="fill" attributeType="XML" from="orangered" to="gold" fill="freeze" dur="2s" repeatCount="never" id="loading1"/>
 +
            <animate attributeName="fill" attributeType="XML" begin="loading1.end" from="gold" to="limegreen" fill="freeze" dur="2s" repeatCount="never"/>
 +
        </rect>
 +
        <rect x="50%" width="0%" height="1.1em" fill="gold">
 +
            <animate attributeName="width" attributeType="XML" begin="loading1.end" from="0%" to="50%" fill="freeze" dur="2s" repeatCount="never" id="loading2"/>
 +
            <animate attributeName="fill" attributeType="XML" begin="loading1.end" from="gold" to="limegreen" fill="freeze" dur="2s" repeatCount="never"/>
 +
        </rect>
 +
        <text y="3em">認証完了・閲覧可能です</text>
 +
        <rect y="2em" width="100%" height="2em" fill="white">
 +
            <animate attributeName="height" attributeType="XML" begin="loading2.end" to="0" calcMode="discrete" dur="1s" fill="freeze" repeatCount="never" id="loadingEnd"/>
 +
        </rect>
 +
        <text y="3em" class="h1">情報</text>
 +
        <text y="7.1em" style="color:red">エラー 削除されています</text>
 +
        <rect y="3em" width="100%" height="8em" fill="white">
 +
            <animate attributeName="height" attributeType="XML" begin="loading2.end" to="0" calcMode="discrete" dur="1s" fill="freeze" repeatCount="never" id="loadingEnd"/>
 +
        </rect>
 +
      </svg>
 +
  </body>
 +
</html>
編集者
47

回編集