]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/static/css/app.css
Clear out the old styles. We'll port only the ones we need.
[xonotic/xonstat.git] / xonstat / static / css / app.css
1 /* Fonts */
2 @font-face {
3     font-family: 'XoloniumNormal';
4     src: url('fonts/xolonium.eot');
5     src: url('fonts/xolonium.eot?#iefix') format('embedded-opentype'),
6          url('fonts/xolonium.ttf') format('truetype'),
7          url('fonts/xolonium.woff') format('woff'),
8          url('fonts/xolonium.svg#xoloniumregular') format('svg');
9     font-weight: normal;
10     font-style: normal;
11 }
12
13 /* Primary elements */
14 body {
15     background: url("img/bg.jpg") no-repeat fixed center center / cover  black;
16     background-color: black;
17     color: #D0D0D0;
18     font-family: "XoloniumNormal", "Helvetica Neue", Helvetica, Arial, sans-serif;
19 }