2024-11-04 22:52:24 +01:00
|
|
|
// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
|
|
|
|
|
|
|
|
/* Site > Misc > Backgrounds */
|
|
|
|
|
2024-11-19 11:13:15 +01:00
|
|
|
.bkgd-dark {
|
2024-11-04 22:52:24 +01:00
|
|
|
background: #{$color-background-main-headings};
|
|
|
|
}
|
|
|
|
|
2024-11-19 11:13:15 +01:00
|
|
|
.bkgd-grey, .bkgd-gray {
|
|
|
|
background: mix($color-background-main, $color-background-surround, 50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bkgd-light {
|
|
|
|
background: $color-background-main;
|
|
|
|
}
|
|
|
|
|
2024-11-04 22:52:24 +01:00
|
|
|
// The element rules override rules in `base.scss ~94`
|
2024-11-19 11:13:15 +01:00
|
|
|
.bkgd-grid10, .bkgd-surround, header, nav, footer {
|
2024-11-04 22:52:24 +01:00
|
|
|
//background: #{$color-background-surround};
|
|
|
|
background: #{$color-background-surround} url("#{$nibblepoker-background-root}/3px-tile-0.1.png") repeat scroll center center;
|
|
|
|
}
|
|
|
|
|
2024-11-19 11:13:15 +01:00
|
|
|
.bkgd-grid20 {
|
|
|
|
//background: #{$color-background-main-headings} url("#{$nibblepoker-background-root}/old-mathematics-v2-0.25.png") repeat scroll center center;
|
|
|
|
// FIXME: Fix the code using this class !!!
|
|
|
|
background: #{$color-background-main-headings} url("#{$nibblepoker-background-root}/3px-tile-0.2.png") repeat scroll center center;
|
2024-11-04 22:52:24 +01:00
|
|
|
}
|
|
|
|
|
2024-11-19 11:13:15 +01:00
|
|
|
.bkgd-grid30 {
|
|
|
|
background: #{$color-background-main-headings} url("#{$nibblepoker-background-root}/3px-tile-0.3.png") repeat scroll center center;
|
2024-11-04 22:52:24 +01:00
|
|
|
}
|
|
|
|
|
2024-11-19 11:13:15 +01:00
|
|
|
.bkgd-grid40, .bkgd-grid {
|
|
|
|
background: #{$color-background-main-headings} url("#{$nibblepoker-background-root}/3px-tile-0.4.png") repeat scroll center center;
|
2024-11-04 22:52:24 +01:00
|
|
|
}
|
|
|
|
|
2024-11-19 11:13:15 +01:00
|
|
|
.bkgd-transparent {
|
|
|
|
background: rgba(0, 0, 0, 0);
|
2024-11-04 22:52:24 +01:00
|
|
|
}
|