handleiding_nieuw:sub_weblinks
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| handleiding_nieuw:sub_weblinks [2025/10/28 17:02] – support | handleiding_nieuw:sub_weblinks [2026/02/09 21:16] (current) – support | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| < | < | ||
| - | /* Algemene layout | + | /* ===== Basis ===== */ |
| .startpagina { | .startpagina { | ||
| - | font-family: | + | font-family: |
| margin: 0 auto; | margin: 0 auto; | ||
| max-width: 1000px; | max-width: 1000px; | ||
| + | padding: 12px; | ||
| + | background: #ffffff; | ||
| } | } | ||
| - | /* Header | + | /* ===== Header |
| .startpagina-header { | .startpagina-header { | ||
| position: relative; | position: relative; | ||
| - | border-radius: | + | border-radius: |
| overflow: hidden; | overflow: hidden; | ||
| - | margin-bottom: | + | margin-bottom: |
| - | height: | + | |
| + | border: 1px solid rgba(0, | ||
| + | box-shadow: 0 10px 22px rgba(0, | ||
| + | background: #fff; | ||
| } | } | ||
| + | |||
| .startpagina-header:: | .startpagina-header:: | ||
| - | content: ""; | + | content:""; |
| - | position: absolute; | + | position: |
| - | inset: 0; | + | inset:0; |
| - | | + | |
| - | | + | background: |
| - | | + | repeating-linear-gradient(135deg, rgba(0, |
| - | | + | radial-gradient(circle at 10% 35%, rgba(220, 20, 60, 0.12) 0 16px, transparent 17px), |
| + | | ||
| + | | ||
| + | | ||
| } | } | ||
| - | /* Tekst over afbeelding */ | ||
| .startpagina-header-text { | .startpagina-header-text { | ||
| position: relative; | position: relative; | ||
| z-index: 1; | z-index: 1; | ||
| - | color: | + | color: |
| - | text-align: | + | text-align: |
| - | padding: | + | padding: |
| - | | + | |
| } | } | ||
| .startpagina-header-text h1 { | .startpagina-header-text h1 { | ||
| - | font-size: | + | font-size: |
| margin: 0; | margin: 0; | ||
| + | letter-spacing: | ||
| } | } | ||
| .startpagina-header-text p { | .startpagina-header-text p { | ||
| - | margin: 0.5em 0 0; | + | margin: 0.55em 0 0; |
| - | font-size: 1.1em; | + | font-size: 1.05em; |
| + | line-height: | ||
| + | opacity: 0.88; | ||
| + | } | ||
| + | |||
| + | /* ===== Sectietitels ===== */ | ||
| + | h2{ | ||
| + | font-size: 1.2em; | ||
| + | margin: 16px 0 10px; | ||
| + | letter-spacing: | ||
| } | } | ||
| - | /* Tegelcontainer */ | + | /* ===== Tegelcontainer |
| .tile-container { | .tile-container { | ||
| display: flex; | display: flex; | ||
| flex-wrap: wrap; | flex-wrap: wrap; | ||
| - | gap: 1em; | + | gap: 14px; |
| - | margin: | + | margin: |
| } | } | ||
| - | /* Tegels */ | + | /* ===== Tegels |
| .tile { | .tile { | ||
| flex: 1 1 300px; | flex: 1 1 300px; | ||
| - | background: | + | background: |
| - | border-radius: | + | border-radius: |
| - | padding: 1.2em; | + | padding: 1.1em; |
| - | box-shadow: 0 2px 4px rgba(0, | + | border: 1px solid rgba(0, |
| - | transition: | + | box-shadow: 0 6px 14px rgba(0, |
| + | transition: | ||
| text-align: center; | text-align: center; | ||
| - | | + | min-height: |
| - | white-space: | + | |
| - | | + | |
| display: flex; | display: flex; | ||
| align-items: | align-items: | ||
| justify-content: | justify-content: | ||
| + | backdrop-filter: | ||
| } | } | ||
| .tile:hover { | .tile:hover { | ||
| - | | + | |
| - | box-shadow: 0 4px 12px rgba(0, | + | box-shadow: 0 10px 18px rgba(0, |
| + | background: rgba(255, | ||
| } | } | ||
| .tile a { | .tile a { | ||
| text-decoration: | text-decoration: | ||
| - | color: #2c3e50; | + | color: #1f2d3d; |
| - | font-weight: | + | font-weight: |
| font-size: 1.05em; | font-size: 1.05em; | ||
| display: block; | display: block; | ||
| + | padding: 4px 8px; | ||
| + | } | ||
| + | |||
| + | /* ===== “Stage” onder de tegels: transparant + duidelijke lijnen/ | ||
| + | .tile-stage{ | ||
| + | position: relative; | ||
| + | padding: 10px 8px 18px; | ||
| + | border-radius: | ||
| + | overflow: hidden; | ||
| + | margin-bottom: | ||
| + | background: transparent; | ||
| + | } | ||
| + | |||
| + | /* Duidelijke vlakken + strakke lijnen achter de tiles */ | ||
| + | .tile-stage:: | ||
| + | content:""; | ||
| + | position: | ||
| + | inset:0; | ||
| + | pointer-events: | ||
| + | opacity: 0.55; /* maak dit 0.70 als je nóg meer wilt */ | ||
| + | z-index: 0; | ||
| + | |||
| + | background: | ||
| + | /* 2 dikke zwarte lijnen (Kandinsky/ | ||
| + | linear-gradient(to right, rgba(0, | ||
| + | linear-gradient(to bottom, rgba(0, | ||
| + | |||
| + | /* kleurvlakken (strak) */ | ||
| + | linear-gradient(0deg, | ||
| + | linear-gradient(0deg, | ||
| + | linear-gradient(0deg, | ||
| + | |||
| + | /* een boog / ring (Kandinsky vibe) */ | ||
| + | radial-gradient(circle at 84% 26%, | ||
| + | transparent 0 34px, | ||
| + | rgba(0, | ||
| + | transparent 36px 54px, | ||
| + | rgba(220, | ||
| + | transparent 56px 999px | ||
| + | ), | ||
| + | |||
| + | /* zachte basis */ | ||
| + | radial-gradient(circle at 20% 70%, rgba(0, | ||
| + | linear-gradient(0deg, | ||
| + | |||
| + | /* Posities en maten van alle shapes */ | ||
| + | background-size: | ||
| + | 78% 4px, /* horizontale lijn */ | ||
| + | 4px 82%, /* verticale lijn */ | ||
| + | 220px 120px, /* geel vlak */ | ||
| + | 180px 140px, /* blauw vlak */ | ||
| + | 260px 110px, /* rood vlak */ | ||
| + | auto, /* ring */ | ||
| + | auto, /* zachte schaduw */ | ||
| + | auto; /* papier */ | ||
| + | |||
| + | background-position: | ||
| + | 10% 22%, /* horizontale lijn */ | ||
| + | 74% 16%, /* verticale lijn */ | ||
| + | 6% 78%, /* geel vlak */ | ||
| + | 88% 78%, /* blauw vlak */ | ||
| + | 8% 18%, /* rood vlak */ | ||
| + | right 6% top 8%, /* ring */ | ||
| + | center, | ||
| + | center; | ||
| + | |||
| + | background-repeat: | ||
| + | } | ||
| + | |||
| + | /* Zorg dat inhoud boven art ligt */ | ||
| + | .tile-stage > *{ | ||
| + | position: relative; | ||
| + | z-index: 1; | ||
| } | } | ||
| </ | </ | ||
| Line 91: | Line 183: | ||
| </ | </ | ||
| - | <h2>📺 Video' | + | |
| - | <div class=" | + | <div class=" |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | <div class=" | + | <div class=" |
| - | <div class=" | + | <div class=" |
| - | <div class=" | + | <a href=" |
| - | </ | + | </ |
| + | <div class=" | ||
| + | | ||
| + | | ||
| + | <div class=" | ||
| + | <span style=" | ||
| + | | ||
| + | <div class=" | ||
| + | <a href=" | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | | ||
| + | | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | < | ||
| + | <div class=" | ||
| + | | ||
| - | < | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| </ | </ | ||
| Line 117: | Line 221: | ||
| </ | </ | ||
| - | |||
handleiding_nieuw/sub_weblinks.1761670930.txt.gz · Last modified: 2025/10/28 17:02 by support