mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Background image fixes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
@import 'fonts';
|
||||
@import 'utilities';
|
||||
@import 'icons';
|
||||
@import 'background-images';
|
||||
@import 'header';
|
||||
@import 'shipyard';
|
||||
@import 'list';
|
||||
@@ -25,19 +26,9 @@ body {
|
||||
overflow-x: hidden;
|
||||
background-image: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
|
||||
&.deep-space {
|
||||
background-image: url(images/deep-space.jpg);
|
||||
}
|
||||
|
||||
&.docking-bay {
|
||||
background-image: url(images/bay-1920x1080.jpg);
|
||||
}
|
||||
}
|
||||
|
||||
#main {
|
||||
|
||||
8
app/less/background-images.less
Normal file
8
app/less/background-images.less
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
.deep-space {
|
||||
background-image: url(images/deep-space-1920x1080.jpg);
|
||||
}
|
||||
|
||||
.docking-bay {
|
||||
background-image: url(images/bay-1920x1080.jpg);
|
||||
}
|
||||
@@ -36,15 +36,8 @@
|
||||
color: @disabled;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: @warning-disabled;
|
||||
}
|
||||
|
||||
&.enabled {
|
||||
color: @fg;
|
||||
&:hover {
|
||||
color: @warning;
|
||||
}
|
||||
}
|
||||
|
||||
&.consumer {
|
||||
|
||||
Reference in New Issue
Block a user