Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
70d3d9e1
Commit
70d3d9e1
authored
Oct 11, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed path images; set x with 200%;
parent
8bd6f806
Pipeline
#297
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
assets/scss/libs/main.scss
assets/scss/libs/main.scss
+8
-8
No files found.
assets/scss/libs/main.scss
View file @
70d3d9e1
...
@@ -35,41 +35,41 @@ div.page div.row.background-wallpaper {
...
@@ -35,41 +35,41 @@ div.page div.row.background-wallpaper {
}
}
&
.ubuntu
,
&
.desktop
{
&
.ubuntu
,
&
.desktop
{
background
:
url("../../images/wallpapers/ubuntu.jpg")
1
00%
0%
;
background
:
url("../../images/wallpapers/ubuntu.jpg")
2
00%
0%
;
}
}
&
.kubuntu
{
&
.kubuntu
{
background
:
url("../../images/wallpapers/kubuntu.jpg")
1
00%
50%
;
background
:
url("../../images/wallpapers/kubuntu.jpg")
2
00%
50%
;
}
}
&
.xubuntu
{
&
.xubuntu
{
background
:
background
:
linear-gradient
(
rgba
(
100
,
100
,
100
,
0
.3
)
,
rgba
(
100
,
100
,
100
,
0
.3
))
,
linear-gradient
(
rgba
(
100
,
100
,
100
,
0
.3
)
,
rgba
(
100
,
100
,
100
,
0
.3
))
,
url("
images/wallpapers/xubuntu.jpg")
1
00%
50%
;
url("
../../images/wallpapers/xubuntu.jpg")
2
00%
50%
;
}
}
&
.lubuntu
{
&
.lubuntu
{
background
:
url("../../images/wallpapers/lubuntu.jpg")
1
00%
50%
;
background
:
url("../../images/wallpapers/lubuntu.jpg")
2
00%
50%
;
}
}
&
.ubuntu-mate
{
&
.ubuntu-mate
{
background
:
background
:
linear-gradient
(
rgba
(
85
,
85
,
85
,
0
.3
)
,
rgba
(
85
,
85
,
85
,
0
.3
))
,
linear-gradient
(
rgba
(
85
,
85
,
85
,
0
.3
)
,
rgba
(
85
,
85
,
85
,
0
.3
))
,
url("
images/wallpapers/ubuntu-mate.jpg")
1
00%
50%
;
url("
../../images/wallpapers/ubuntu-mate.jpg")
2
00%
50%
;
}
}
&
.ubuntu-budgie
{
&
.ubuntu-budgie
{
background
:
background
:
linear-gradient
(
rgba
(
0
,
0
,
0
,
0
.3
)
,
rgba
(
0
,
0
,
0
,
0
.3
))
,
linear-gradient
(
rgba
(
0
,
0
,
0
,
0
.3
)
,
rgba
(
0
,
0
,
0
,
0
.3
))
,
url("
images/wallpapers/ubuntu-budgie.jpg")
1
00%
50%
;
url("
../../images/wallpapers/ubuntu-budgie.jpg")
2
00%
50%
;
}
}
&
.ubuntukylin
{
&
.ubuntukylin
{
background
:
url("../../images/wallpapers/ubuntu-kylin.jpg")
1
00%
50%
;
background
:
url("../../images/wallpapers/ubuntu-kylin.jpg")
2
00%
50%
;
}
}
&
.ubuntustudio
{
&
.ubuntustudio
{
background
:
url("../../images/wallpapers/ubuntustudio.jpg")
1
00%
50%
;
background
:
url("../../images/wallpapers/ubuntustudio.jpg")
2
00%
50%
;
.box
{
.box
{
background
:
rgba
(
100
,
100
,
100
,
0
.25
);
background
:
rgba
(
100
,
100
,
100
,
0
.25
);
...
...
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