﻿
/* This file is intended to contain rules that will allow "skinning" of your manual by changeing the colors, fonts and background images. You should not place any rules here
that modify positioning or size or other display properties*/

body {
    font-family: Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif;
    color: #ebebeb; /*xboxwhite*/
    background-color: #282828;
}

.gameManualTitle {
    color: #ebebeb;
}

article a.articleTitle, article a.articleTitle:visited {
    color: #6b6b6b;
}

/* BACKGROUNDS */

.helpMenu {
    /*background: url("img/bgmax.jpg") no-repeat transparent right top;*/
    /*background-size: cover;*/
}

section.articles {
    /*background: url("img/bgmax75.jpg") no-repeat transparent right top;*/
    /*background-size: cover;*/
}

.contentPanel {
    /*background: url("img/sidebar2_max.png") no-repeat 0 0;*/
    /*background-size: cover;*/
}

@media (orientation:portrait) and (min-width: 336px) and (max-width: 480px) and (min-height: 901px) and (max-height: 1080px), (orientation:portrait) and (max-height: 900px), (orientation:portrait) and (min-height: 1081px), (orientation:portrait) and (max-width: 335px) and (min-height: 901px) and (max-height: 1080px), (orientation:portrait) and (min-width: 481px) and (min-height: 901px) and (max-height: 1080px) {
    .helpMenu, section.articles {
        background: #222;
    }

    .helpMenu .articleTitle {
        background-position: center center;
    }
}
