Cascading Style Sheets/Frost Points

From Omnia
Jump to navigation Jump to search
#Page63791 .frostPoints {
    margin: 0 auto;
    text-shadow: rgb(0, 0, 0) 2px 2px 4px, rgb(0, 0, 0) -2px -2px 4px;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    background-image: url(/images/icons/snowflake100.png);
    background-size: 50px;
    background-repeat: no-repeat;
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana;
    padding-top: 17px;
    cursor: pointer;
}