日分窥探用页面
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
 
#top-bar .open-menu a {
        position: fixed;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 15;
        font-family: san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888 !important;
        background-color: #fff !important;
        border-radius: 3em;
        color: #888 !important;
        text-decoration: none!important;
}
 
@media (min-width: 768px) {
 
    .mobile-top-bar {
        display: block;
    }
 
    .mobile-top-bar li {
        display: none;
    }
 
    #main-content {
        max-width: 708px;
        margin: 0 auto;
        padding: 0;
        transition: max-width 0.2s ease-in-out;
    }
 
    #side-bar {
        display: block;
        position: fixed;
        top: 0;
        left: -25em;
        width: 17em;
        height: 100%;
        background-color: rgb(184, 134, 134);
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        -webkit-transition: left 0.5s ease-in-out 0.1s;
        -moz-transition: left 0.5s ease-in-out 0.1s;
        -ms-transition: left 0.5s ease-in-out 0.1s;
        -o-transition: left 0.5s ease-in-out 0.1s;
        transition: left 0.5s ease-in-out 0.1s;
    }
 
    #side-bar:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
 
    }
 
    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        border: 1px solid #dedede;
        z-index: 10;
    }
 
    #side-bar:target + #main-content {
        left: 0;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3) 1px 1px repeat;
        z-index: -1;
    }
}

Included page "component:jstyles" does not exist (create it now)

RSA公開鍵

-----BEGIN PUBLIC KEY-----
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArLoKwzZzkOjYnqCE0LKJ
PVi+Ci3vkN4YE5jE7mtgee+2exOOSL1nCz+yU+vRaJoCZNnKeoPXPNuD9aL1ZfOK
9qNoCjONeBZQRRgawKX4fTBxknvWdmEJdczjGIUSt3EVZ5pBqxgWiBYjJ/BYT2Yc
vq/uC6a8vl1PxBTdGfGxZN9q3uGpo3DGoR5qRzNwmk0qGAGWKE2/yUU66R8WNJV8
7vS32rH2tsiNpuqn8XZd5VBwaTAuIQ+gQtaU9PhLGPaOut+1CTl2LKG5L52nejE7
IRBPoxUUMbQwhrjJR+Av4uju8aaW5EyZeBQh98UrMHyrXQC+GbwNxBN9c4eRC5Ih
XSdSXIadPiuR5/hWThfoGkJzfQSq9wajk/8G7gcKO/Imv5iDASv9+jPmmrBy8hhy
UFC3xyiSMo5Pu0EbXW1CEbMk0rwph4pJEPmRAAUQUX9/gnZ7qRpxNpuu8rNHpwbk
oQkOGCr+ad2R3XjqVNfssR9BsWpJWW5uA0xRPllgLZBvnnb81G7Dia6ei7gnw8PU
+vGB8bDGF7XX69y6U9bbwOX/p6ESu82jWrM1VOb21CTgQN44c7xQeDzzfGOtNsFA
SzJhoJTrOW9qxJFPIDr0/Au81+/6Naa1ELSx61M/0QkjylLUJyNGM8T7aJsf8ita
iSgWJP+GVTncUW7L7cjqqlcCAwEAAQ==
-----END PUBLIC KEY-----
CC BY-SA 114514.810