Commit 819348fd authored by Marco Montabone 's avatar Marco Montabone

Pietro sass roles

parent 96f27475
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.box { .box {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
background-color: rgba(0, 0, 0, 0.25); /*background-color: rgba(0, 0, 0, 0.25);*/
border: 0; border: 0;
} }
...@@ -13,23 +13,23 @@ ...@@ -13,23 +13,23 @@
} }
&.ubuntu { &.ubuntu {
background: url(images/wallpapers/ubuntu.jpg) 100% 70%; background: rgba(51,51,51,0.7), url(images/wallpapers/ubuntu.jpg) 100% 70%;
} }
&.kubuntu { &.kubuntu {
background: url(images/derivate/kubuntu/kubuntu-default-wallpaper.jpg) 100% 100%; background: rgba(51,51,51,0.7), url(images/derivate/kubuntu/kubuntu-default-wallpaper.jpg);
} }
&.xubuntu { &.xubuntu {
background: url(images//derivate/xubuntu/xubuntu-default-wallpaper.jpg) 100% 70%; background: rgba(51,51,51,0.7), url(images//derivate/xubuntu/xubuntu-default-wallpaper.jpg) 100% 70%;
} }
&.lubuntu { &.lubuntu {
background: url(images/derivate/lubuntu/lubuntu-default-wallpaper.jpg) 100% 70%; background: rgba(51,51,51,0.7), url(images/derivate/lubuntu/lubuntu-default-wallpaper.jpg) 100% 70%;
} }
&.ubuntugnome { &.ubuntugnome {
background: url(images/derivate/ubuntugnome/ubuntugnome-default-wallpaper.jpg) 100% 70%; background: rgba(51,51,51,0.7), url(images/derivate/ubuntugnome/ubuntugnome-default-wallpaper.jpg) 100% 70%;
} }
&.ubuntumate { &.ubuntumate {
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
background: url(images/derivate/ubuntustudio/ubuntustudio-default-wallpaper.jpg) 100% 100%; background: url(images/derivate/ubuntustudio/ubuntustudio-default-wallpaper.jpg) 100% 100%;
} }
} }
/*
.overlay-wallpaper{ .overlay-wallpaper{
background:rgba(51,51,51,0.7); background:rgba(51,51,51,0.7);
padding:2%; padding:2%;
} }
*/
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