Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Infoscreen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Evy Storozhenko
Infoscreen
Commits
2e541648
Commit
2e541648
authored
6 years ago
by
Tilman Vatteroth
Browse files
Options
Downloads
Patches
Plain Diff
add css
parent
742840b2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/design.css
+25
-0
25 additions, 0 deletions
css/design.css
css/design.less
+27
-0
27 additions, 0 deletions
css/design.less
index.html
+1
-0
1 addition, 0 deletions
index.html
with
53 additions
and
0 deletions
css/design.css
+
25
−
0
View file @
2e541648
...
@@ -8,6 +8,31 @@ body {
...
@@ -8,6 +8,31 @@ body {
font-family
:
Arial
,
serif
;
font-family
:
Arial
,
serif
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.impressum
{
position
:
absolute
;
left
:
0px
;
top
:
0px
;
color
:
#fff
;
margin
:
10px
;
z-index
:
1000
;
background
:
#000
;
font-size
:
3em
;
transition
:
opacity
5s
2s
;
opacity
:
0
;
animation
:
3s
ease-out
0s
1
fadeOut
;
}
.impressum
:hover
{
opacity
:
1
;
transition
:
none
;
}
@keyframes
fadeOut
{
0
%
{
opacity
:
1
;
}
100
%
{
opacity
:
0
;
}
}
[
data-container
=
panel
],
[
data-container
=
panel
],
[
data-container
=
noscript
]
{
[
data-container
=
noscript
]
{
background-color
:
rgba
(
8
,
8
,
8
,
0.68
);
background-color
:
rgba
(
8
,
8
,
8
,
0.68
);
...
...
This diff is collapsed.
Click to expand it.
css/design.less
+
27
−
0
View file @
2e541648
...
@@ -12,6 +12,33 @@ body {
...
@@ -12,6 +12,33 @@ body {
overflow:hidden;
overflow:hidden;
}
}
.impressum {
position: absolute;
left: 0px;
top: 0px;
color: #fff;
margin: 10px;
z-index: 1000;
background: #000;
font-size: 3em;
transition: opacity 5s 2s;
opacity: 0;
animation: 3s ease-out 0s 1 fadeOut;
}
.impressum:hover {
opacity: 1;
transition: none;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
[data-container=panel] {
[data-container=panel] {
background-color: rgba(8, 8, 8, 0.68);
background-color: rgba(8, 8, 8, 0.68);
border: solid 1px #252525;
border: solid 1px #252525;
...
...
This diff is collapsed.
Click to expand it.
index.html
+
1
−
0
View file @
2e541648
...
@@ -23,5 +23,6 @@
...
@@ -23,5 +23,6 @@
<div
data-container=
"noscript"
>
Diese Seite benötigt JavaScript!
</div>
<div
data-container=
"noscript"
>
Diese Seite benötigt JavaScript!
</div>
</noscript>
</noscript>
</div>
</div>
<a
href=
"https://oh14.de/impressum.html"
class=
"impressum"
>
Impressum
</a>
</body>
</body>
</html>
</html>
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