Commit 70d3d9e1 authored by shadMod's avatar shadMod 💬

fixed path images; set x with 200%;

parent 8bd6f806
Pipeline #297 passed with stage
in 0 seconds
...@@ -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") 100% 0%; background: url("../../images/wallpapers/ubuntu.jpg") 200% 0%;
} }
&.kubuntu { &.kubuntu {
background: url("../../images/wallpapers/kubuntu.jpg") 100% 50%; background: url("../../images/wallpapers/kubuntu.jpg") 200% 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") 100% 50%; url("../../images/wallpapers/xubuntu.jpg") 200% 50%;
} }
&.lubuntu { &.lubuntu {
background: url("../../images/wallpapers/lubuntu.jpg") 100% 50%; background: url("../../images/wallpapers/lubuntu.jpg") 200% 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") 100% 50%; url("../../images/wallpapers/ubuntu-mate.jpg") 200% 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") 100% 50%; url("../../images/wallpapers/ubuntu-budgie.jpg") 200% 50%;
} }
&.ubuntukylin { &.ubuntukylin {
background: url("../../images/wallpapers/ubuntu-kylin.jpg") 100% 50%; background: url("../../images/wallpapers/ubuntu-kylin.jpg") 200% 50%;
} }
&.ubuntustudio { &.ubuntustudio {
background: url("../../images/wallpapers/ubuntustudio.jpg") 100% 50%; background: url("../../images/wallpapers/ubuntustudio.jpg") 200% 50%;
.box { .box {
background: rgba(100, 100, 100, 0.25); background: rgba(100, 100, 100, 0.25);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment