mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: daf073b38d
This commit is contained in:
parent
33ca837019
commit
a969686081
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 65 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 2.9 MiB |
@ -319,15 +319,15 @@ p {
|
||||
}
|
||||
|
||||
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.aquamarine-hover {
|
||||
background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%);
|
||||
}
|
||||
|
||||
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.hotline-hover {
|
||||
background: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
|
||||
background: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%);
|
||||
}
|
||||
|
||||
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.space-gray-hover {
|
||||
background: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed;
|
||||
background: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%);
|
||||
}
|
||||
|
||||
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.organizr-dark-hover {
|
||||
@ -335,11 +335,11 @@ p {
|
||||
}
|
||||
|
||||
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.dark-hover {
|
||||
background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||
background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000);
|
||||
}
|
||||
|
||||
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.plex-hover {
|
||||
background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||
background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png") repeat scroll 0% 0%, radial-gradient(circle at 0% 100%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 100% 100%, rgba(113, 135, 153, 0.55) 0%, rgba(113, 135, 153, 0.043) 70%, rgba(113, 135, 153, 0) 80%), radial-gradient(circle at 100% 0%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 0% 0%, rgba(91, 114, 135, 0.55) 0%, rgba(91, 114, 135, 0.043) 70%, rgba(91, 114, 135, 0) 80%), rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.dracula-hover {
|
||||
@ -347,9 +347,9 @@ p {
|
||||
}
|
||||
|
||||
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.overseer-hover {
|
||||
background: #111827;
|
||||
background: linear-gradient(360deg, hsl(221, 39%, 11%) 65%, hsl(215, 28%, 17%) 100%);
|
||||
}
|
||||
|
||||
#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.hotpink-hover {
|
||||
background: linear-gradient(45deg, #fb3f62 0%, #204c80 37%, #004249 97%) center center/cover no-repeat fixed;
|
||||
background: linear-gradient(45deg, #fb3f62 0%, #204c80 37%, #004249 97%);
|
||||
}
|
@ -21,7 +21,7 @@
|
||||
<!-- Core theme CSS (includes Bootstrap)-->
|
||||
<link href="Resources/landing-page/css/styles.css?v=1.1" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="Resources/landing-page/css/jquery-bg-slideshow.css">
|
||||
<link rel="stylesheet" href="Resources/landing-page/css/custom.css?v=1.7">
|
||||
<link rel="stylesheet" href="Resources/landing-page/css/custom.css?v=1.8">
|
||||
</head>
|
||||
|
||||
<body id="page-top">
|
||||
|
@ -109,7 +109,7 @@
|
||||
"addons": {}
|
||||
},
|
||||
"organizr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/organizr/organizr-base.css?sha=dd2234ea4e86c71eb6b177cfc47a969a89082843",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/organizr/organizr-base.css?sha=ed8a5ad068efe754d389413829a7ca0b9db53f1f",
|
||||
"addons": {
|
||||
"glass": {
|
||||
"css": [
|
||||
|
Loading…
Reference in New Issue
Block a user