Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
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
2024 Competition
Bielefeld-CeBiTec
Commits
4c40f99d
Commit
4c40f99d
authored
8 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
unused css deleted
parent
30d35475
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#394653
passed
8 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+3
-1
3 additions, 1 deletion
.gitignore
src/App/App.css
+13
-522
13 additions, 522 deletions
src/App/App.css
with
16 additions
and
523 deletions
.gitignore
+
3
−
1
View file @
4c40f99d
...
@@ -7,4 +7,6 @@ node_modules
...
@@ -7,4 +7,6 @@ node_modules
versions
versions
code
code
.vite
.vite
app.py
app.py
\ No newline at end of file
unused.py
unused-css-master
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/App/App.css
+
13
−
522
View file @
4c40f99d
...
@@ -42,6 +42,8 @@
...
@@ -42,6 +42,8 @@
--warning-code-bg-color
:
var
(
--lightorange
);
--warning-code-bg-color
:
var
(
--lightorange
);
}
}
/* * * * * * * */
/* * * * * * * */
/* * * BODY* * */
/* * * BODY* * */
/* * * * * * * */
/* * * * * * * */
...
@@ -1730,46 +1732,27 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
...
@@ -1730,46 +1732,27 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
pointer-events
:
none
pointer-events
:
none
}
}
.static
.zoom-buttons
{
display
:
none
}
.d3-maps-zoomed-in
.annotations
{
.d3-maps-zoomed-in
.annotations
{
overflow
:
hidden
overflow
:
hidden
}
}
body
.in-editor
,
.web-component-body.in-editor
{
padding-bottom
:
10px
}
.dw-chart.vis-height-fit
{
overflow
:
hidden
}
.chart.dir-rtl
.dw-chart-body.svelte-9ysojt
{
.chart.dir-rtl
.dw-chart-body.svelte-9ysojt
{
direction
:
rtl
direction
:
rtl
}
}
.chart.is-dark-mode
.hide-in-dark
{
display
:
none
}
.chart
:not
(
.is-dark-mode
)
.hide-in-light
{
display
:
none
}
.chart
.sr-only
{
position
:
absolute
;
left
:
-9999px
;
height
:
1px
}
.chart.js.svelte-9ysojt
.noscript
{
.chart.js.svelte-9ysojt
.noscript
{
display
:
none
display
:
none
}
}
.chart
.hidden
,
.chart
.hidden
{
.chart
.hide
{
display
:
none
display
:
none
}
}
...
@@ -1891,118 +1874,14 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
...
@@ -1891,118 +1874,14 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
display: grid;
display: grid;
align-items: center;
align-items: center;
} */
} */
.slick-slider
{
position
:
relative
;
display
:
flex
;
box-sizing
:
border-box
;
align-items
:
center
!important
;
}
.slick-list
{
position
:
relative
;
display
:
block
;
overflow
:
hidden
;
margin
:
0
;
padding
:
0
;
}
.slick-list
:focus
{
outline
:
none
;
}
.slick-list.dragging
{
cursor
:
pointer
;
cursor
:
hand
;
}
.slick-slider
.slick-track
,
.slick-slider
.slick-list
{
-webkit-transform
:
translate3d
(
0
,
0
,
0
);
-moz-transform
:
translate3d
(
0
,
0
,
0
);
-ms-transform
:
translate3d
(
0
,
0
,
0
);
-o-transform
:
translate3d
(
0
,
0
,
0
);
transform
:
translate3d
(
0
,
0
,
0
);
}
.slick-track
{
position
:
relative
;
top
:
0
;
left
:
0
;
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
}
.slick-track
:before
,
.slick-track
:after
{
display
:
table
;
content
:
''
;
}
.slick-track
:after
{
clear
:
both
;
}
.slick-loading
.slick-track
.slick-loading
{
{
...
@@ -2011,54 +1890,12 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
...
@@ -2011,54 +1890,12 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
}
}
.slick-slide
{
display
:
none
;
float
:
left
;
height
:
100%
;
min-height
:
1px
;
}
[
dir
=
'rtl'
]
.slick-slide
{
float
:
right
;
}
.slick-slide
img
{
display
:
inline
;
}
.slick-slide.slick-loading
img
{
display
:
none
;
}
.slick-slide.dragging
img
{
pointer-events
:
none
;
.slick-initialized
}
.slick-initialized
.slick-slide
{
{
...
@@ -2066,7 +1903,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
...
@@ -2066,7 +1903,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
}
}
.slick-loading
.slick-slide
.slick-loading
{
{
...
@@ -2074,7 +1911,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
...
@@ -2074,7 +1911,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
}
}
.slick-vertical
.slick-slide
.slick-vertical
{
{
...
@@ -2088,357 +1925,11 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
...
@@ -2088,357 +1925,11 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
}
}
.slick-arrow.slick-hidden
{
display
:
none
;
}
/* Arrows */
.slick-prev
,
.slick-next
{
font-size
:
0
;
line-height
:
0
;
position
:
absolute
;
top
:
50%
;
display
:
block
;
width
:
20px
;
height
:
20px
;
padding
:
0
;
-webkit-transform
:
translate
(
0
,
-50%
);
-ms-transform
:
translate
(
0
,
-50%
);
transform
:
translate
(
0
,
-50%
);
cursor
:
pointer
;
color
:
transparent
;
border
:
none
;
outline
:
none
;
background
:
transparent
;
}
.slick-prev
:hover
,
.slick-prev
:focus
,
.slick-next
:hover
,
.slick-next
:focus
{
color
:
transparent
;
outline
:
none
;
background
:
transparent
;
}
.slick-prev
:hover:before
,
.slick-prev
:focus:before
,
.slick-next
:hover:before
,
.slick-next
:focus:before
{
opacity
:
1
;
}
.slick-prev.slick-disabled
:before
,
.slick-next.slick-disabled
:before
{
opacity
:
.25
;
}
.slick-prev
:before
,
.slick-next
:before
{
font-family
:
'slick'
;
font-size
:
20px
;
line-height
:
1
;
opacity
:
.75
;
color
:
white
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
}
.slick-prev
{
left
:
-25px
;
}
[
dir
=
'rtl'
]
.slick-prev
{
right
:
-25px
;
left
:
auto
;
}
.slick-prev
:before
{
content
:
'←'
;
}
[
dir
=
'rtl'
]
.slick-prev
:before
{
content
:
'→'
;
}
.slick-next
{
right
:
-25px
;
}
[
dir
=
'rtl'
]
.slick-next
{
right
:
auto
;
left
:
-25px
;
}
.slick-next
:before
{
content
:
'→'
;
}
[
dir
=
'rtl'
]
.slick-next
:before
{
content
:
'←'
;
}
/* Dots */
/* Dots */
.slick-dotted.slick-slider
{
margin-bottom
:
30px
;
}
.slick-dots
{
position
:
absolute
;
bottom
:
-25px
;
display
:
block
;
width
:
100%
;
padding
:
0
;
margin
:
0
;
list-style
:
none
;
text-align
:
center
;
}
.slick-dots
li
{
position
:
relative
;
display
:
inline-block
;
width
:
20px
;
height
:
20px
;
margin
:
0
5px
;
padding
:
0
;
cursor
:
pointer
;
}
.slick-dots
li
button
{
font-size
:
0
;
line-height
:
0
;
display
:
block
;
width
:
20px
;
height
:
20px
;
padding
:
5px
;
cursor
:
pointer
;
color
:
transparent
;
border
:
0
;
outline
:
none
;
background
:
transparent
;
}
.slick-dots
li
button
:hover
,
.slick-dots
li
button
:focus
{
outline
:
none
;
}
.slick-dots
li
button
:hover:before
,
.slick-dots
li
button
:focus:before
{
opacity
:
1
;
}
.slick-dots
li
button
:before
{
font-family
:
'slick'
;
font-size
:
6px
;
line-height
:
20px
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
20px
;
height
:
20px
;
content
:
'•'
;
text-align
:
center
;
opacity
:
.25
;
color
:
black
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
}
.slick-dots
li
.slick-active
button
:before
{
opacity
:
.75
;
color
:
black
;
}
.sponsor-container
{
.sponsor-container
{
...
...
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