Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
monero-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
René Brunner
monero-site
Commits
1a530f0d
Unverified
Commit
1a530f0d
authored
10 years ago
by
Riccardo Spagni
Browse files
Options
Downloads
Patches
Plain Diff
fixed relative paths in CSS
parent
3d1ce023
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
404/css/main.css
+5
-5
5 additions, 5 deletions
404/css/main.css
404/index.md
+4
-4
4 additions, 4 deletions
404/index.md
_data/dogtalk.yml
+2
-2
2 additions, 2 deletions
_data/dogtalk.yml
with
11 additions
and
11 deletions
404/css/main.css
+
5
−
5
View file @
1a530f0d
...
...
@@ -4,7 +4,7 @@
html
,
body
{
height
:
100%
;
background
:
#186aa9
url(
..
/images/sky-background.png)
top
repeat-x
;
background
:
#186aa9
url(
/404
/images/sky-background.png)
top
repeat-x
;
overflow
:
hidden
;
padding
:
0
;
margin
:
0
;
...
...
@@ -32,7 +32,7 @@ img, a img{
margin
:
0px
auto
;
position
:
relative
;
height
:
100%
;
background
:
url(
..
/images/sky-shine.jpg)
top
left
no-repeat
;
background
:
url(
/404
/images/sky-shine.jpg)
top
left
no-repeat
;
}
div
.top-left
{
...
...
@@ -84,7 +84,7 @@ div.dog{
width
:
80px
;
height
:
80px
;
z-index
:
999
;
background
:
url(
..
/images/dog1.png)
0px
0px
no-repeat
;
background
:
url(
/404
/images/dog1.png)
0px
0px
no-repeat
;
}
div
.dog-bubble
{
...
...
@@ -93,7 +93,7 @@ div.dog-bubble{
font-style
:
italic
;
height
:
179px
;
width
:
246px
;
background
:
url(
..
/images/bubble.png)
top
center
no-repeat
;
background
:
url(
/404
/images/bubble.png)
top
center
no-repeat
;
padding
:
20px
0px
;
position
:
absolute
;
bottom
:
0px
;
...
...
@@ -299,7 +299,7 @@ div.bubble-options{
font-style
:
italic
;
height
:
107px
;
width
:
147px
;
background
:
url(
..
/images/bubble.png)
top
center
no-repeat
;
background
:
url(
/404
/images/bubble.png)
top
center
no-repeat
;
background-size
:
contain
;
padding
:
10px
0px
;
position
:
absolute
;
...
...
This diff is collapsed.
Click to expand it.
404/index.md
+
4
−
4
View file @
1a530f0d
...
...
@@ -3,14 +3,14 @@ layout: error
title
:
"
Error
404,
Page
Not
Found"
---
<link
rel=
"stylesheet"
href=
"css/main.css"
type=
"text/css"
media=
"screen, projection"
/>
<link
rel=
"stylesheet"
href=
"
/404/
css/main.css"
type=
"text/css"
media=
"screen, projection"
/>
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="css/ie7.css" />
<link rel="stylesheet" type="text/css" href="
/404/
css/ie7.css" />
<![endif]-->
<div
id=
"wrapper"
>
<div
class=
"graphic"
>
<img
src=
"images/404.png"
alt=
"404"
/>
<img
src=
"
/404/
images/404.png"
alt=
"404"
/>
</div>
<div class="top-left">
...
...
@@ -33,7 +33,7 @@ title: "Error 404, Page Not Found"
</div>
</div>
<img src="images/planet.png" alt="planet" />
<img src="
/404/
images/planet.png" alt="planet" />
</div>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
_data/dogtalk.yml
+
2
−
2
View file @
1a530f0d
-
bubble
:
"
The
page
went
missing?
The
entire
page?
Oh
noooo!"
-
bubble
:
"
<br
/>Barooooooooooo!"
-
bubble
:
"
<br
/>I'm
the
best
tracker
out
there,
I'll
find
it!"
-
bubble
:
"
My
kingdom
for
a
dog
biscuit!<br
/><img
style='margin-top:8px'
src='images/cookie.png'
alt='cookie'
/>"
-
bubble
:
"
My
kingdom
for
a
dog
biscuit!<br
/><img
style='margin-top:8px'
src='
/404/
images/cookie.png'
alt='cookie'
/>"
-
bubble
:
"
<br
/>I'm
sure
the
page
is
just
around
the
corner..."
-
bubble
:
"
Does
anyone
smell
something
cooking?
Nom
nom
nom."
-
bubble
:
"
Am
I
just
going
in
circles?<br
/>IS
IT
TRUE??"
-
bubble
:
"
<br
/>Have
you
tried
to
Google
for
it?"
-
bubble
:
"
I
keep
day-dreaming...<br
/><img
style='margin-top:8px'
src='images/cat.png'
alt='cat'
/>"
-
bubble
:
"
I
keep
day-dreaming...<br
/><img
style='margin-top:8px'
src='
/404/
images/cat.png'
alt='cat'
/>"
-
bubble
:
"
<br
/>Uh
oh...I
forgot
what
I'm
looking
for!"
\ No newline at end of file
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