]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/util/xs_interceptor/m/css/custom.css
Move the static assets to the "m" subdirectory
[xonotic/xonstat.git] / xonstat / util / xs_interceptor / m / css / custom.css
1 body {
2   background-attachment: fixed;
3   background-clip: border-box;
4   background-color: rgb(0,0,0);
5   background-origin: padding-box;
6   background-position: 50% 50%;
7   background-image: url("../img/web_background_3.jpg");
8   background-repeat: no-repeat;
9   background-size: cover;
10 }
11 .hero-unit {
12   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
13   color: #999;
14 }