Title: Webby's Replies | WordPress.org

---

# Webby

  [  ](https://wordpress.org/support/users/webby2012/)

 *   [Profile](https://wordpress.org/support/users/webby2012/)
 *   [Topics Started](https://wordpress.org/support/users/webby2012/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webby2012/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webby2012/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webby2012/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webby2012/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webby2012/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [div class in theme](https://wordpress.org/support/topic/div-class-in-theme-1/)
 *  Thread Starter [Webby](https://wordpress.org/support/users/webby2012/)
 * (@webby2012)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/div-class-in-theme-1/#post-3150481)
 * omg! Thank you, this corrected the issue immediately…
 * 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [div class in theme](https://wordpress.org/support/topic/div-class-in-theme-1/)
 *  Thread Starter [Webby](https://wordpress.org/support/users/webby2012/)
 * (@webby2012)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/div-class-in-theme-1/#post-3150479)
 * All inline css from my div tags has now been removed.
 * [http://yorkshirechess.org/yca-league-reports-round-3/](http://yorkshirechess.org/yca-league-reports-round-3/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [div class in theme](https://wordpress.org/support/topic/div-class-in-theme-1/)
 *  Thread Starter [Webby](https://wordpress.org/support/users/webby2012/)
 * (@webby2012)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/div-class-in-theme-1/#post-3150477)
 * 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)