aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/error.css
diff options
context:
space:
mode:
Diffstat (limited to 'Neutron-trunk/resources/css/error.css')
-rw-r--r--Neutron-trunk/resources/css/error.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/error.css b/Neutron-trunk/resources/css/error.css
new file mode 100644
index 0000000..19cabbc
--- /dev/null
+++ b/Neutron-trunk/resources/css/error.css
@@ -0,0 +1,16 @@
+* {
+ font-family: CMS, Arial, Calibri, Ubuntu, Roboto, Liberation Sans, Helvetica, sans-serif;
+}
+
+body {
+ background-image: url("../image/error.jpg");
+ background-size: 100%;
+ background-repeat: no-repeat;
+ background-position: initial;
+ overflow: hidden;
+}
+
+.discover {
+ color: black;
+ max-width: 40%;
+} \ No newline at end of file