Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
3b28bd39
Commit
3b28bd39
authored
Feb 25, 2023
by
Bilal Elmoussaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: remove unnused classes
parent
32a7444a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
29 deletions
+25
-29
style.css
data/resources/style.css
+25
-29
No files found.
data/resources/style.css
View file @
3b28bd39
.video
{
opacity
:
0
;
}
.video.playing
{
opacity
:
1
;
transition-property
:
opacity
;
transition-duration
:
250ms
;
transition-timing-function
:
ease-in-out
;
}
window
.titlebar
button
{
min-width
:
60px
;
}
/* pages */
@keyframes
welcome-bg-move
{
from
{
background-position
:
center
30%
,
-1400px
0
,
-600px
0
,
center
30%
;
}
to
{
background-position
:
center
30%
,
0
0
,
0
0
,
center
30%
;
}
@keyframes
up-and-down
{
from
{
background-position
:
center
30%
,
center
30%
,
center
;
}
@keyframes
up-and-down
{
from
{
background-position
:
center
30%
,
center
30%
,
center
;
}
to
{
background-position
:
center
40%
,
center
30%
,
center
;
}
to
{
background-position
:
center
40%
,
center
30%
,
center
;
}
}
@keyframes
left-and-right
{
from
{
background-position
:
40%
30%
,
center
30%
,
center
;
}
to
{
background-position
:
60%
30%
,
center
30%
,
center
;
}
from
{
background-position
:
40%
30%
,
center
30%
,
center
;
}
to
{
background-position
:
60%
30%
,
center
30%
,
center
;
}
}
/* .page:nth-child(2) { background: linear-gradient(to right, #3584e4, #1a5fb4); } overview */
.page
:nth-child
(
3
)
{
}
/* customize */
/* .page:nth-child(4) { background: linear-gradient(to right, #e66100, #c64600); } workspaces */
/* .page:nth-child(2) { background: linear-gradient(to right, #3584e4, #1a5fb4); } overview */
.page
:nth-child
(
3
)
{}
.page
:nth-child
(
5
)
{
/* up down */
/* customize */
/* .page:nth-child(4) { background: linear-gradient(to right, #e66100, #c64600); } workspaces */
.page
:nth-child
(
5
)
{
/* up down */
background
:
url('/org/gnome/Tour/hand-fg.svg')
,
url('/org/gnome/Tour/updown-bg.svg')
;
background-repeat
:
no-repeat
;
background-position
:
center
30%
;
animation
:
up-and-down
2s
ease-in-out
infinite
alternate
;
}
.page
:nth-child
(
6
)
{
/* left right */
}
.page
:nth-child
(
6
)
{
/* left right */
background
:
url('/org/gnome/Tour/hand-fg.svg')
,
url('/org/gnome/Tour/leftright-bg.svg')
;
background-repeat
:
no-repeat
;
background-position
:
center
30%
;
animation
:
left-and-right
2s
ease-in-out
infinite
alternate
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment