Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Missouri-Miners
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
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
2023 Competition
Missouri-Miners
Commits
419ca33b
Commit
419ca33b
authored
1 year ago
by
Lucas Navarro
Browse files
Options
Downloads
Patches
Plain Diff
Update 2 files
- /static/style.css - /wiki/pages/home.html
parent
d89f8ebe
No related branches found
Branches containing commit
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/style.css
+29
-0
29 additions, 0 deletions
static/style.css
wiki/pages/home.html
+6
-6
6 additions, 6 deletions
wiki/pages/home.html
with
35 additions
and
6 deletions
static/style.css
+
29
−
0
View file @
419ca33b
:root
{
--link-margin
:
15%
;
--animTime
:
0.4s
;
}
.content
{
...
...
@@ -109,3 +110,31 @@ img .navcott {
margin-top
:
var
(
--link-margin
);
margin-bottom
:
var
(
--link-margin
);
}
@keyframes
dripper
{
0
%
{
background-position-y
:
120%
;
}
100
%
{
background-position-y
:
-20%
;
}
}
.center
{
background-position-x
:
center
;
}
.left
{
background-position-x
:
-100%
;
}
.right
{
background-position-x
:
150%
;
}
.urineHover
:hover
{
animation
:
dripper
var
(
--animTime
)
ease-in
0s
1
normal
forwards
;
background-image
:
url(https://static.igem.wiki/teams/4856/wiki/video-frames/urine-dude-without-legs-removebg.png)
;
background-repeat
:
no-repeat
;
background-size
:
80%
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
wiki/pages/home.html
+
6
−
6
View file @
419ca33b
...
...
@@ -21,13 +21,13 @@
<hr>
<div
class =
"links"
>
<span
class =
"column"
>
<div
class =
"row center"
>
<div
class =
"row center
urineHover
"
>
<a>
Our Team
</a>
</div>
<div
class =
"row left"
>
<div
class =
"row left
urineHover
"
>
<a>
Parts
</a>
</div>
<div
class =
"row center"
>
<div
class =
"row center
urineHover
"
>
<a>
Awards
</a>
</div>
</span>
...
...
@@ -35,13 +35,13 @@
<img src="https://static.igem.wiki/teams/4856/wiki/video-frames/urine-dude-straight-on-no-bg.png" class = "navcott" width = 60% alt="Urine Guy">
</span>-->
<span
class =
"column"
>
<div
class =
"row center"
>
<div
class =
"row center
urineHover
"
>
<a>
Description
</a>
</div>
<div
class =
"row right"
>
<div
class =
"row right
urineHover
"
>
<a>
Attributions
</a>
</div>
<div
class =
"row center"
>
<div
class =
"row center
urineHover
"
>
<a>
Safety
</a>
</div>
</span>
...
...
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