1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-07 04:19:17 +02:00

balbalbla

This commit is contained in:
GilbN 2018-08-15 22:54:18 +02:00
parent 0d35607107
commit a8672eec95

View File

@ -1,14 +1,13 @@
body {
background: url(../Content/Images/background/logo.png) 50px 75px no-repeat;
background-color: rgba(0, 0, 0, .25) !important;
background-color: transparent;
/*background-image: url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-light.png");
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;*/
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;*/
}
.modal-content {
@ -179,10 +178,6 @@ div.form-group > label {
background-color: #1f1f1f !important;
color: #FFFFFF !important;
}
#add-series-screen .search-item a,
#add-movies-screen .search-item a {
color: #FFFFFF;
}
.dropdown-menu>li>a {
color: #ffffff !important;
}
@ -256,6 +251,7 @@ a:focus, a:hover {
.popover.right > .arrow:after {
border-right-color: #000;
}
.backgrid-paginator ul .active span {
background-color: rgba(0, 0, 0, 0);
}