]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/static/css/app.css
Incorporate bootstrap, fix nav and search.
[xonotic/xonstat.git] / xonstat / static / css / app.css
1 /* Primary elements */
2 body {
3     background: url("img/web_background_4.jpg") no-repeat fixed center center / cover  black;
4     color: #D0D0D0;
5 }
6
7 /* Navigation bar */
8 .navbar-brand {
9     padding-bottom: 0px;
10     padding-top: 10px;
11 }
12 .navbar-inverse {
13     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
14 }
15 .navbar-inverse .nav>.active>a, .navbar-inverse .nav>.active>a:hover, .navbar-inverse .nav>.active>a:focus {
16     background: none repeat scroll 0 0 rgba(49, 49, 49, 0.6);
17 }
18 .search, input[type="search"] {
19     background-color: #606060;
20     border: 1px solid #202020;
21     color: #AAAAAA;
22     width: 100px;
23 }