User Tools

Site Tools

handleiding_nieuw:sub_weblinks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
handleiding_nieuw:sub_weblinks [2025/04/09 14:54] supporthandleiding_nieuw:sub_weblinks [2025/04/09 17:41] (current) support
Line 9: Line 9:
 } }
  
-/* Header met afbeelding en tekst-overlay */+/* Header met achtergrondafbeelding */
 .startpagina-header { .startpagina-header {
   position: relative;   position: relative;
Line 15: Line 15:
   overflow: hidden;   overflow: hidden;
   margin-bottom: 2em;   margin-bottom: 2em;
 +  height: 220px;
 } }
-.startpagina-header img +.startpagina-header::before 
-  width100%+  content: ""; 
-  displayblock;+  position: absolute; 
 +  inset: 0; 
 +  background-image: url('/dokuwiki/lib/exe/fetch.php?media=internet_header.jpg'); 
 +  background-size: cover; 
 +  background-positioncenter
 +  filterbrightness(0.6);
 } }
 +
 +/* Tekst over afbeelding */
 .startpagina-header-text { .startpagina-header-text {
-  position: absolute+  position: relative
-  bottom0; +  z-index1;
-  background: rgba(0,0,0,0.6);+
   color: white;   color: white;
-  width100%+  text-aligncenter
-  padding: 1.5em 2em;+  padding: 3em 1.5em
 +  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
 } }
 .startpagina-header-text h1 { .startpagina-header-text h1 {
-  font-size: 1.8em;+  font-size: 2em;
   margin: 0;   margin: 0;
 } }
 .startpagina-header-text p { .startpagina-header-text p {
   margin: 0.5em 0 0;   margin: 0.5em 0 0;
 +  font-size: 1.1em;
 } }
  
Line 76: Line 85:
  
   <div class="startpagina-header">   <div class="startpagina-header">
-    <img src="/dokuwiki/lib/exe/fetch.php?media=internet_header.jpg" alt="Smart city header"> 
     <div class="startpagina-header-text">     <div class="startpagina-header-text">
       <h1>Startpagina: handige online tools</h1>       <h1>Startpagina: handige online tools</h1>
Line 109: Line 117:
  
 </html> </html>
 +
handleiding_nieuw/sub_weblinks.1744210461.txt.gz · Last modified: 2025/04/09 14:54 by support