Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fscoli-next
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fachschaft
fscoli-next
Commits
77e398d9
Commit
77e398d9
authored
3 years ago
by
Jakob Moser
Browse files
Options
Downloads
Patches
Plain Diff
Re-add styles for 404 page
parent
efdde8fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Resolve "Rewrite theme"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
404.php
+1
-1
1 addition, 1 deletion
404.php
style.css
+15
-0
15 additions, 0 deletions
style.css
with
16 additions
and
1 deletion
404.php
+
1
−
1
View file @
77e398d9
...
...
@@ -15,7 +15,7 @@ get_header();
<header>
<h1>
Fehler: 404
</h1>
</header>
<div
class=
"content
error404
"
>
<div
class=
"content
jumbo
"
>
<div
class=
"icon"
>
?!
</div>
<div
class=
"message"
>
Die angefragte Seite existiert leider nicht.
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
style.css
+
15
−
0
View file @
77e398d9
...
...
@@ -543,6 +543,21 @@ main.list footer time {
content
:
""
;
}
/* ==== Utilities: Jumbo content (used on 404 page) ==== */
.content.jumbo
{
text-align
:
center
;
}
.content.jumbo
.icon
{
margin
:
0.25em
;
font-size
:
10em
;
}
.content.jumbo
div
{
display
:
inline-block
;
vertical-align
:
middle
;
}
/* ==== Text markup elements ==== */
a
{
color
:
var
(
--accent-color
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment