]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/static/css/app.css
5c68f3294cf3a5056a3950439b24a86608935613
[xonotic/xonstat.git] / xonstat / static / css / app.css
1 /* Fonts */
2 @font-face {
3     font-family: 'XoloniumNormal';
4     src: url('fonts/xolonium-webfont.eot');
5     src: url('fonts/xolonium-webfont.eot?#iefix') format('embedded-opentype'),
6          url('fonts/xolonium-webfont.woff') format('woff'),
7          url('fonts/xolonium-webfont.ttf') format('truetype'),
8          url('fonts/xolonium-webfont.svg#XoloniumNormal') format('svg');
9     font-weight: normal;
10     font-style: normal;
11 }
12
13
14 /* Primary elements */
15 body {
16     background: url("img/web_background_4.jpg") no-repeat fixed center center / cover  black;
17     color: #D0D0D0;
18 }
19
20 /* Navigation bar */
21 .navbar-brand {
22     margin-left: 0;
23     padding-bottom: 0px;
24     padding-top: 10px;
25     text-align: left;
26 }
27 .navbar-inverse {
28     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
29 }
30 .navbar-inverse .nav>.active>a, .navbar-inverse .nav>.active>a:hover, .navbar-inverse .nav>.active>a:focus {
31     background: none repeat scroll 0 0 rgba(49, 49, 49, 0.6);
32 }
33 .navbar-inverse .nav>li>a, .navbar-brand {
34     font-family: XoloniumNormal;
35 }
36 .search, input[type="search"] {
37     background-color: #606060;
38     border: 1px solid #202020;
39     color: #AAAAAA;
40     width: 100px;
41 }