56 lines
862 B
SCSS
56 lines
862 B
SCSS
$lookatdombgcolor: mui-color('white');
|
|
|
|
div#lookatdom p, #lookatdom img {
|
|
box-shadow: 2px 2px 2px #333333;
|
|
border: 1px solid #333333;
|
|
opacity: 0.9;
|
|
}
|
|
|
|
/*lookatdom*/
|
|
#lookatdomimg {
|
|
background-image: url(img/lebowskistarsdom.png);
|
|
height: 500px;
|
|
width: 100%;
|
|
top: 213px;
|
|
left: -199px;
|
|
/*position: absolute;*/
|
|
}
|
|
|
|
#lookatdom img {
|
|
width: 100%;
|
|
margin-top: 35px;
|
|
}
|
|
|
|
|
|
#lookatdom {
|
|
text-align:center;
|
|
}
|
|
|
|
#lookatdom.future {
|
|
opacity: 0;
|
|
}
|
|
|
|
#lookatdom p {
|
|
background-color: transparentize($lookatdombgcolor,0.3);
|
|
padding-bottom: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
#lookatdom img {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
|
|
|
|
/*lookatdomoutro*/
|
|
#lookatdomoutro.future {
|
|
opacity:0;
|
|
}
|
|
|
|
|
|
|
|
#lookatdomoutro {
|
|
box-shadow: 5px 5px 5px #888888;
|
|
border: 1px solid gray;
|
|
background-color: transparentize($lookatdombgcolor,0.3);
|
|
} |