30 lines
1.1 KiB
CSS
30 lines
1.1 KiB
CSS
|
|
body {
|
||
|
|
height: 100%;
|
||
|
|
background-color: #ffffff;
|
||
|
|
background-image: url("../images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
|
||
|
|
background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
|
||
|
|
background-image: url("../images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
|
||
|
|
background-image: url("../images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
|
||
|
|
background-repeat: repeat, no-repeat, no-repeat;
|
||
|
|
background-size: 100px 100px, cover, cover;
|
||
|
|
background-position: top left, center center, bottom center;
|
||
|
|
background-attachment: fixed, fixed, fixed;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
.bg-secondary {
|
||
|
|
background-color: #fff !important;
|
||
|
|
background-image: url("../images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
|
||
|
|
background-attachment: fixed;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.jumbotron{
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.category{
|
||
|
|
background-color: white;
|
||
|
|
}
|