﻿@import url(/Resource/CSS/Wish/buttons.css);
@import url(/Resource/CSS/Wish/tzstyle.css);
@import url(/Resource/CSS/Wish/normalize.css);
@import url(/Resource/CSS/Wish/default.css);

.wishcontent {
    word-wrap: break-word;
    word-break: break-all;
    max-width: 150px;
}

body {
    color: #fff;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url(/Resource/Images/Wish/pool/di.png);
    background-size: cover;
    background-position: 50% 0;
    height: 100%;
    text-align: center;
}

    body:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

main {
    padding: 0px;
    width: 1px;
    margin-bottom: 0em;
}

code {
    font-size: 0.8em;
    display: inline;
}

.disable {
    position: fixed;
    bottom: 0;
    right: 0;
}

.code-string {
    color: #ec7600;
}

.code-cbracket {
    font-weight: bold;
}

.code-number {
    color: #ffcd22;
}
