You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
1.5 KiB
CSS

4 years ago
body {
height: auto;
width: auto;
background: url(../../img/board/month/backgroundImg.jpg) no-repeat center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% 100%;
color: rgba(255, 255, 255, .95);
font: normal 100% Arial, sans-serif;
}
4 years ago
.satisfaction{
4 years ago
position: absolute;
4 years ago
width: 23%;
4 years ago
height: 35%;
top: 15%;
4 years ago
left: 2.5%;
}
.outputStatistics{
position: absolute;
width: 23%;
height: 35%;
top: 60%;
left: 2.5%;
4 years ago
}
.quality{
position: absolute;
width: 23%;
height: 35%;
top: 60%;
left: 26.5%;
4 years ago
}
.ecosphere{
background: url(../../img/board/month/one.png) no-repeat;
background-size: 100% 100%;
position: absolute;
width: 23%;
height: 35%;
top: 15%;
left: 26.5%;
}
.HighlightOne{
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
width: 10%;
height: 17.5%;
top: 15%;
left: 50.5%;
}
.HighlightTwo{
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
width: 10%;
height: 17.5%;
top: 15%;
left: 63.5%;
}
.HighlightThree{
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
width: 10%;
height: 17.5%;
top: 33.5%;
left: 50.5%;
}
.HighlightFour{
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
width: 10%;
height: 17.5%;
top: 33.5%;
left: 63.5%;
4 years ago
}