﻿
/* baseball_vidgame_field_stylesheet.css */


 body {
    background-color: gray;
    position:relative;
}  
   


 /* pre-position runner images around baselines and bases in order to facilitate animating running around bases ie. by sequentially displaying and hiding them */
#runner0 {
    position: absolute;
    top: 315px;
    left: 180px;
    height: 20px;
    display:none;
}

#runner1 {
    position: absolute;
    top: 300px;
    left: 195px;
    height: 20px;
    display: none;
}

#runner2 {
    position: absolute;
    top: 285px;
    left: 210px;
    height: 20px;
    display: none;
}

#runner3 {
    position: absolute;
    top: 260px;
    left: 220px;
    height: 20px;
    display: none;
}

#runner4 {
    position: absolute;
    top: 245px;
    left: 205px;
    height: 20px;
    display: none;
}

#runner5 {
    position: absolute;
    top: 230px;
    left: 190px;
    height: 20px;
    display: none;
}

#runner6 {
    position: absolute;
    top: 215px;
    left: 175px;
    height: 20px;
    display: none;
}

#runner7 {
    position: absolute;
    top: 200px;
    left: 155px;
    height: 20px;
    display: none;
}

#runner8 {
    position: absolute;
    top: 215px;
    left: 140px;
    height: 20px;
    display: none;
}

#runner9 {
    position: absolute;
    top: 230px;
    left: 125px;
    height: 20px;
    display: none;
}

#runner10 {
    position: absolute;
    top: 245px;
    left: 110px;
    height: 20px;
    display: none;
}

#runner11 {
    position: absolute;
    top: 260px;
    left: 100px;
    height: 20px;
    display: none;
}

#runner12 {
    position: absolute;
    top: 285px;
    left: 120px;
    height: 20px;
    display: none;
}

#runner13 {
    position: absolute;
    top: 300px;
    left: 135px;
    height: 20px;
    display: none;
}

#runner14 {
    position: absolute;
    top: 315px;
    left: 150px;
    height: 20px;
    display: none;
}

#runner15 {
    position: absolute;
    top: 325px;
    left: 165px;
    height: 20px;
    display: none;
}


/* pre-position infielder and outfielder images in appropriate locations of diamond field in order to facilitate displaying ground outs and fly outs */
#fielder0 {
    position: absolute;
    top: 230px;
    left: 240px;
    height: 18px;
}

#fielder1 {
    position: absolute;
    top: 195px;              /* 190 */
    left: 200px;
    height: 18px;
}

#fielder2 {
    position: absolute;
    top: 195px;               /* 190 */
    left: 120px;
    height: 18px;
}

#fielder3 {
    position: absolute;
    top: 230px;
    left: 80px;
    height: 18px;
}

#fielder4 {
    position: absolute;
    top: 110px;
    left: 280px;
    height: 18px;
}

#fielder5 {
    position: absolute;
    top: 70px;
    left: 160px;
    height: 18px;
}

#fielder6 {
    position: absolute;
    top: 110px;
    left: 40px;
    height: 18px;
}

#fielder7 {
    position: absolute;
    top: 270px;
    left: 165px;
    height: 18px;
}


#bb_trans_10x10px {
    position: absolute;
    top: 200px;
    left: 340px;
    height: 5px;
    z-index: 10;
    /*border: 2px solid yellow; */
}


#bb_trans_10x10px2 {
    position: absolute;
    top: 300px;
    left: 340px;
    height: 5px;
    border: 2px solid yellow;
}


#bb_trans_10x10px3 {
    position: absolute;
    top: 155px;
    left: 170px;
    height: 5px;
    border: 2px solid yellow;
}



#field_container2 {
    background-color: mediumpurple;
    position: absolute;
    width: 350px;
    height: 650px;
    top: 10px;
 /*   left: 200px;  */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border: 4px solid black;
    display: none;
}



#diamond_transparent_container {
    border-top: 4px solid black;
    position: absolute;
    height: 360px;
    width: 350px;
    bottom: 0px;
    left: 0px;
    background-color: mediumpurple;
}


#diamond_350x350_transparency {
    position: absolute;
    bottom: 0px;
    left: 0px;
}


#ryecatcher_100px {
    border: 2px solid black;
    margin: 5px;
}

#scor_stats {
    position: absolute;
    top: 8px;
    left: 120px;
}

.thbx {
    width: 15px;
    height: 12px;
    text-align: right;
    font-size: 12px;
    font-family: Arial;
}

.thbx_lg {
    width: 30px;
    text-align: right;
}

.thbx_pit {
    width: 50px;
    text-align: right;
}

.thbx_name {
    width: 40px;
    height: 12px;
    text-align: left;
    font-size: 12px;
    font-family: Arial;
    /* border: 1px solid green;  */
}

.thbx_ht {
    height: 12px;
    /*border:1px solid black; */
}

.runs_yellow {
    color: yellow;
}

.boxscore_table {
    color: white;
    background-color: black;
    border: 4px solid black;
    border-collapse: collapse;
    /*   margin-left:5px;
            margin-bottom:5px;
            margin-top:5px;   */
    margin: 5px auto;
}

td, th {
    /*display:table-cell; */
    /*border: 1px solid green; */
    width: 15px;
    /* height: 12px;  */
    font-family: Arial;
    text-align: left;
    font-size: 12px;
}

.stats_table, .pitch_stats_table {
    border: 4px solid mediumpurple;
    border-collapse: collapse;
    margin-left: 10px;
    color: white;
    margin-bottom: 5px;
}

#score_stats_container {
    width: 350px;
    /* border-bottom:4px solid black;  */
}

#game_info {
    margin: 5px auto;
    width: 280px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 800;
}

#diamond_AB_result {
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    color: yellow;
}

#AB_result_label {
    font-weight: 800;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    margin-left: 30px;
}

#AB_result_container {
    width: 250px;
    margin: 5px auto;
}

/*
#faster {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: lightblue;
    width: 60px;
    height: 50px;
    z-index: 1;
}   */


#faster {
    position: absolute;
    font-size: 10px;
    top: 0px;
    left: 0px;
    background-color: lightblue;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 17px;
    z-index: 1;
    padding-bottom: 0px;
}


#display_speed {
    position: absolute;
    font-size: 10px;
    font-weight:700;
    top: 18px;
    left: 0px;
    width: 60px;
    height: 16px;
    text-align: center;
    vertical-align:middle;
    padding-top: 2px;
}

#slower {
    position: absolute;
    font-size: 10px;
    bottom: 0px;
    left: 0px;
    background-color: lightblue;
    width: 60px;
    height: 17px;
    z-index: 1;
    /*margin-top: 2px;
    padding-bottom: 1px; */
}


#display_speed_container {
    position: absolute;
    bottom: 5px;
    left: 5px;
    /* background-color: lightblue;  */
    width: 60px;
    height: 50px;
    z-index: 1;
}


#return2 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: pink;
    background-image: url(bball_images/batting_button_60x50px.jpg);
    width: 60px;
    height: 50px;
    z-index: 1;
}


#game_over_container {
    position: absolute;
    display: none;
    top:110px;
    left:65px;
    width:200px;
}


#game_over {
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    text-align:center;
    color:white;
}

#game_outcome {
    font-family: Arial;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    vertical-align:middle;
    color:yellow;
    height:20px;
}


#play_again{
    background-color:yellow;
    width:90px;
    margin-left: 60px;
}



