diff --git a/attached_assets/image_1756395481919.png b/attached_assets/image_1756395481919.png new file mode 100644 index 0000000..f268d5d Binary files /dev/null and b/attached_assets/image_1756395481919.png differ diff --git a/client/src/components/search-header.tsx b/client/src/components/search-header.tsx index 84d2775..909cc09 100644 --- a/client/src/components/search-header.tsx +++ b/client/src/components/search-header.tsx @@ -3,6 +3,7 @@ import { Search, Play, Menu, Grid3X3, List } from "lucide-react"; import { Input } from "@/components/ui/input"; import { Button } from "@/components/ui/button"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"; +import go4LogoPath from "@assets/go4_1756394900352.png"; interface SearchHeaderProps { onSearch: (query: string) => void; @@ -44,13 +45,47 @@ export default function SearchHeader({ return (
- {/* Triangle decorations in header */} -
-
-
+ {/* go4.video logoti v headerju */} +
+
-
-
+ {/* Triangle decorations v headerju - z nižjim z-index da ne zakrivajo besedila */} +
+
diff --git a/client/src/index.css b/client/src/index.css index 8dc296e..1644100 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -243,30 +243,33 @@ input[data-testid*="search"]::placeholder { position: absolute; width: 0; height: 0; - border-left: 40px solid transparent; - border-right: 40px solid transparent; - border-bottom: 60px solid rgba(59, 130, 246, 0.15); + border-left: 20px solid transparent; + border-right: 20px solid transparent; + border-bottom: 30px solid rgba(59, 130, 246, 0.03); transform: rotate(15deg); + z-index: -1; } .triangle-decoration-2 { position: absolute; width: 0; height: 0; - border-left: 25px solid transparent; - border-right: 25px solid transparent; - border-bottom: 40px solid rgba(147, 51, 234, 0.15); + border-left: 15px solid transparent; + border-right: 15px solid transparent; + border-bottom: 25px solid rgba(147, 51, 234, 0.03); transform: rotate(-25deg); + z-index: -1; } .triangle-decoration-3 { position: absolute; width: 0; height: 0; - border-left: 30px solid transparent; - border-right: 30px solid transparent; - border-bottom: 50px solid rgba(59, 130, 246, 0.12); + border-left: 18px solid transparent; + border-right: 18px solid transparent; + border-bottom: 28px solid rgba(59, 130, 246, 0.03); transform: rotate(45deg); + z-index: -1; } .floating-triangles { @@ -278,28 +281,28 @@ input[data-testid*="search"]::placeholder { content: ''; position: absolute; top: 15%; - right: 10%; + right: 2%; width: 0; height: 0; - border-left: 35px solid transparent; - border-right: 35px solid transparent; - border-bottom: 55px solid rgba(59, 130, 246, 0.08); + border-left: 20px solid transparent; + border-right: 20px solid transparent; + border-bottom: 30px solid rgba(59, 130, 246, 0.03); transform: rotate(30deg); - z-index: 1; + z-index: -1; } .floating-triangles::after { content: ''; position: absolute; bottom: 25%; - left: 8%; + left: 2%; width: 0; height: 0; - border-left: 28px solid transparent; - border-right: 28px solid transparent; - border-bottom: 45px solid rgba(147, 51, 234, 0.08); + border-left: 18px solid transparent; + border-right: 18px solid transparent; + border-bottom: 28px solid rgba(147, 51, 234, 0.03); transform: rotate(-15deg); - z-index: 1; + z-index: -1; } /* Background go4.video logo decorations */ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 86d6ff1..633bb34 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -231,15 +231,10 @@ export default function Home() { }} /> - {/* Large geometric triangles */} -
-
-
- - {/* Additional floating triangles */} -
-
-
+ {/* Trikotniki premaknjeni stran od vsebine - z zelo nizko prosojnostjo */} +
+
+
- {/* Large geometric triangles */} -
-
-
+ {/* go4.video logoti v footerju */} +
+
+ + {/* Trikotniki v footerju - z nižjim z-index da ne zakrivajo besedila */} +
+