summaryrefslogtreecommitdiff
path: root/www/static/httperror.css
diff options
context:
space:
mode:
authorHorus32014-03-12 02:50:30 +0100
committerHorus32014-03-12 02:50:30 +0100
commit8970954933ecf4b5c842027faa7c52f85cc25fe2 (patch)
treee502119b624197871550d72d55c2e9a9f2a4f05b /www/static/httperror.css
parent0148c370ea13ee0469bd67260cf8c9fe9c97677d (diff)
downloadfiles.iamfabulous.de-8970954933ecf4b5c842027faa7c52f85cc25fe2.tar.gz
Structure in functions. Stronger hash algorith for password safety, also pepper.
Diffstat (limited to 'www/static/httperror.css')
-rw-r--r--www/static/httperror.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/static/httperror.css b/www/static/httperror.css
new file mode 100644
index 0000000..3567ae4
--- /dev/null
+++ b/www/static/httperror.css
@@ -0,0 +1,18 @@
+#Error-Page-content{
+ margin-left: auto;
+ margin-right: auto;
+ top: 50%;
+ margin-top: -200px;
+ width: 600px;
+ height: 400px;
+ text-align: center;
+ position: relative;
+}
+
+#Error-Page-head{
+ font-size: 120pt;
+}
+
+#Error-Page-description{
+
+}