]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/static/css/app.css
41019876a733523bcc5df5317b26655085aa94ba
[xonotic/xonstat.git] / xonstat / static / css / app.css
1 /* Fonts */
2 @font-face {
3     font-family: 'Xolonium';
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 body {
14   background-color: #0F0F0F;
15   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) repeat scroll 0% 0%, url("img/bg.jpg") no-repeat fixed center center / cover black;
16   color: #9B9B9B;
17   font-family: "Xolonium", "Helvetica Neue", Helvetica, Arial, sans-serif;
18 }
19
20 h1, h2, h3, h4, h5 {
21   color: #C3C3C3;;
22   font-family: "Xolonium", Helvetica, Arial, sans-serif;
23 }
24
25 p {
26   color: #C3C3C3;
27   font-size: 1.3rem;
28 }
29
30 hr {
31   border-color: #1b1b1b;
32 }
33
34 ul, ol, dl {
35   font-size: 1.1rem;
36 }
37
38 table {
39   background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.70);
40   border: 1px solid #436688;
41   border-collapse: collapse;
42   border-spacing: 0;
43 }
44
45 table tr td {
46   font-size: 10px;
47 }
48
49 table thead {
50   background-color: #001021;
51 }
52
53 table td, table th {
54   border: 1px solid #436688;
55 }
56
57 table tr.even, table tr.alt, table tr:nth-of-type(2n) {
58   background: none;
59 }
60
61 table thead tr th, table thead tr td, table tr th, table tr td {
62   color: #D0D0D0;
63 }
64
65 .table-condensed {
66   table-layout: fixed;
67   width: 100%;
68 }
69
70 .table-condensed th, .table-condensed td {
71   padding: 4px 5px;
72 }
73
74 .no-stretch {
75   overflow: hidden;
76   text-overflow: ellipsis;
77   white-space: nowrap;
78 }
79
80 .top-bar {
81   height: 50px;
82 }
83
84 .top-bar .name h1 a {
85   color: rgb(200, 200, 200);
86   font-size: 1.1rem;
87   text-shadow: 0px 1px 1px rgba(200, 200, 200, 0.4);
88 }
89
90 .top-bar-section ul li {
91   background: none;
92 }
93
94 .top-bar-section ul li > a {
95   color: rgb(200, 200, 200);
96   font-family: 'Xolonium';
97   font-size: 1rem;
98   text-shadow: 0px 1px 1px rgba(200, 200, 200, 0.4);
99 }
100
101 .top-bar-section li:not(.has-form) a:not(.button) {
102   line-height: 50px;
103 }
104
105 .top-bar, .contain-to-grid {
106   background: linear-gradient( rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 95% );
107   margin-bottom: 15px;
108 }
109
110 .top-bar.expanded .title-area {
111   background: none;
112 }
113
114 .top-bar-section li:not(.has-form) a:not(.button) {
115   background: none;
116 }
117
118 .top-bar-section li:not(.has-form) a:not(.button):hover {
119  background: #333;
120 }
121
122 .panel {
123   background-color: #151515;
124   border-color: rgb(40, 40, 40);
125 }
126
127 .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
128   color: #777777;
129 }
130
131 .th {
132   box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.4);
133 }
134
135 .th:hover, .th:focus {
136   box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.7);
137 }
138
139 /* Footer */
140 #footer {
141   background: linear-gradient( rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 95% );
142   font-family: sans-serif;
143   font-style: italic;
144   margin: 15px 0px 0px 0px;
145   padding-top: 5px;
146   width: 100%;
147 }
148
149 #footer p {
150   color: white;
151   margin-bottom: 0.5rem;
152   text-align: center;
153 }
154
155 #footer ul {
156   font-size: 1rem;
157   list-style: none;
158   margin-left: 0;
159 }
160
161 #title {
162   color: #08C;
163   font-size: 1.8rem;
164   margin-bottom: 10px;
165   position: relative;
166   text-align: center;
167   text-shadow: 2px 2px 3px #333;
168 }
169
170 .statline {
171   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
172   font-size: 0.9rem;
173   position: relative;
174   top: -20px;
175 }
176
177 .nostretch {
178   overflow: hidden;
179   text-overflow: ellipsis;
180   white-space: nowrap;
181 }