1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
custom_reviewer.css

body::before {

    background-image: url("/_addons/1210908941/user_files/background/coln.jpg");
    background-size: cover;
    background-attachment: scroll!important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: !important;
    opacity: 0.4;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -99;
    will-change: transform;
    transform: scale(1);
}

body {
  background-color: #000 !important;
}