]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/app.css
Add header image, statline, and border box.
[xonotic/xonstat.git] / xonstat / static / css / app.css
index 01f3be4df6465a7a4ec77fb56d0c837a046a87e8..eb71103854c186232f5ad8d2bf9f99ba5d6b1d9f 100644 (file)
 body {
     background: url("img/web_background_4.jpg") no-repeat fixed center center / cover  black;
     color: #D0D0D0;
+    font-family: "XoloniumNormal", "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
+#statline {
+    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-size: 13px;
+    position: relative;
+    top: -25px;
+}
+#xonborder {
+    background: rgb(0, 0, 0); /* IE Fallback */
+    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
+    border-radius: 15px 15px 15px 15px;
+    margin-bottom: 30px;
+    margin-left: 0px;
+    padding: 20px;
+}
+
 
 /* Navigation bar */
 .navbar-brand {