git » homepage.git » master » tree

[master] / template.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
	  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	  <title>$title$</title>
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-XCMVL5K44X"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-XCMVL5K44X');
    </script>
	  <style type='text/css'>
      html {
          --s: 82px; /* control the size */
          --c1: #b2b2b2;
          --c2: #ffffff;
          --c3: #d9d9d9;
          
          --_g: var(--c3) 0 120deg,#0000 0;
          background:
              conic-gradient(from -60deg at 50% calc(100%/3),var(--_g)),
              conic-gradient(from 120deg at 50% calc(200%/3),var(--_g)),
              conic-gradient(from  60deg at calc(200%/3),var(--c3) 60deg,var(--c2) 0 120deg,#0000 0),
              conic-gradient(from 180deg at calc(100%/3),var(--c1) 60deg,var(--_g)),
              linear-gradient(90deg,var(--c1)   calc(100%/6),var(--c2) 0 50%,
                              var(--c1) 0 calc(500%/6),var(--c2) 0);
          background-size: calc(1.732*var(--s)) var(--s);
      }
      div#main {
          margin: 40px auto;
          max-width: 800px;
          line-height: 1.4;
          font-size: 1.1em;
          padding: 1em;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          border-radius: 0.75em;
          background-color: white;
      }
      img[src*="float_right"] {
          float: right;
          border-radius: 0.75em;
      }
      img[src*="200px"] {
          width: 200px;
      }
		  strike     { color: grey                }
		  u          { text-decoration: none;
					         background-color: yellow   }
		  tt         { color: #2e3436;            }
		  pre        { color: #2e3436;
					         margin-left: 20px          }
		  h1,h2,h3,h4,h5 {
				  color: #cc3b12;
          margin: 0 auto;
      }
		  p          { margin-top: 0              }
		  span.zim-tag {
			    color: #ce5c00;
		  }
		  div.zim-object {
			    border-style:solid;
			    border-width:1px;
		  }
	  </style>
  </head>
  <body>
    <div id="main">
      <div>
      </div>
      <div class='pages'>
	      <div class='content $title$'>
          $body$
	      </div>
      </div>
    </div id="main">
  </body>
</html>