Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Webby

    (@webby2012)

    omg! Thank you, this corrected the issue immediately…

    🙂

    Thread Starter Webby

    (@webby2012)

    All inline css from my div tags has now been removed.

    http://yorkshirechess.org/yca-league-reports-round-3/

    Thread Starter Webby

    (@webby2012)

    In a custom.css file.

    /public_html/wp-content/themes/Empire.v1.0.7/empire/custom.css

    this is separate from the default stylesheet

    /public_html/wp-content/themes/Empire.v1.0.7/empire/style.css

    The code exactly as it’s placed in my custom style sheet is:

    /*-------------------------------------------------------------------------------------------*/
    
    /* YCA GAME Boxes CSS */
    
    /*-------------------------------------------------------------------------------------------*/
    
    div.yca_results_box_grey {
    
    	background:#ccc;
    
    	background:-moz-linear-gradient(top, #ccc, #eee);
    
    	background:-webkit-gradient(linear,0 0, 0 100%, from(#ccc), to(#eee));
    
    	box-shadow:inset 0 0 10px rgba(0,0,0,.4);
    
    	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
    
    	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
    
    	}
    
    div.yca_results_box_green {
    
    	background:#ccc;
    
    	background:-moz-linear-gradient(top, #4f863b, #A9D47E);
    
    	background:-webkit-gradient(linear,0 0, 0 100%, from(#4f863b), to(#A9D47E));
    
    	box-shadow:inset 0 0 10px rgba(0,0,0,.4);
    
    	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
    
    	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
    
    	}
Viewing 3 replies - 1 through 3 (of 3 total)