summaryrefslogtreecommitdiff
path: root/html/app/views/error/general.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-12 23:57:48 +0200
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-12 23:57:48 +0200
commit7aa203150fc1a2ec79c681c13f0d486d531746eb (patch)
treef09ba9f69ccd434e9c7fdeb41807fc8008784d8a /html/app/views/error/general.php
parent221af3a2e035bd6689294509feb52f286d3bd5be (diff)
downloadclassroom-7aa203150fc1a2ec79c681c13f0d486d531746eb.tar.gz
classroom-7aa203150fc1a2ec79c681c13f0d486d531746eb.tar.bz2
classroom-7aa203150fc1a2ec79c681c13f0d486d531746eb.zip
error pages; js system to support back/front-end
Diffstat (limited to 'html/app/views/error/general.php')
-rw-r--r--html/app/views/error/general.php29
1 files changed, 17 insertions, 12 deletions
diff --git a/html/app/views/error/general.php b/html/app/views/error/general.php
index 1c3c6ae..82a1d6e 100644
--- a/html/app/views/error/general.php
+++ b/html/app/views/error/general.php
@@ -3,24 +3,29 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>404: Not Found</title>
+
<style>
- html,body{ padding:0; margin:0;
- font-size:1.25em; color: #037 /*#a05*/; font-family: 'Roboto Slab', Consolas, Monaco, "Ubuntu Mono", fixed;
- line-height:1.2em; background: ##f3f4f5;
+ html,body{
+ padding:0; margin:0;
+ font-size:1.25em; font-family: Arial, Helvetica, Ubuntu, sans-serif;
+ color: #037; background: #f3f4f5;
+ line-height:1.2em;
}
- h3 { font-size: 5.2em; font-style: normal; color: #05a /*#a05*/;
- margin: 0; padding: 0;
+ h3 {
+ font-size: 2em; font-style: normal;
+ font-weight: 400;
+ color: #05a;
+ margin: 0; padding: 5px;
opacity: 0.27;
+ border-bottom: 1px solid #05a;
}
.container { display: flex; height: 100vh; align-items:center; }
.content { position: relative;
- max-width:720px; width: 100%; margin: auto auto; padding: 1.5em;
- /* text-align: center; justify-center: center; */
- font-size: .75em; opacity: .33; font-style: italic;
- }
- @media screen and ( max-width: 720px) {
- html, body { font-size: 1.24em; }
- h3 { font-size: 4em; }
+ max-width: 480px; width: 100%;
+ margin: auto auto; padding: 1.5em;
+ text-align: center; justify-center: center;
+ opacity: .33;
+ font-size: .87em
}
</style>
</head>