/* XBOX THEME */

body[theme="xbox"] {
  background-color: rgb(0, 0, 0);
  background-image: url("/assets/themes/xbox/xbox.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

body[theme="xbox"] .article p, body[theme="xbox"] #subtitle, body[theme="xbox"] #home-h1, body[theme="xbox"] #carousel .controls button, body[theme="xbox"] #counter, body[theme="xbox"] p, body[theme="xbox"] #art-body h3,body[theme="xbox"] #art-body h1 {
color: greenyellow; 
}

body[theme="xbox"] #articleicon {
border-color: greenyellow;
}

body[theme="xbox"] #popup, body[theme="xbox"] #footer-div {
background-image: url('/assets/themes/xbox/popup.png');
border-color: #004604;
}

body[theme="xbox"] #settings-item {
 background-color: #00a008;
}

body[theme="xbox"] #custom-cursor, body[theme="xbox"] #panic-key, body[theme="xbox"] #panic-site, body[theme="xbox"] #page-title, body[theme="xbox"] #page-favicon, body[theme="xbox"] #Game-Category, body[theme="xbox"] #Movie-Year, body[theme="xbox"] #Game-Letter, body[theme="xbox"] #clickoff {
background-image: url("/assets/themes/xbox/360.jpg");
}

body[theme="xbox"] .toggle-slider {
 background-color: #003f03;
}