.page .classTable.frame {
    border-image-source: url('image host URL');  /* direct link to image on image host */
    background-color: ; /* match to "inside" hex code */
    color: white;   /* text color */
    & table tbody tr:nth-child(odd) td {
        background-color: ;  /* changes row highlights */
    }
}