/* common style */

* {
    padding: 0;
    margin: 0;
    border: none;
}

html {
}

body {
    background: #202020;
    font-family: helvetica, arial, sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
ul, ol, pre {
    margin: 6px 0;
}

a {
    color: black;
    text-decoration: none;
    outline: none;
}

.blog a {
    color: #000040;
}

del {
    color: #404040;
}

ul, ol {
    margin-left: 2em;
}

hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 24px 0;
}

blockquote {
    border-left: 6px solid rgba(255, 255, 255, 0.4);
    margin: 12px 0 18px 0;
    padding: 6px 12px;
    background: white;
    background: rgba(255, 255, 255, 0.2);
}

code {
    margin: 0 4px;
    padding: 4px;
    height: 18px;
    background: white;
    background: rgba(255, 255, 255, 0.2);
}

pre code {
    display: block;
    margin: 12px 0 18px 0;
    padding: 0;
    height: auto;
    line-height: normal;
    overflow-x: auto;
}

/* content */

.content {
    padding: 0 10%;
}

.hint, .header, .blog, .prenext, .footer {
    margin: 2px;
    padding: 6px 12px;
    overflow: hidden;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

/* index.html */

.posts {
    margin: 0 auto;
}

.post {
}

.postcontent {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background: white;
    background: rgba(255, 255, 255, 0.25);
}

.postcontentx {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background: white;
    background: rgba(255, 255, 255, 0.75);
}

.postlink, .posttags {
    overflow: hidden;
    cursor: default;
}

.postlink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px;
}

.postdate {
    text-align: right;
    font-style: italic;
}

.posttitle {
    margin: 6px 0;
}

.postdetail {
    line-height: 1.35;
}

.posttags {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
}

.tagicon {
    float: right;
    margin: 2px;
    height: 24px;
}

.tagtext {
    float: right;
    padding: 4px;
    height: 18px;
}

.img_bottom {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.div_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #202020;
    box-shadow: 0 -2px 2px #808080;
    opacity: 0.96;
    overflow: hidden;
}

.div_bottom_shadow {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 3px;
    box-shadow: 0 3px 2px 1px #181818;
}

.bigicon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    height: 120px;
}

.midicon {
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -30px;
    height: 60px;
}

.buttom_inner {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 96px;
    right: 96px;
}

.filters {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 30%;
    height: auto !important;
}

.links {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 70%;
    right: 0;
    height: auto !important;
}

.button {
    margin: 3px;
    padding: 6px;
    color: #C0C0C0;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: 2px 2px 2px black;
    cursor: pointer;
}

.button2 {
    margin: 3px;
    padding: 6px;
    color: #C0C0C0;
    background: rgba(0, 0, 0, 0.4);
    text-shadow: 2px 2px 2px black;
    cursor: pointer;
}

.bgtext1 {
    position: absolute;
    bottom: 0;
    right: 30%;
    color: rgba(0, 0, 0, 0.2);
    font-size: 200px;
    line-height: 200px;
    pointer-events: none;
}

.bgtext2 {
    position: absolute;
    bottom: -100px;
    left: 70%;
    color: rgba(255, 255, 255, 0.1);
    font-size: 100px;
    line-height: 100px;
    pointer-events: none;
    transform: rotate(270deg);
    transform-origin: 0% 0%;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: 0% 0%;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: 0% 0%;
    -o-transform: rotate(270deg);
    -o-transform-origin: 0% 0%;
}

/* post.html */

.blog {
    border-left: 6px solid rgba(255, 255, 255, 0.4);
}

.blog p {
    margin: 12px 0 18px 0;
}

.blogdate {
    font-style: italic;
}

.blogtitle {
}

.blogtags {
}

.footer {
    text-align: center;
}
