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
f1e019fa
Commit
f1e019fa
authored
Oct 11, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mv in libs folder and rename with main.scss
parent
f8db238f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
+18
-9
assets/scss/libs/main.scss
assets/scss/libs/main.scss
+18
-9
No files found.
assets/scss/
www
.scss
→
assets/scss/
libs/main
.scss
View file @
f1e019fa
...
@@ -3,7 +3,7 @@ div.page div.row.background-wallpaper {
...
@@ -3,7 +3,7 @@ div.page div.row.background-wallpaper {
background
:
rgba
(
255
,
255
,
255
,
0
.5
);
background
:
rgba
(
255
,
255
,
255
,
0
.5
);
}
}
background
:
url("images/wallpapers/dotted.png")
no-repeat
130%
10%
;
background
:
url("
../../
images/wallpapers/dotted.png")
no-repeat
130%
10%
;
@media
all
and
(
max-width
:
60rem
)
{
@media
all
and
(
max-width
:
60rem
)
{
background
:
transparent
;
background
:
transparent
;
...
@@ -35,11 +35,11 @@ div.page div.row.background-wallpaper {
...
@@ -35,11 +35,11 @@ div.page div.row.background-wallpaper {
}
}
&
.ubuntu
,
&
.desktop
{
&
.ubuntu
,
&
.desktop
{
background
:
url("images/wallpapers/ubuntu.jpg")
100%
0%
;
background
:
url("
../../
images/wallpapers/ubuntu.jpg")
100%
0%
;
}
}
&
.kubuntu
{
&
.kubuntu
{
background
:
url("images/wallpapers/kubuntu.jpg")
100%
50%
;
background
:
url("
../../
images/wallpapers/kubuntu.jpg")
100%
50%
;
}
}
&
.xubuntu
{
&
.xubuntu
{
...
@@ -49,7 +49,7 @@ div.page div.row.background-wallpaper {
...
@@ -49,7 +49,7 @@ div.page div.row.background-wallpaper {
}
}
&
.lubuntu
{
&
.lubuntu
{
background
:
url("images/wallpapers/lubuntu.jpg")
100%
50%
;
background
:
url("
../../
images/wallpapers/lubuntu.jpg")
100%
50%
;
}
}
&
.ubuntu-mate
{
&
.ubuntu-mate
{
...
@@ -65,11 +65,11 @@ div.page div.row.background-wallpaper {
...
@@ -65,11 +65,11 @@ div.page div.row.background-wallpaper {
}
}
&
.ubuntukylin
{
&
.ubuntukylin
{
background
:
url("images/wallpapers/ubuntu-kylin.jpg")
100%
50%
;
background
:
url("
../../
images/wallpapers/ubuntu-kylin.jpg")
100%
50%
;
}
}
&
.ubuntustudio
{
&
.ubuntustudio
{
background
:
url("images/wallpapers/ubuntustudio.jpg")
100%
50%
;
background
:
url("
../../
images/wallpapers/ubuntustudio.jpg")
100%
50%
;
.box
{
.box
{
background
:
rgba
(
100
,
100
,
100
,
0
.25
);
background
:
rgba
(
100
,
100
,
100
,
0
.25
);
...
@@ -77,15 +77,15 @@ div.page div.row.background-wallpaper {
...
@@ -77,15 +77,15 @@ div.page div.row.background-wallpaper {
}
}
&
.ubuntu-touch
{
&
.ubuntu-touch
{
background
:
url("images/wallpapers/ubuntu-touch.jpg")
100%
0%
;
background
:
url("
../../
images/wallpapers/ubuntu-touch.jpg")
100%
0%
;
}
}
&
.nuovo-rilascio
{
&
.nuovo-rilascio
{
background
:
url("images/wallpapers/nuovo-rilascio.png")
100%
0%
;
background
:
url("
../../
images/wallpapers/nuovo-rilascio.png")
100%
0%
;
}
}
&
.banner-latest
{
&
.banner-latest
{
background
:
url("images/versions/jammy-jellyfish.jpg")
50%
50%
;
background
:
url("
../../
images/versions/jammy-jellyfish.jpg")
50%
50%
;
}
}
}
}
...
@@ -183,3 +183,12 @@ div.cookie-policy {
...
@@ -183,3 +183,12 @@ div.cookie-policy {
div
.p-100
{
div
.p-100
{
padding
:
100px
!
important
;
padding
:
100px
!
important
;
}
}
ul
.item-list
li
{
margin
:
0
0
0
.25em
1
.5em
;
padding
:
0
0
0
20px
;
list-style-type
:
none
;
background
:
url('https://www.ubuntu-it.org/sites/all/themes/light-drupal-theme/images/ubuntu-li.png')
no-repeat
left
4px
;
font-size
:
14px
;
line-height
:
20px
;
}
\ No newline at end of file
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