﻿@keyframes myfirst {
    0% {
        background: red;
        left: 0px;
        top: 0px;
    }

    25% {
        background: yellow;
        left: 200px;
        top: 0px;
    }

    50% {
        background: blue;
        left: 200px;
        top: 200px;
    }

    75% {
        background: green;
        left: 0px;
        top: 200px;
    }

    100% {
        background: red;
        left: 0px;
        top: 0px;
    }
}

@media screen and (min-width:600px) {
}

body {
    background-attachment: fixed;
    /*background: radial-gradient(circle, transparent 20%, rgba(216, 255, 215, 0.70) 20%, rgba(216, 255, 215, 0.70) 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, rgba(216, 255, 215, 0.70) 20%, rgba(216, 255, 215, 0.70) 80%, transparent 80%, transparent) 50px 50px, linear-gradient(#d8ffd7 8px, transparent 8px) 0 -4px, linear-gradient(90deg, #d8ffd7 8px, transparent 8px) -4px 0;
    background-color: rgba(135, 255, 135, 0.8);
    background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;*/
    /*background-color: rgba(135, 255, 135, 0.2);*/
    /*background: url(../images/background/bg.jpg);*/
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    /*width: 99%;
    height: 99%;*/
    overflow: hidden;
    /*border: 1px solid black;*/
    font-family: 微軟正黑體,Lucida Sans Unicode,Arial, sans-serif;
}

.rank_ReaderTitleRow {
    background: rgba(40%, 20%, 70%, .7);
}

.rank_UnitTitleRow {
    background: rgba(70%, 20%, 40%, .7);
}

.rank_doubleRow {
    background: rgba(100%, 100%, 100%, .8);
}

.rank_singleRow {
    background: rgba(80%, 75%, 85%, .8);
}

.ranking_table {
    color: black;
}

.clear_float {
    clear: both;
}

.title_str {
    color: #202020;
    position: relative;
    font-weight: bold;
    -webkit-text-stroke: 1px black;
    text-shadow: 2px 6px 6px rgba(0,0,0,0.3);
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.count_title {
    color: #405050;
    position: relative;    
    font-weight: bold;
    /*-webkit-text-stroke: 1px #405050;*/
    text-shadow: 2px 6px 6px rgba(0,0,0,0.2), 0px -5px 20px rgba(255,255,255,0.3);
}

.count_show {
    color: brown;
    position: relative;    
    font-weight: bold;
    /*-webkit-text-stroke: 1px brown;*/
    text-shadow: 2px 6px 6px rgba(0,0,0,0.2), 0px -5px 20px rgba(255,255,255,0.3);    
    text-align: center;
    font-family: Arial,Times New Roman, 微軟正黑體;
}

.title_table {         
    position: relative;    
    font-weight: bold;
    letter-spacing: 5px;  /* for Chinese */
    /*letter-spacing: 2px;*/ /* for English */
    text-align: center;
    text-shadow: 2px 6px 6px rgba(0,0,0,0.2), 0px -5px 20px rgba(255,255,255,0.3);
    border-bottom: 4px solid rgba(0%, 0%, 0%, .8);
    color: rgba(100%, 100%, 100%, .9);    
}

#ErrMes {
}
